Advertisement
Kalvin

BidForm

Sep 9th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.75 KB | None | 0 0
  1. <form method=post name="form1">
  2.     <input type=hidden name=sell value=0>
  3. <tr><th colspan=2>Enter Bid</th></tr>
  4. <tr><td>Total Bid:
  5.  
  6. (Budget: $0-0)</div>
  7.     <td>$ <input type=text size=10 name=bid value=""></td></tr>
  8.  
  9.  
  10. <tr><td>Project can be completed within:</td>
  11.     <td><input type=text maxLength=3 size=4 name=days2c value=""> days (Project Expires: Oct 12 2012, which is in 32 days)</td></tr>
  12. <tr><td valign=top>Comments:<br/>
  13.                         Max: 1000 characters including HTML code.<br/>
  14.                 You have <b><span id=myCounter>1000</span></b> characters remaining.
  15.                 <center>
  16. <table width="100" border="0" cellspacing="0" cellpadding="5" class=design>
  17. <tr align="center"><th style=border-top-style: none; border-top-width: 0; colspan="4"><b>Emoticons</b></th></tr>
  18. <tr align="center" valign="middle"><td><a href="javascript:emoticon(':D')"><img src="prjd/img/smilies/icon_biggrin.gif" border="0" alt="Very Happy" title="Very Happy" /></a></td>
  19.     <td><a href="javascript:emoticon(':)')"><img src="prjd/img/smilies/icon_smile.gif" border="0" alt="Smile" title="Smile" /></a></td>
  20.     <td><a href="javascript:emoticon(':(')"><img src="prjd/img/smilies/icon_frown.gif" border="0" alt="Sad" title="Sad" /></a></td>
  21.     <td><a href="javascript:emoticon(':o')"><img src="prjd/img/smilies/icon_eek.gif" border="0" alt="Surprised" title="Surprised" /></a></td></tr>
  22. <tr align="center" valign="middle"> <td><a href="javascript:emoticon(':?')"><img src="prjd/img/smilies/icon_confused.gif" border="0" alt="Confused" title="Confused" /></a></td>
  23.     <td><a href="javascript:emoticon('8)')"><img src="prjd/img/smilies/icon_cool.gif" border="0" alt="Cool" title="Cool" /></a></td>
  24.     <td><a href="javascript:emoticon(':|')"><img src="prjd/img/smilies/icon_mad.gif" border="0" alt="Mad" title="Mad" /></a></td>
  25.     <td><a href="javascript:emoticon(':P')"><img src="prjd/img/smilies/icon_razz.gif" border="0" alt="Razz" title="Razz" /></a></td></tr>
  26. </table>
  27. </center>
  28.         </td>
  29.                 <td><textarea onkeypress="return taLimit()" onkeyup="return taCount(myCounter)" maxLength="1000" cols=50 rows=8 name=comment></textarea></td></tr>
  30.                             <tr><td>Filtered Words and Symbols (Do Not Use):</td>
  31.             <td>@, gmail, hotmail, mytino, emoneyjustfree, justmore, netcash, netjobfree, inetdata, TheAll4u, 100free, theall4you, very4u, all4u, odnon, phpcodelance, thursdaytechnology</td></tr>
  32.             <tr><td colspan=2><input type=checkbox class=checkbox name=notify value=1>
  33.       Notify me by e-mail if someone bids lower than me on this project.</td></tr>
  34. <tr><TH style="border-top: 1px solid;" colspan=2 class=submit><input type=submit class=button name=placebid value='Place Bid >>'></th>
  35.   <input type=hidden name=suid value=26e5a0816f6bdef2><input type=hidden name=a value=placebid><input type=hidden name=pid value="16265"></tr>
  36. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement