Return to Snippet

Revision: 40591
at February 4, 2011 03:44 by BebenKoben


Initial Code
<form action="http://YOUR-VIEW-LINK" method="post" target="popupwindow" onsubmit="window.open('YOUR-VIEW-LINK', 'popupwindow', 'scrollbars=yes,width=500,height=450');return true">

<input name="" class="" value="YOUR TITLE HERE" onFocus="if(this.value == 'YOUR TITLE HERE') this.value =''" type="text" size="20" style="background-color: #FFE;color: #F00;">
<input value="" name="uri" type="hidden">
<input value="Search!" type="submit" style="background-color: #090;">

</form>

Initial URL


Initial Description


Initial Title
Action with Popup

Initial Tags


Initial Language
Other