ASP.Net Page compatible with IE and Mozilla browser

P

Pai

Hello there,

I need to make my .aspx pages compatible with both these browsers...

Could anybody guide me to some tutorials or some tips I just have a
<table> tag and a few <td> and <tr> in there in the whole of .aspx
page?

Thanks,
Srikanth Pai
 
P

Peter Blum

First set the ClientTarget property on the Page to "UpLevel" (or customize
the "uplevel" rules within machine.config to include Mozilla.)
Now the server side will generate HTML 4 tags for all browsers.

The client-side validation and smartnavigation features where both written
in DHTML. So they will not work with Mozilla.

If you want client-side validation on Mozilla, please consider my validation
framework, "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx. Its a far more extensive validation
system that supports client-side validation on IE, IE/Mac, Netscape/Mozilla,
Opera 7 and Safari.

--- Peter Blum
www.PeterBlum.com
Email: (e-mail address removed)
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
 

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

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top