Firefox 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.

View Replies


ADVERTISEMENT

Odd FireFox

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.

View Replies View Related

Firefox & ASP

why Firefox is displaying some of my ASP code to the user, it works fine in IE, is there a fix for this?

View Replies View Related

Cookies IE Vs. Firefox

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!

Here is the creation code:

View Replies View Related

Links In Firefox But Not IE

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...

View Replies View Related

Firefox Problem For XML

I'm almost finished with an ASP app that takes HTML form input and outputs that info into XML-ready text. The ASP creates the tags as follows:

Response.Write("&lt"&"item"&"&gt"), which works fine in IE, I get a nice
<item>

But in firefox I get:
&ltitem>

Any ideas?

View Replies View Related

ASP Different Results In Firefox And IE !

I have following code, picking an ID and saving it to Cookies.

<%
ItemID = Request("prod")
Response.Cookies("THREES")(ItemID) = Request("prod")
Set rdset=objConn.Execute("SELECT ID, Name, Large, Description
FROM shop_products WHERE ID=" & ItemID)
%>

In IE it works fine as it should, adding item id to Cookies

In Firefox it gives me the following error:

Cookies object, ASP 0102 (0x80004005)
The function expects a string as input.
/shop/addcart.asp, line 27

Any information on that. Any idea what is going wrong.

View Replies View Related

ValidationSummary With Firefox

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?

View Replies View Related

Firefox When Using AJAX

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

View Replies View Related

Viewing Firefox

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?

View Replies View Related

BinaryWrite And Firefox

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.

View Replies View Related

Viewing In Firefox

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?

View Replies View Related

A Firefox Database Blitch

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!!!

View Replies View Related

Hyperlinks Explorer Vs. FireFox

I pull file paths from a database that point to files on our internal server and create links to them. For Explorer this works...

File://servername/file/path/filename.snp

But not for FireFox.

View Replies View Related

Loading Page For IE And Firefox

Here is the coding that i get from this forum last time...

<%
Response.Write("<br><h4><div id=""please_wait""><center><b>page loading, please wait......<b></center></div></h4>")
Response.Flush()

Response.Write("<script type=""text/javascript""> document.getElementById(""please_wait"").style.display = ""none"";</script>")
%>

Its for loading page to display the message to user. but some of my friend say it can display the text at they browser. it need change some setting?

View Replies View Related

Firefox Buffer Flush

I know some of the gurus round here use Firefox a lot. I'm experiencing problems with using:
Code:

<% Response.Buffer = True
...
Response.Flush %>

It never seems to flush the buffer. Does anybody have any ASP script with buffer flushing involved? Do they work for you on Firefox?

View Replies View Related

LDAP Problem With Firefox

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:

View Replies View Related

Running ASP Scripts On FIREFOX

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.

View Replies View Related

Array Trouble In IE & Firefox

I recently started testing my work in Firefox and noticed that when I am looping through an array where I say for example: Code:

for i=0 to ubound(myarray)-1

--work with the array values here--

next

I get the following results:
Firefox works with all items in the array EXCEPT the last one
IE works with the entire array.

View Replies View Related

Firefox Issue On Production

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.

View Replies View Related

Firefox Problem With FormatDateTime()

I'm using an asp function FormatDateTime() in IE6 and it's working perfectly. When I try use it in Firefox it throws;

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'FormatDateTime'

/evacation_DEV/common/objects/calendar.asp, line 94

This line is;

objNewDay.DateString = FormatDateTime(DateSerial(mnYear, mnMonth, nDayIndex),2)

mnYear, mnMonth and nDayIndex are set to Integers. Has anyone any idea of how I can fix this?

View Replies View Related

Spaces Replaced With %20 In Firefox

y spaces are replaced in to %20 in firefox. The resulting text when viewed becomes unreadable junk like this

The%20resulting%20text%20when%20viewed%20becomes%20unreadable%20junk%20like%20 this.

View Replies View Related

Downloaded Is Damaged In Firefox

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:

View Replies View Related

Save Session In Firefox After Reload

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.

View Replies View Related

HTML Doesn't Work For FIREFOX

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.

View Replies View Related

File Downloading Problem In Firefox.

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.

View Replies View Related

Scripts Stopped Working In Firefox

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.

View Replies View Related

Error Message In Netscape, Firefox, Not IE

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.

View Replies View Related

Detecting Firefox With Request.servervariables

Can I use request.servervariables("HTTP_USER_AGENT") to determine if the user has Firefox or Internet Explorer? Is the return string differentiated enough?

View Replies View Related

.SaveToFile Fails In Firefox/Mozilla

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?

View Replies View Related

Session Variables Dropped In Firefox

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.

View Replies View Related

Issue With Redirect Script In FireFox

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:

Response.ContentType = "application/x-zip-compressed"
Response.Redirect (url)

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:

View Replies View Related

Named Anchors Not Working In IE.... Fine In Firefox/...?

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?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved