Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MamaGeek

    DHTML Javascript displays/runs in IE, not Firefox

    Thank you so much for your help! I know it's not the most elegant code. I usually program in C or C++, and I just kind of threw this together as whatever I could get to work. I appreciate all your comments. Yeah, I know about the digital scrapbooking downloads - I didn't finish uploading...
  2. MamaGeek

    DHTML Javascript displays/runs in IE, not Firefox

    I wrote a script that generates a nice custom dropdown menu for my website. It displays/runs fine in IE, which is where I developed it, but does not work in Firefox. The Firefox Javascript debugger does not report any errors, so I think it's probably a CSS problem, not a Javascript problem...
  3. MamaGeek

    script runs in IE, not Firefox - help!

    If you open the website in IE, there is a row of tabs under the title graphic. Click on Writings, for instance, and a list of links drops down. I looked at the Firefox built-in JavaScript debugger. There were no messages at all.
  4. MamaGeek

    Any way to set the value of an input box from a separate page?

    You can send info from one page to another using the ? at the end of the URL. On the input page, dynamically link to the page to which you want to send the data, with something like "?myInput=this" at the end of the URL. Then you can retrieve it with Javascript in the receiving page like this...
  5. MamaGeek

    script runs in IE, not Firefox - help!

    I have a script that generates a nice dropdown menu for my website. It runs fine in IE, which is where I developed it, but does not work in Firefox. Can anyone tell me why? The script: http://www.davidschoenberger.net/joy/Javascript/dropDown.js My website using the script: (open in IE to see...

Part and Inventory Search

Back
Top