Search Result

Collapse
34 results in 0.0016 seconds.
Keywords
Members
Tags
firefox
  •  

  • Grimmerson
    started a topic Firefox / Chrome issues

    Firefox / Chrome issues

    Hi guys

    I have a piece of code that is working on internet explorer for pc but not mac and not on firefox or chrome.

    Do you have any suggestions please.

    Code:
    <script>
    function resizeIframe(main) {
    if(self==parent) return false; /* Checks that page is in iframe. */
    else if(document.getElementById&&document.all) /* Sniffs for IE5+.*/
    
    var FramePageHeight
    ...
    See more | Go to post

  • I overlayed a DIV on top of an IFRAME.. won't let me click links help?

    So I overlayed 2 DIV floating pictures with tables on top of an IFRAME.

    It won't let me click the links on Firefox nor Chrome, but let's me on IE.



    Link 1 and 2 works fine

    Link 3 and 4 does not work as if the DIV image layout is covering the links...

    There are 2 seperate DIV tags as well so the image isn't clumped.

    I tried z-index and it worked but it forces...
    See more | Go to post

  • bala2it4u
    started a topic How Selenium Server Works for firefox

    How Selenium Server Works for firefox

    I am dot net developer, I am using selenium server jar file to run web automation tesing.
    Basically using http service request is send from client selenium to server selenium, but how selenium server interacts with firefox, how it is injecting the script to the browser?

    Can any one tell me the logic behind this
    See more | Go to post

  • Javascript combined with php. (works in explorer but not in firefox) getElementById

    Dear community,


    I created a small form witch is supposed to automatically calculate the price via onKeyUp=()

    and in explorer all is working fine but in explorer the script goes exactly untill the following line.
    document.getEle mentById(naam+" txt").value='' ;
    after that the script quits no error it just stops.

    I'll try to make the code as short as possible
    Code:
    <html>
    ...
    See more | Go to post
    Last edited by acoder; Nov 17 '11, 01:36 PM.

  • Hebrew chars are gibbrish in a cookie that was created by firefox.

    Hi,

    I'm trying to save hebrew chars into a cookie , but the result is gibbrish chars.

    It happen only for firefox. when I'm working with internet explorer it works fine.

    I'm working with javascript.

    Thanks,
    Yair
    See more | Go to post

  • Vojvodin
    started a topic Skip or cancel onclick event in FF

    Skip or cancel onclick event in FF

    Hi,
    I have linkbutton with JS validations on onclick event. I need cancel or skip this event dinamically on the client. I cant rewrite logic of this linkbutton. I need disable this event which depend on some conditions from another elements on the page(dropdown, textbox...).

    I need something like this.
    Example:
    function fired from other element, not from linkbutton.

    Code:
    function someFce(linkButtonID)
    ...
    See more | Go to post

  • Not able to parse xmlHttpRequest responseText in a firefox extension

    Hi,

    I am building a firefox extension and in the extension I am making a ajax request which returns me a responseText, now I want to parse the responseText in the js but I am not able to parse that request.

    Please note that if I run the same code on my webserver then it works perfectly. Below is the code
    Code:
    var myHTML = XHR.responseText;
    var tempDiv = document.createElement('div');
    
    tempDiv.innerHTML
    ...
    See more | Go to post
    Last edited by Meetee; Jun 1 '11, 04:34 AM. Reason: code tags added

  • Firefox expanding collapsible menu on load

    I am using a collapsible menu for my site. It works fine on all browsers except for firefox.

    On firefox 3.0, the expandable menu loads completely open for a few seconds and then collapses to its closed (home) state.

    I cannot figure out if its a simple tag thats not closed or if there is a larger javascript problem.

    Any help would be greatly appreciated!

    Preview Here
    See more | Go to post

  • how to get notepad++ to render a Javascript script?

    I am using notepad++ and when i run the file it simply pastes the file in the browser how can i get it to actually run the script?

    Code:
    <html>
    <head>
    	<title>MyScript</title>
    	<Script Type="text/javascript">
    	alert("hello world");
    	// string: "hello world"
    	</script>
    </head>
    <body>
    </Body
    ...
    See more | Go to post

  • Simple sliding div animation accepts interrupt in every browser but Firefox. Why?

    I created a sliding div animation that is toggled by clicking a link. The div starts in a hidden state, and slides slowly open the first time the link is clicked. The second click hides the div immediately. This simple animation toggles between these two states.

    In every browser I have tested (IE 6-8, Safari, Chrome), the animation can be interrupted as it opens by clicking on the toggle link. In other words, the command to hide the...
    See more | Go to post

  • Why are the container and floats not working in Firefox Opera, and IE?

    I am relatively new to programing and are creating a site with a photo collection that uses mootools and slimbox for the lightbox effect. I am having a problem with the container and images floating in FireFox, Opera, and IE. The site displays correctly in Safari and Chrome. I know there are a lot of divs but that was the only way I could get the layout I wanted.
    I've struggled with this for days and have done numerous searches trying to solve...
    See more | Go to post

  • Rahul G
    started a topic Issue with firefox and inline document.write

    Issue with firefox and inline document.write

    I am trying the following code in FireFox 3.6
    -- code --
    <script type="text/javascript">
    document.write( '<a href="javascrip t:t()" >');
    </script>
    <div id="rt2"> Click2 </div>
    </a>

    --- FireFOx DOM --

    <a href="javascrip t:t()"></a>
    <div id="rt2">
    <a href="javascrip t:t()">...
    See more | Go to post

  • How to catch & change form data on client side at firefox browser

    I want to change data that are post from my web page after submitting. I want to use that code in plugin of firefox
    there is no any method defined in Firefox API reference that
    changes the data of form..
    If any who have the experience of making plug-in please help
    me............. ..

    Vivekanand Pandey
    See more | Go to post

  • how to check session expired in firefox extension

    i have a extension in firefox and i need to check that user session is xpired or no(in extension)?
    please help me?
    See more | Go to post

  • rresidori
    started a topic Rollover Button Not Working In Firefox

    Rollover Button Not Working In Firefox

    Hi all - I've managed to get 3 out of 4 of my rollover buttons to work in Firefox but my 4th one (Forms) doesn't want to cooperate. Can anyone help? It seems to work fine in other browsers...stra nge. Here is the link - keep in mind this is a work in progress ;)
    http://chicagostriving readers.org/rresidori/public_html/rresidori/
    See more | Go to post
Working...