Hi
How would I create a link that opens maybr 2 or 3 pop up windows when the user clicks on the link?
Many thanks
Michael
Hi
How would I create a link that opens maybr 2 or 3 pop up windows when the user clicks on the link?
Many thanks
Michael
Something like this perhaps:
Warning: Google toolbar with popup blocker installed may disable the above script.Code:<script type="text/javascript"> function popup(urls){ for (var i=0; i<arguments.length; i++) window.open(arguments[i]) return false } </script> <a href="default.htm" onClick="return popup('http://google.com', 'http://yahoo.com')">Click here</a>
Bookmarks