Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make the ASP code work in all browsers

Status
Not open for further replies.

ACSTechie

Programmer
Apr 3, 2007
5
Hey guys,

I have an asp page that works perfectly fine in IE and doesn't work in mozilla. I have never worked on this type of problem before...Can any one suggest me what should I do to make sure which part of the ASP is giving the problem and what should I do to make it work in all the browsers.

Thanks in advance for your help and time

- ACSTechie
 
Are you sure it's the ASP and not the HTML that the ASP writes?

I've never heard of that.




[monkey][snake] <.
 
IE is a lot more forgiving than mozilla in badly formatted html. View the source of the mozilla page. It may give clues as to where the HTML went wrong. I have had Netscape not show a page because of a simple missing closing tag. Also Mozilla has plugins that will debug the html and javascript on your page. As MonkSnake pointed out, the problem is not asp, but the html asp is outputting or the straight html on your page. If you are using CSS, try disabling that and see if the page appears.
 
Thanks for your suggestions guys..Will check that right now and see whats happening and will get back
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top