RESOLVED - Simple Javascript Form Problem
Posted: Mon Sep 13, 2004 8:21 am
Hi,
In a function within my head tags, I build a variable called orderinfo.
All I want is to set the value of one of my form textboxes to be this variable. Seems simple enough.
I've tried putting a "form.textbox.value = orderinfo" and that does nothing
I've tried putting a document.write for the javascript value inside the value="", and that does nothing.
Can someone guide me in the right direction?
Josh
In a function within my head tags, I build a variable called orderinfo.
All I want is to set the value of one of my form textboxes to be this variable. Seems simple enough.
I've tried putting a "form.textbox.value = orderinfo" and that does nothing
I've tried putting a document.write for the javascript value inside the value="", and that does nothing.
Can someone guide me in the right direction?
Josh