alcool9999
05-27-2010, 06:04 PM
Hi, i have 640 hidden values like this:
<input type="hidden" name="b1r1c1" value=" ">
now when the page loads the value is not it is just nothing. im guessing its because the browser interprets as a space if you know what i mean and doesn't give the hidden value that value.
the way i solved this was to have 640 line of
b1r1c1.value=" "
e.t.c
this was in vbscript as the page loads but the problem that lies here is that this makes the page load very slowly. i just wondered if there was anyother way to solve this.
Thanks
<input type="hidden" name="b1r1c1" value=" ">
now when the page loads the value is not it is just nothing. im guessing its because the browser interprets as a space if you know what i mean and doesn't give the hidden value that value.
the way i solved this was to have 640 line of
b1r1c1.value=" "
e.t.c
this was in vbscript as the page loads but the problem that lies here is that this makes the page load very slowly. i just wondered if there was anyother way to solve this.
Thanks