The site in question is Roger Funk Cars
In IE it works fine. In FireFox when the page is displayed the navigation bar on the left side does not expand down, it leaves a gap. This happens on all pages depending on how much the side bar has to expand. The strange part is that if I refresh the page it will start working right.
I am trying to create a cookie based on a querystring. Firefox creates and displays the cookie without a problem. IE on the other had seems to not even create the cookie. I HATE BUILDING FOR 2 BROWSERS!
I wish to hide links, i'm at present trying to 'float' as such invisible links over a background image.... the line i'm wishin to use that i think is right is
#links a i {visibility: hidden;}
when taken out we can see the links, as needed, but the minute i add this line, they should be invisible but still there, this is the case in IE but with FF they disappear completely...
I'm using a ValidationSummary with ShowMessageBox set to "True". It's working fine with internet explorer but when it comes to Mozilla Firefox it's not the same. No window is opened.
What can I do to make it work properly?Is there a way to do it?
I put some code together below, so you can see what I mean:rcntech.com/development/ajaxcars.asp
If you test the link above with IE works as it is supose to, however it doesn't display any elements withing the <form> tags in Firefox.
By the way, I am loading the page using AJAX, if you call the ASP directly in Firefox then it works fine, but that's not what I am trying to achieve.rcntech.com/development/login.asp
i have work on this 4 days already but still cannot find a way to solve.is the way i code cannot be support by firefox?it work well in IE,but firefox cannot work.i have upload the file, can someone pls help me on that?
the asp.txt is my asp page, while the menubar.txt is the js file that i include in the asp page.it should work like ie.jpg but when i use firefox to browse,it show like firefox.jpg. is my code got problem?
I am using Response.BinaryWrite to write a PDF to the browser. Everything works great on IE and Safari but when I try to use Firefox the browser hangs. The title bar says application/pdf but nothing ever shows up. Going directly to the pdf works fine but unfortunately am unable to do that in the long run and must use BinaryWrite.
i have work on this 4 days already but still cannot find a way to solve. is the way i code cannot be support by firefox??it work well in IE, but firefox cannot work. i have upload the file,. the asp.txt is my asp page, while the menubar.txt is the js file that i include in the asp page. it should work like ie.jpg but when i use firefox to browse, it show like firefox.jpg. is my code got problem?
I was informed that one of out pages wasnt working. the user was on firefox and said our page wasnt functioning but whenever i use IE it works fine. is there any reason or something in the code that wouldnt allow a page to work with FF.
When pulling information through from the database on firefox (using an asp document with a css), firefox seemed to be truncating the page. This is possibly due to an assumption of the amount of lines needed. To sort this and so to have scroll bars you will need to add another 'blank' div just underneath with a couple of line breakers ( <br />) this way, the asp sees that there is something physical upon the page apart from the original info pulled through from the database and thus displays the scroll bars!!!
I have a number of applications that use a particular technique to authenticate users using IWA and LDAP.
These are for intranet application where the users all use IE6, however I'm trying to debug some javascript code and I find that easier to do with FF. However my applications that use this authentication technique have problems when running through FF.
I get an 'error '80072020' authuser.asp, line 20', which point to an LDAP call: Code:
i encountered an issue on my webpage when browsed using Firefox. Issue:
ASP Scripts do not run on Firefox. When I click the button to add a comment or message, nothing happens. Niether error messages do not appear. It just not process the request of inserting the values I entered. To test my page, copy this link, www.mrniceash.tk, and paste it on your firefox web browser.
On our test server, the site works fine, but on production (the link above), if you click around the inside pages in FireFox, the left (navigation) column often loads at more than 100% of the sites width. If you press refresh, the page looks correct?
We are a microsoft shop, and this site is done in ASP.I'm the designer on this project, and there is seperate database programmer and support team (our publishers/admins) that have looked at this, and we can't figure it out. Any ideas? I may post this in another area of the forums because I'm not positive what issue this relates to.
i have created a page that will enable users download mp3 files that are saved in a folder. All this works fine in Internet explorer, however if i download a mp3 file using firefox, it download the file but without recognizing it as an mp3 file, which automatically makes the file unusable: Code:
I have an problem with Firefox. I'm using an username and password session in asp. And IE uses the sessions after i reload/refresh a page. But in Firefox i have to login again. It doesn't save the sessions for later use.
Does anybody know the sollution? Because I've searched everywhere.
I don't what is wrong my site but some of my members cant view it on firefox. I been browsing the net for answer but i havent find the solution. Some said add
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"which was already there when i first started. Everything is find on internet explorer.
i am having prob while downloading a file in firefox. If the filename contains spaces it takes only name before the first space. The rest of the part in the filename is egnored....
i use the following code for it. -- Response.Addheader "Content-Disposition", "attachment; filename=" & filename ---- example if the filename is "sample filename.doc". while downloading it saves as "sample" the rest of the part filename.doc is removed.
The above code works fine in IE. Can anyone here tell me how i can handle this in firefox v1.
Anyone have an idea why my ASP scripts, that were working just fine, all of a sudden stopped working in Firefox? Everything is still fine in IE, but it would appear that Firefox has all of a sudden started to ignore the ASP script tags. I'm relatively new, and was way excited when I got everything to work the way I wanted it to, then this happened.
When I use Microsoft Internet Explorer I dont get any error messages, but when I use Netscape 7.2 or Firefox 1.0 I get the following error message error '80020009'
Delete_Auto.asp, line 24
This is line 24:
IF Lcase(rs2("EmailAddress")) <> Lcase(Session("Email")) then%>
All of my other code still seems to execute, but cant get rid of the error message? Any help would be appreciated.
Can I use request.servervariables("HTTP_USER_AGENT") to determine if the user has Firefox or Internet Explorer? Is the return string differentiated enough?
I have an upload script that seems to fail in Firefox and Mozilla based browsers when it hits the .SaveToFile Method. It works fine in IE. Is this a documented bug? Is there a work around?
I'm developing an online shopping site in ASP using session variables for the basket held in a global.asa. The site works fine in IE but Firefox doesn't pick up the session variables. I've searched for an answer to this but with no luck.
I am having an issue using the 'Response.Redirect' command in FireFox.
I have an ASP page called dltrack.asp that, in order to track how many times certain MP3s are downloaded on our website, opens and updates a tally in a database, then redirects to the location of the MP3 on our server for the user to download the track. The redirect script i am using is:
Where the url is the location of the MP3 to be downloaded. When a user right clicks 'Save Target As' in Internet Explorer this works fine, but in FireFox when a user right clicks and selects 'Save Link As' FireFox downloads the MP3 but it is named 'dltrack.asp' instead of the filename of the song with an mp3 extension. Code:
I have developed an extranet system, that is not recognizing any named anchors in IE. The top drop down on the page should be jumping the user to each section. It works beautifully in Firefox, but not in IE. Has anyone encountered this before? Any insights?