Quote:
|
Now Without the document.form.submit I see the values in the forms but They dont go to the server when I submit because I have no value set for each form.
|
It's not apparent why you need a form to do this? What are you doing with the values in ASP?
Quote:
How do I achieve this:
<input type=text name=height value="JS Variable???????">
|
var colors = window.screen.colorDepth;
etc.
-james
__________________
"God so loved the world that he gave his only begotten son, so that whosoever believed in him would not perish, but have everlasting life. For God did not send his son into the world to condemn the world, but so that through him the world might be saved. "
Last edited by jamescover; 08-23-2004 at 05:50 AM..
|