Passing Parameters in html/javascript
Dear All,
I've got a problem in passing parameters between webpages and hope somebody can throw me some light on this. Many thanks !
I was trying to pass the value of a variable that i captured by javascript using onChange() event from a dropdown box in html. The content of the variable was tested and fine within the javascript function.
However, when i pass the variable through hyper link (? href/url) in html to the receiving php page, the content of the variable was lost (get by $get_['variable_name'])and only the name of the variable was passed to the receiving page. I don't what went wrong with this and looking for further advices.
Best regards
Newbie
|