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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FvS

  1. FvS

    Help needed to alter a javascript dropdown menu

    Is there really no one who could help me?! The original author doesn't respond to e-mails.
  2. FvS

    Problems with using a HP Storageworks DAT 72 drive

    Hi all, I recently installed a [COLOR=red]HP Storageworks DAT 72 drive[/color red] on a Windows 2000 Server. When i use the Computer Mangament console and open the Removable Storage Management (RSM) section it shows the device "Hewlett Packard DAT72 Drive" but in the section "media" of the...
  3. FvS

    Help needed to alter a javascript dropdown menu

    Hi Dan and Jeff, I've already emailed the original author of the script but I don't think he is going to answer me. The sample code is just a sample but i hope this is better. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html...
  4. FvS

    Having trouble, making a pulldown script firefox compatible

    I have mailed the author this morning, i hope he is going to answer it. thnx for the suggestion.
  5. FvS

    Having trouble, making a pulldown script firefox compatible

    The scripts generates a kind of button with the caption "Select". sorry for my bad english. cursorMenuBar = new jsDOMenu(100, "static", "MenuBar"); with (cursorMenuBar) { addMenuItem(new menuItem("Select" , "Main", "")); show(); }
  6. FvS

    Help needed to alter a javascript dropdown menu

    Hi all I've downloaded a dropdown-menu from www.dynamicdrive.com. Could somebody please help me to solve one thing? I need to use the menu in the following why: [MENU BUTTON] [DESCRIPTION] On the mouseover-event of the [MENU BUTTON] it must show the menu and when you select something it...
  7. FvS

    Having trouble, making a pulldown script firefox compatible

    Dear BillyRayPreachersSon, Thanx for the suggestions i've downloaded a dropdown-menu from www.dynamicdrive.com. Could you please help me to solve one more thing? I need to use the menu in the following why: [MENU BUTTON] [DESCRIPTION FIELD] On the mouseover-event of the [MENU BUTTON] it must...
  8. FvS

    How to show a menu on any position of youre page??

    Thanx "theniteowl" i think i need glasses [bigglasses] I can't believe i missed this.
  9. FvS

    How to show a menu on any position of youre page??

    The code below generates a menu that is shown at the top of youre page, could anybody help me to modify this code so that the menu can be shown at any position on the page that I would like. <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- var isDOM = (document.getElementById ? true : false); var...
  10. FvS

    Having trouble, making a pulldown script firefox compatible

    Hey BillyRay, The offsetTop and offsetLeft return different values. Do you have a suggestion of where i could find some free cross-browser (cascading) menu?
  11. FvS

    Having trouble, making a pulldown script firefox compatible

    Hi i' am using a script to show a pulldown menu on my internetsite but it doesn't seem to work in firefox. Because the script uses ( i've downloaded it from a free javascript site) "getBoundingClientRect()" but Firefox doesn't support this. My experience with javascript is not all that so i...
  12. FvS

    How to submit a form in Frame B with a button in Frame A using FireFox

    Hi tsuji, I found it!! The thing that caused my problem is the following, within the <script></script> tags i used a safety net like: <script> <!-- [COLOR=red]shields up[/color red] function checkform() { return true } [COLOR=red]shields down[/color red] --> </script> I discovered an...
  13. FvS

    How to submit a form in Frame B with a button in Frame A using FireFox

    tsuji, Could you share youre demo here?
  14. FvS

    How to submit a form in Frame B with a button in Frame A using FireFox

    Dan, no it doesn't work in either browser. tsuji, if have corrected both cases. i keep finding it strange that it works in IE but Firefox doesn't seems to react at al.
  15. FvS

    How to submit a form in Frame B with a button in Frame A using FireFox

    Hi Dan and tsuji, Both youre suggestions don't work: Dan youre suggestion i've already tryed that. Tsuji, youre suggestion only works in IE, FireFox doesn't respond

Part and Inventory Search

Back
Top