Reply
one click - open two banner
Old 06-04-2006, 01:29 PM one click - open two banner
trichnosis's Avatar
Webmaster Talker

Posts: 509
hi

i wonder that , it's possible to open 2 browser window with one click or not.
__________________
Türkçe Bilgi | answer | beauty | business
trichnosis is offline
Reply With Quote
View Public Profile Visit trichnosis's homepage!
 
When You Register, These Ads Go Away!
Old 06-04-2006, 03:17 PM Re: one click - open two banner
funkdaddu's Avatar
Web Design Snob

Posts: 636
Just call the window.open twice:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Untitled Page</title>
		<script type="text/javascript"><!--
function go() {
	window.open("http://www.google.com","win1","");
	window.open("http://www.yahoo.com","win2","");
}
//-->
</script>
	</head>

	<body bgcolor="#ffffff">
		<p><a href="#" onclick="go();">Click</a></p>
	</body>

</html>
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Reply     « Reply to one click - open two banner
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12244 seconds with 12 queries