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 wOOdy-Soft 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: *

  • Users: JRAY
  • Content: Threads
  • Order by date
  1. JRAY

    Setting a cookie so popup window opens only one time

    I have this piece of code to open my Flash intro: var introWindow; introWindow=window.open("Intro2.htm","Introduction","width=550, height=390"); introWindow.moveTo(200,200); I'm not a programmer, so I need some help with cookies. How do I get the intro window to...
  2. JRAY

    Seeting a cookie to close a popup window

    I have this piece of code to open my Flash intro: var introWindow; introWindow=window.open("Intro2.htm","Introduction","width=550, height=390"); introWindow.moveTo(200,200); I'm not a programmer, so I need some help with cookies. How do I get the intro window to...
  3. JRAY

    Make one layer invisible when an "onmouseover" occurs in an other!

    I'd like to make one of my layers invisible when the user is in my navigation pulldown menu. Basically, the two overlap, and when someone uses the navigation menu, the other layer appears on top of it. Since my menu has to have a z-index of 0 to work, anything that overlaps will always appear on...
  4. JRAY

    _parent target

    I'm using a JavaScript drop-down navigation menu in my intranet, and I'd like to point all the URL's from one of the drop-down lists to load in a separate window. The window is a database portal, and I want all my databases to be accessible through that window. Basically my question is: How...
  5. JRAY

    _parent target

    I'm using a JavaScript drop-down navigation menu in my intranet, and I'd like to point all the URL's from one of the drop-down lists to load in a separate window. The window is a database portal, and I want all my databases to be accessible through that window. Basically my question is: How...
  6. JRAY

    Generate a report after a <cfselect> option is passed

    I'd like to take a value that has been passed to a template, and generate a report with other dynamic values based on the initial value selected. Example: An option of "XXXXX" is selected from a list box, and submitted. There is additional data associated with "XXXXX" that...
  7. JRAY

    Output queried data inside a JavaScript

    I'm trying to output this queried data inside a JavaScript. I've tried several ways, but I just get errors. Here is what I currently have. <cfoutput query=&quot;Menu&quot;> dhtmlMenu = new NavBarMenu(110, 0); dhtmlMenu.addItem(new NavBarMenuItem(&quot;#MenuItemText#&quot...

Part and Inventory Search

Back
Top