ValidationSummary, ShowMessageBox and Netscape

J

Joe

Since netscape doesn't support client side validation, can anyone suggest a
way to display the message using an alert? Due to the layout of the page, we
can't have validation labels above, next to or below the controls missing
their value or having invalid format.
I haven't found a property of the ValidationSummary control to read the
error message that would normally be displayed in a message box.

Thanks,
Joe
 
G

Guest

Netscape does support client side Validation however Microsoft chose to
create implementations of Client Side Validation that favored IE.
If you want you can write your own client side scripts that check the
values.
 
J

Joe Gass

you could try something like

if not page.isvalid then
page.registerstartupscript("onLoad","<script>alert('page is not
valid');</script>")
end if
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top