View Single Post
Join Date: Apr 2004
Posts: 573
Reputation: Dark_Omen is an unknown quantity at this point 
Solved Threads: 5
Dark_Omen Dark_Omen is offline Offline
Posting Pro

Re: Passing data from forms from one page to another

 
0
  #4
Feb 15th, 2005
Well I found an example from another page, but I want to do it in javascript, and here is the code that I got.
This is the form I am working with:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <form name="input" action="">
  2. Username:
  3. <input type="text" name="user">
  4. <input type="submit" value="Submit">
  5. </form>

I don't know what action to use or if there is any other part that I need for javascript, and I don't know the code for the recieving end page.

Thanks
Reply With Quote