but I have problems with that, because sometimes I get this error in
javascript,
document.getElementById() is nothing or is not an object...
so I run the page, see the code, and paste the correct id, that is
something like:
document.getElementById('ctl00_mainCHolder_wzLan_bolSummerHouseAddress').disabled
= false;
My question now is:
How can I (using javascrit) block a user from step foward in a Wizard
component, on asp 3.0 we added to the form tag onSubmit="return
validate(this);" and all worked fine because you could return a false and
the user had to see the problem and correct it before submit the form,
unser MasterPages I do not have access to the form element to do that, and
if I had, how could I add the javascript function to the Step Buttons?
my problem is that the page is to big (a lot of steps) and it takes a long
time to reload the page for the simple propose of show/hide a question, so
I'm trying to do this simple task using javascript.
the propose of the wizard in my page is to let users to enter a lot of
data so they could ask for a loan.
Thank you for the help.
--
Bruno Alexandre
(a Portuguese in Københanv, Danmark)
"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> escreveu na mensagem news:
[email protected]...