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...
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...
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...
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...
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...
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...
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="Menu">
dhtmlMenu = new NavBarMenu(110, 0);
dhtmlMenu.addItem(new NavBarMenuItem("#MenuItemText#"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.