| Advertentie | |
| 
 | 
					|
| 
		
		
		 | 
	
	|
| 
	
	
	
	 
		
		 http://www.home.zonnet.nl/robschlute...ist/faq13.html  
	
	
	
	
	
		
		Je kunt gewoon meerdere aanroepen in de createWindow functie zetten... 
	__________________ 
	
	~ what the eye sees, it believes ~ 
	 | 
	|
| 
		
		
		 | 
	
	||
| 
	
	
	
	 Citaat: 
	
  | 
	||
| 
		
		
		 | 
	
	|
| 
	
	
	
	 Code: 
	<html>
<head>
  <script language="javascript">
  function createWindows() {
    var n1 = window.open('http://www.google.com','n1','');
    var n2 = window.open('http://www.nu.nl','n2','');
  }
</script>
</head>
<body>
<a href="javascript:createWindows();">Vervelend!</a>
</body>
</html>
![]() 
	__________________ 
	
	~ what the eye sees, it believes ~ 
	 | 
	|
| 
		
		
		 | 
	
	||
| 
	
	
	
	 Citaat: 
	
  | 
	||
| 
		
		
		 | 
	
	||
| 
	
	
	
	 Citaat: 
	
 iemand die nog een mooi idee heeft?  | 
	||
| 
		
		
		 | 
	
	||
| 
	
	
	
	 Citaat: 
	
 Code: 
	<html>
<head>
  <script language="javascript">
  function createWindows1() {
    var n1 = window.open('http://www.google.com','n1','');
    var n2 = window.open('http://www.nu.nl','n2','');
  }
  function createWindows2() {
    var n1 = window.open('http://www.linux.com','n1','');
    var n2 = window.open('http://www.slashdot.org','n2','');
  }
</script>
</head>
<body>
<a href="javascript:createWindows1();">Vervelend!</a>
<p>
<a href="javascript:createWindows2();">Ook vervelend!</a>
</body>
</html>
![]() 
	__________________ 
	
	~ what the eye sees, it believes ~ 
	 | 
	||
| 
		
		
		 | 
	
	||
| 
	
	
	
	 Citaat: 
	
 vind ut alleen voor de maker, ikzelf, vrij een groot zooitje worden. :\  | 
	||
| 
		
		
		 | 
	
	|
| 
	
	
	
	 Code: 
	<html>
<head>
  <script language="javascript">
  function createWindows(site1,site2,site3) {
    window.open(site1);
    window.open(site1);
    window.open(site1);
  }
</script>
</head>
<body>
<a href="javascript:createWindows('http://blaat1','http://blaat2','http://blaat3');">Blaat</a>
</body>
</html>
edit:typo/scripto ![]() [Dit bericht is aangepast door Socratesss (21-02-2002).]  | 
	|
| 
		
		
		 | 
	
	||
| 
	
	
	
	 Citaat: 
	
  | 
	||
| Advertentie | 
| 
				 | 
			
| 
		
		
		 | 
	
	|
| 
	
	
	
	 
		
		De volgende code: 
	
	
	
	
	
		
		frames.html: <html> <frameset rows="*,*,*"> <frame src="menu.html" name="menu"> <frame src="frame1.html" name="frame1"> <frame src="frame2.html" name="frame2"> </frameset> </html> menu.html: <html> <head> <script> function woot() { parent.frames["frame1"].location='frame2.html'; parent.frames["frame2"].location='frame1.html'; } </script> </head> <body> <a href="javascript:woot();">Menu!</a> </body> </html> frame1.html: <html> <body> Dit is frame1 </body> </html> frame2.html: <html> <body> Dit is frame2 </body> </html> --- Dit is een simpele demonstratie van hoe je meerdere pagina's in verschillende frames kunt laden met 1 link ![]() 
	__________________ 
	
	~ what the eye sees, it believes ~ 
	 | 
	|
| 
		
		
		 | 
	
	|
| 
	
	
	
	 
		
		Volgens HTMLHelp is het ook niet mogelijk dit eenvoudiger te doen met een tag. 
	
	
	
	
	
		
		Zie: Guide to frames usage 
	__________________ 
	
	~ what the eye sees, it believes ~ 
	 | 
	|
| 
		
		
		 | 
	
	|
| 
	
	
	
	 
		
		 http://www.htmlhelp.com/faq/html/fra...#frame-update2  
	
	
	
	
	
	
	Code: 
	<a href="URL1" target="Frame1" onClick="top.Frame2.location='URL2';">Update frames</a> ![]() dank jullie wel voor de moeite.  | 
	|
| 
		
		
		 | 
	
	|
				
					Verwijderd
					
				 
		 | 
	
		
	
	
	
	 [B] Code: 
	<SCRIPT LANGUAGE="JavaScript1.2">
function mymails() {
  a= window.open("http://tafeltennis.pagina.nl","myName",
  "width=385,height=180,top='+screen.availTop+',left=0',status,toolbar=1,scrollbars,resizable=1,location");
  b= window.open("http://www.tafeltennis.nl","myName1",
  "width=385,height=180,top='+screen.availTop+',left=395,status,toolbar=1,scrollbars,resizable=1,location");
  c= window.open("http://www.kliks.nl/stats2/bunnerklik.php?61lukas&0400&NL&NL&00&0","myName2",
  "width=385,height=190,top=290,left=0,status,toolbar=1,scrollbars,resizable=1,location");
  d= window.open("http://www.nttb.nl","myName3",
  "width=385,height=190,top=290,left=395,status,toolbar=1,scrollbars,resizable=1,location");
}
</SCRIPT>
<!--webbot bot="HTMLMarkup" endspan --> <b><l></FORM><INPUT TYPE=button VALUE="Goede Links klik hier." onClick="mymails();" style="border-style: solid; border-color: #000080">
</b>
<font size="2">
 | 
	
![]()  | 
	
	
		
  | 
	
		
  | 
			 
			Soortgelijke topics
		 | 
	||||
| Forum | Topic | Reacties | Laatste bericht | |
| Huiswerkvragen: Klassieke & Moderne talen | 
		
		 Hoe vind ik wél iets met Google? Boogie  | 14 | 30-08-2015 17:50 | |
| Huiswerkvragen: Cultuur, Maatschappij & Economie | 
		
		 Hoe vind ik wél iets met Google? Boogie  | 4 | 22-07-2012 21:33 | |
| Beleidszaken | 
		
		 Help! ik kan niets vinden op Google! Verwijderd  | 41 | 10-03-2004 16:11 | |
| Huiswerkvragen: Klassieke & Moderne talen | 
		
		 Help! ik kan niets vinden op Google! Verwijderd  | 7 | 20-02-2004 10:36 | |
| Huiswerkvragen: Cultuur, Maatschappij & Economie | 
		
		 Help! Ik kan niks vinden op Google! alpha  | 0 | 03-02-2004 10:11 | |
| Huiswerkvragen: Cultuur, Maatschappij & Economie | 
		
		 Heeft iemand de antwoorden van CKV De Stad | 2 | 22-03-2001 20:41 | |