Write To Parent Document Using Javascript In Firefox
I am trying to create dynamic dropdown boxes that query sql. My scripts and pages work in IE, but they do not work in Firefox. Here are the relevent snipents of my code:
View RepliesI am trying to create dynamic dropdown boxes that query sql. My scripts and pages work in IE, but they do not work in Firefox. Here are the relevent snipents of my code:
View RepliesHave it working as an href link from a button, but cannot get it working as an error condition like:
if on.error then
something = "javascript:parent......."
end if
Is this due to server side parsing of asp ?
I have a child window that has a button to close it. I would like the parent window to be refreshed (since action taken in the child would change the values in the parent). The code I have works, but I get that "Retry" popup... I would like to bypass that. Any suggestions? Code:
View Replies View RelatedIf you wanted to create a dynamic XML file for Froogle bulk upload based on products from your database, is it possible?
View Replies View Relatedmy code [see attached] does not appear to be working once I document write it out. In the enclosed page the top bit of code is the code that works. The bottom bit of code is what I have tried to acheive.
View Replies View RelatedI'm trying to get the page to only write out information during the week. On the weekend another message should show. I've tried to document write the page out but I'm having problems with this line of code:
View Replies View RelatedWould it be possible to store javascript document.forms[0].value to ASP session as global variable? If it is not possible, how can I pass the javascript document.forms[0].value to ASP/vbscript function? I need to pass the javascript value to ASP/vbscript function because I have to store the javascript value into database.
I can't use Request.Form for getting field value. Because there is a submit button in the same form for calling email function in another ASP page.
I have this if/then code that is supoused to write out javascript mouseovers if a certain variable is present, but it looks like the syntax of the mouseovers in the href isn't going to fly inside of <% %> tags... What's a simple way to do this?? Changing the " to ' doesn't work :P Code:
View Replies View Relatedi have a form that pops up based on a click. the popup opens up correctly.
now what i want it to do is this.
1. submit the data to an asp page. that part i got working
2. close the popup box. have that working as well.
3. after processing the data on the asp page, direct to and refresh the
parent page that the popup was created from.
to be more specific....
i have a bracket page, where you click on the winners name to move them
over. works fine. that sends variables to a pop up box, where you enter a
score. that works fine. now when i submit, it only sneds the data to the asp
page, and even though the bottom of the asp page redirects it to the parent
page, it doesn't. it seems like it is trying to redirect to the popup that
doesn't exist anymore, so it does nothing.
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.
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 RelatedI 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:
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 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("<"&"item"&">"), which works fine in IE, I get a nice
<item>
But in firefox I get:
<item>
Any ideas?
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.
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.
View Replies View Relatedi 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 RelatedI 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 View RelatedWhen 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 RelatedI 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.
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?
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?
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.
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.
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'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?
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.
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 RelatedI 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.