|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
JS preserve values after refresh
hi,
this must be basic knowledge but I don't have much experience with Javascript, so any help will be greatly appreciated! I have a form with dynamic drop down boxes. So when I select something in a dropdown box, the values in another box will change accordingly. This is using a Javascript function (using document.submit()) to submit the values with the onChange inbuilt function. The page is reloaded and all the values in the form with text fields and all is refreshed and lost! How can I preserve the values in the other form fields? PS. I'm using PHP web scripting.. |
|
#2
|
|||
|
|||
|
RE: JS preserve values after refresh
http://codewalkers.com/seecode/507.html
|
|
#3
|
|||
|
|||
|
RE: JS preserve values after refresh
I am also a new to web development technologies. but i can give you suggetion of either go for hidden variables or query string. But i guess this is done server side. you can go for cookies I dont have any syntatical knowledge about it. hope it will help you.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > JS preserve values after refresh |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|