Advertisement
Guest User

effds

a guest
Feb 9th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <form action="http://domain.com/upload" method="post" accept-charset="utf-8" id="upload_links_form">
  2.  
  3. <input type="text" name="upload_links" value="http://www.test.com/image.png" id="upload_links" class="inset-sq" onfocus="this.value = ( this.value == this.defaultValue ) ? '' : this.value;return true;"  />
  4.  
  5. <button name="link_cancel" type="button" id="link_cancel" class="m-top left button-alt" >Cancel</button>
  6.  
  7. <input type="submit" name="link_upload" value="Upload" id="link_upload" class="m-top right button-alt"  />
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement