Action with Popup


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <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">
  2.  
  3. <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;">
  4. <input value="" name="uri" type="hidden">
  5. <input value="Search!" type="submit" style="background-color: #090;">
  6.  
  7. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.