> What's wrong with this ? What should I do to make the page work properly
> with any browser ? Please help!
Generally speaking, when things work in IE but not in other browsers, it's
because of IE's lack of support for web standards and use of proprietary
functionality. IE7 is much improved in this respect, but earlier versions
(especially IE6) were terrible.
Judging by the markup, I'd say you're not validating your page for
XHTML-compliance. Specifically, you have upper-case style tags, which are
not permitted in XHTML...
Once you have sorted that out, it's a good idea to develop against FireFox
rather than IE...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
bienwell - 23 Oct 2007 14:09 GMT
How about the code I've sent to you. Do I need to fix anything to make it
work in any browsers? I used the web controls in ASP.NET for the validation
in client side and it ignored this validation when using Firefox. If so, it
is the weak points of ASP.NET ?
>> What's wrong with this ? What should I do to make the page work properly
>> with any browser ? Please help!
[quoted text clipped - 10 lines]
> Once you have sorted that out, it's a good idea to develop against FireFox
> rather than IE...