Kelly Higgins
New member
Ok basically I have a HTML text field displaying a URL. At the end of that URL I want a javascript code to randomly generate XXXXXX numbers.
<input type="text" value="http://www.example.net/?i=" size="40" style="width: 268px" /><br />
Notice the text field displays "http://www.example.net/?i=" at the end of the = sign I want the javascript code to display random XXXXXX numbers. Every time I put in the code it comes up as visual text. I have tried putting the code after the closing ", but that didn't work!
10 points to the correction! Thanks.
<input type="text" value="http://www.example.net/?i=" size="40" style="width: 268px" /><br />
Notice the text field displays "http://www.example.net/?i=" at the end of the = sign I want the javascript code to display random XXXXXX numbers. Every time I put in the code it comes up as visual text. I have tried putting the code after the closing ", but that didn't work!
10 points to the correction! Thanks.