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 strongm 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
  • Order by date
  1. JRAY

    Setting a cookie so popup window opens only one time

    Quasibobo, I had no idea it was going to be that intensive! The script worked perfectly. Thank you so much for your help! JRAY
  2. JRAY

    activate css based on browser

    Missplume, Go check out the Javascript forum. I'll bet they could tell you axactly what you need to do! JRAY
  3. JRAY

    Best non-.psd format to retain layers

    DonLo, You can't do that. The best advice I can give would be to export the Freehand layers as separate images, and import them individually in Photoshop creating a new layer structure. JRAY
  4. JRAY

    Phtoshop 6 and Front Page

    GBatty, All you need to do is save the image as a gif or jpg, import the image into your HTML editor, and attach the URL to the image. Any image can be used as a button. JRAY
  5. 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...
  6. 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...
  7. 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...
  8. JRAY

    _parent target

    Thanks Iza The problem is, I'm not using frames. I want the URL's in the navigation menu to all load in that separate window without opening a new window every time. Here is a piece of the code: // Databases menu. menu[2] = new Array(); menu[2][0] = new Menu(true, '>', 0, 30, 155, defOver...
  9. 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...
  10. 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...
  11. 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...
  12. JRAY

    Output queried data inside a JavaScript

    I guess I wasn't clear... The portion of code I displayed is within my script tags. The JavaScript works fine when I use static values. It's when I try to output the queried data that is the problem. IE just won't process it.
  13. 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