New html window on SVG click

shwathi
06-02-2004, 04:18 AM
Hi,
Can someone tell me how to open a new html or php window by clicking an object in SVG?
How do we pass a value from SVG to this html page?

Thanks in advance.

Shwathi. :oops:

Anonymous
06-02-2004, 04:51 AM
Try this
function open_new_window()
{
open(
"yourfile.php?param1=value1",
"",
"width=600,height=400,toolbar=no,menubar=no,locatio n=no,scrollbars=yes,resize=yes,minimize=yes"
)
}
This run with ASV3 + IE
Michel

 
Web mp2kmag.com
mapforums.com

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum