popup window
onclick="window.open('index.php', 'blank', 'width=560, height=400, resizable=yes')
TextSnippets > raqiro > javascript
458 users tagging and storing useful source code snippets
onclick="window.open('index.php', 'blank', 'width=560, height=400, resizable=yes')
<script language="javascript">window.location="index.php"script> or onclick="window.location='index.php?item=' + document.myform.item.value"