Subj : Re: firefox and ASP pages To : comp.os.linux From : Patrick McDonnell Date : Mon Sep 06 2004 09:43 am Pandora Xero wrote: > I attempted to use an ASP page using firefox, and it didn't work. same > with mozilla. works just fine with Opera, and most likely works with > Internet Exploder. the page is: > http://www.bookstore.oaklandcc.edu/occah/textbooks.asp > I know ASP is a Micro$hit format, but seriously... > > If anyone knows of something i can do to make this page work in Mozilla > or Firefox, it would be a great help. > > --Pandora Xero ASP is similar to PHP, in that all that the browser sees is plain HTML - the browser doesn't care how it got there. Therefore, the problem must be with the HTML that the ASP is generating - not a "support" problem on Firefox's part, but a mistake/error on the part of the web designer. .