Link to home
Start Free TrialLog in
Avatar of osiruz
osiruz

asked on

Pls Help

i have a textfield and button on A.html
i wish to send the value in the textfield to a textfield on B.html upon click on the button on A.html.
(e.g.input "abc" into the textfield on A.html,when click on the button,popup a new browser window which opens B.html,and displays "abc" on the textfield on B.html)
can someone show me how to do that?
Avatar of mouatts
mouatts

Can you use CGI/ASP if not then your only solution will be with Javascript.

Steve
HTML don't accept inputs. You have to use some sort of PROCESSING, which means Javascript, or CGI and its relatives (ASP, CFML, PHP, etc.)
If you use javascript, cookies would probably be the easiest. Just set the cookie when the button is clicked on and retrive it when the next page loads.
ASKER CERTIFIED SOLUTION
Avatar of helver
helver

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial