What I need is that, I have user enter in a value which is stored in an array on an HTML page, but I want to use that value as an default value in an input box, on a different HTML page.
<input type = "text" size = 6 maxlength = 6 name ="DevEnt15" value = "what should I out in here?">
Thanks!!!
<input type = "text" size = 6 maxlength = 6 name ="DevEnt15" value = "what should I out in here?">
Thanks!!!