*func handler(w http.ResponseWriter, r *http.Request) { *
* db.OpenDatabase()*
* fmt.Fprintf(w,svgo1.WindSpeedDial() )*
*}*
It works fine when called as page in its own right with e.g.
*http://www.example.com/svgPage.fgci*
However, when called from another page as the *src* for an image like this:
* <img id="windspeed" src="http://www.example.com/svgPage.fgci" alt="wind
speed" style="width: 100%"> *
nothing happens at all. Just no output. No mention in apache error log
Any ideas?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.