Advertisement
mbryant

SmartParcel - Jump to order

Nov 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <script>
  2. $('#content').append("<form action='https://secure-wms.com/PresentationTier/SmallParcelShip.aspx' method='GET'><input name='transactionid' type='text' value='0'><input type='submit' value='Go' \></form>");
  3. </script>
  4.  
  5.  
  6. NOTES:
  7. This created a form that has a input field and a go button, submits via https://secure-wms.com/PresentationTier/SmallParcelShip.aspx?transactionid=######
  8. This needs to be updated to auto submit on enter.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement