passing html info...
- Started
- Last post
- 2 Responses
- phatrick
does anyone know of a way or of a tutorial of how to pass a variable from one html page to another? here's the situation: on page one there exists many dynamic links that change daily (people's names for example). on page two is a form that needs "input area A" to be filled in with the person's name clicked on page one. make sense? i'm thinking cookies but i'm not sure how i should go about tackling this one...thanks a lot guys!
- welded0
With PHP you could use cookies or pass the variable along in the URL. Similar to the latter, you could also use javascript and parse the URL for the text you need. What you need is pretty easy to do if I'm understanding you correctly. If you need examples, let me know.
- welded0
Just a quick caveat - by let me know I mean send an email. I'm running errands all day. Ya.