Guest User

Untitled

a guest
Jun 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <form id="route" name="route" method="post" action="javascript:searchTimetable()">
  2. <input type="hidden" name="route_id" id="route_id" value="" />
  3.  
  4. <table width="200px;">
  5. <tr valign="top" align="left">
  6. <td><b>Id:</b></td>
  7. <td>
  8. <input type="text" name="route" id="route" value="np Dworzec" onclick="clearDefaultValue('route', 'route_id', 'np Dworzec', false);" autocomplete="off" size="11" class="widget"/>
  9. </td>
  10. </tr>
  11.  
  12. <tr>
  13. <td></td>
  14. <td align="left">
  15. <!--Search-->
  16. <input type="submit" value="Szukaj" class="widget_button" />
  17. </td>
  18. </tr>
  19.  
  20. </table>
  21. </form>
Add Comment
Please, Sign In to add comment