Click here to Skip to main content
16,011,685 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
hi i have 2 html

page1.html

id    <input type = "text" value = "" >
name  <input type = "text" value = "jonathan">
a href = "page2.html">get br mode="hold" />


page2.html

a href = "page1.html?id=1" > value



how can i return to page1.html that cannot erase the previous value of the name ?
im planning to do xml or maybe ajax but this use two html for calling not by javascirpt, i dont know how

suggestion is appreciated
please help me for this problem
Posted
Updated 22-Feb-11 22:27pm
v2
Comments
Sergey Alexandrovich Kryukov 24-Feb-11 13:53pm    
You need to write real HTML sample to make in understandable.
In "Improve question", use HTML character entities "lt" "gt" instead of angular brackets, use "allow HTML" radio button.
--SA

1 solution

You can go for the query-string, while going back to page1. If that is the case, this might help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900