![]() |
|
|
|
#1 |
|
hi
i must save some var from html form to the another html file - how can i do that ?? is any method to do that?? thx bolo B.J. |
|
|
|
|
#2 |
|
Posts: n/a
|
B.J. wrote:
> hi > > i must save some var from html form to the another html file - how can i do > that ?? is any method to do that?? via server side scripting. there are various methods to achieve this, the following list is surely not complete: - use hidden form fields to handover your vars from one form to another - use session variables - use cookies (depends on the clients UA settings!) HTH bernhard -- www.daszeichen.ch remove nixspam to reply |
|