Skip to content

Instantly share code, notes, and snippets.

@hsquareweb
Created March 7, 2012 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsquareweb/1990835 to your computer and use it in GitHub Desktop.
Save hsquareweb/1990835 to your computer and use it in GitHub Desktop.
HTML/JS: Button to Launch New Custom Window
<form action="" method="post">
<input type="button" name="newwin" value="Open New Window" onClick="window.open('http://djakeed.com/listen_now.html','Akeed Radio Player','width=550, height=300,left=0,top=100,toolbar=no,location=no,status=no,menubar=no,scrollbars=no')"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment