lyric0n
Technical User
- Dec 28, 2005
- 74
What I have is a JavaScript variable that is assigned a value from a previous page. This works fine and dandy. But now, I would like to have an input box, with the default value being that variable.
I have tried using the...
<input type="text" name="blah" value="JAVASCRIPT VARIABLE!">
...but it just puts any code I put there into the box, rather than process it.
How would I make this work?
Thanks,
Chris
I have tried using the...
<input type="text" name="blah" value="JAVASCRIPT VARIABLE!">
...but it just puts any code I put there into the box, rather than process it.
How would I make this work?
Thanks,
Chris