i hav prblem with variables other then form variable in web page...how kan i acces them in the next page..n one more thing how kan i acces form variables in the same page..bcause i recently defined a textfield n i wnt to use its value in the same page i get an error that "undefined variable"...
how can i do tat..
accessing variables other than form variables
Moderator: General Moderators
-
bugthefixer
- Forum Contributor
- Posts: 118
- Joined: Mon Mar 22, 2004 2:35 am
Re: accessing variables other than form variables
Use session variables - viewtopic.php?t=6521bugthefixer wrote:i hav prblem with variables other then form variable in web page...how kan i acces them in the next page..
You can't, you will need to use Javascript for that kind of thing unless you submit the page and refresh itbugthefixer wrote:n one more thing how kan i acces form variables in the same page..bcause i recently defined a textfield n i wnt to use its value in the same page i get an error that "undefined variable"...
how can i do tat..
Mark