typing in string values in html form fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #16
    you need to replace the relative url to where the data are to be send with the absolute one ... that would be the url from where you saved the page and add this before the aspx-file (where the form's action is specified). but as was said already - in case the server does any validation to check where the data was sent from it could be that it will not work ...

    kind regards

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #17
      In that case, i.e. where that checking does take place, you can use a user-script as mentioned earlier.

      Comment

      Working...