Can I instruct the url that the menu points at to open in a popup window?
The site in question is http://www.bigtable.uk.com
The menu item i want in a popup is mortgage calculator under tools
Many thanks
Gordon Ruffell
Pop up windows
Hi,
Try adding a target and targetfeatures to your aI string, like this:
aI("text=Open Google;url=http://www.google.com;target=windowname;targetfeatures=width=300,height=300,status,scrollbars,resizable");
Also, take a look at http://milonic.com/menusample11.php for more information
Cheers,
Andy
Try adding a target and targetfeatures to your aI string, like this:
aI("text=Open Google;url=http://www.google.com;target=windowname;targetfeatures=width=300,height=300,status,scrollbars,resizable");
Also, take a look at http://milonic.com/menusample11.php for more information
Cheers,
Andy