Forum Moderators: open

Message Too Old, No Replies

Having problems with some asp pages ( Mozilla )

please help...

         

firewalker

8:02 am on Jan 29, 2004 (gmt 0)



Hi all

I use Mozilla browswer. Sometimes when I browse an asp page, I encounter the following problem:
After clicking on a button and nothing happens. ( For example, I want to submit a form, but I can't.)
Does anyone use Mozilla here? Do I need to install some other extensions to make it work?
Thanks in advance.

txbakers

12:58 pm on Jan 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If nothing happens in Mozilla, chances are that the web page writer didn't write it correctly.

choster

2:20 pm on Jan 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I doubt it has anything to do with the ASP. ASP is a server technology; the browser only sees the HTML, CSS, and Javascript it produces. For instance, the form may have been coded to use an onClick to start a validation script and submission instead of a Submit button; if that script is coded using IE-specific instructions, the form won't work in other browsers.