I have been developing a GUI for a website recently and have come
across  a problem. The GUI is a series of 4 iframes, the 1st of which
loads with SVG content which contains many <circle />  elements each
with an onclick event to change the src value of the the 2nd iframe.
This is fine, and works in IE with ASV however in Deer Park Alpha 2
(Firefox 1.1 pre-release) the onclick event works for one circle, and
then another, but never lets me reload something thats been reloaded
once before.

Further investigation has shown me that multiple alert() commands
work, I can click that many times. My onclick code is as follows.

<circle cx="638" cy="836" r="1" fill="white" 
onclick="top.document.getElementById('map_info').src='/mini_map/mini_map_info.php?sid=198';"
/>

The other circles are similar just with different cx, cy and sid in
the link. Any ideas?

Thanks




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to