henman: Popup-Fenster mit <form>-Tag starten

Beitrag lesen

psst - haste da vielleicht ein kleines Beispiel für mich ;)

psst - http://www.google.de
;)
oder:

<head>  
<script type="text/javascript">  
<!--  
function myPopup() {  
window.open( "http://www.google.com/" )  
}  
//-->  
</script>  
</head>  
<body>  
<form>  
<input type="button" onClick="myPopup()" value="POP!">  
</form>  
<p onClick="myPopup()">CLICK ME TOO!</p>  
</body>

von http://www.tizag.com/javascriptT/javascriptpopups.php geklaut. SelfHTML hat da aber bestimmt auch nette Ideen.

--
"Sir! We are surrounded!" - "Excellent! We can attack in any direction!"