Search found 9 matches

by ctreeves@attbi.com
Thu Sep 19, 2002 4:42 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can I have the .js files in another location?
Replies: 10
Views: 7784

I have my menus on their own page. Then I use that page as an include anywhere I want to have the menus.

This will likely solve the multiple menu problem too.
by ctreeves@attbi.com
Fri Jul 05, 2002 6:24 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Need help placing Menu in a Table?
Replies: 16
Views: 11543

Close

I got the menu to reside insode of a table cell, kinda. I am getting an error of Line:483, Error"'menu10' is undefined.

The menu works great without the table, here is the code I cam using, essentially what was prevously posted:
<HTML>
<body>
<head>
<SCRIPT language=JavaScript src="menu_array.js ...
by ctreeves@attbi.com
Thu Jun 13, 2002 11:20 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hide menu based on user level
Replies: 4
Views: 5482

Hey Matt,
Thanks for the reply. I had e-mailed you from your site and you recently responded.
I'm still not too sure which way to go.
Using one of your products, will I be able to edit the menu once created?
I want to be able to generate menus, have parts "hidden" from non-approved users and be able ...
by ctreeves@attbi.com
Wed Jun 12, 2002 4:13 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: 3D Borders
Replies: 3
Views: 3502

Nevermind, I see you already answered this qustion in the other 3D border post.
by ctreeves@attbi.com
Wed Jun 12, 2002 2:42 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: 3D Borders
Replies: 3
Views: 3502

Thanks, you think I could have figured that out myself. 8O

So I found this line // 3D Border & Separator bar in the array. I simply added a 1 before the comma, the download didn't have anything. It worked like that, but what is correct?

Thanks.
by ctreeves@attbi.com
Wed Jun 12, 2002 2:39 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: This forum
Replies: 0
Views: 2544

This forum

I can't seem to change my profile in this forum. I set my username as my e-mail and now it won't let me edit my username.

Thanks.
by ctreeves@attbi.com
Tue Jun 11, 2002 2:12 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: 3D Borders
Replies: 3
Views: 3502

3D Borders

There is a site listed as a sample site using this menu. It is http://members.ud.com/home.htm . I really like the effect they use including the menus intergration with the rest of the top. How do they do this? I thought maybe they built it with images, but the whole menu has this style. It seems to ...
by ctreeves@attbi.com
Sat Jun 08, 2002 2:00 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hide menu based on user level
Replies: 4
Views: 5482

Hide menu based on user level

I have a site that is almost entirely cold fusion. I know nothing about javascript so I am very greatful for this project!

Our site is a hospital Intranet. Each user must log on to visist any page. At that time many session variables are set, one of which is their security level. I then use this ...
by ctreeves@attbi.com
Tue Apr 30, 2002 6:52 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: New Window
Replies: 0
Views: 3557

New Window

How do I have a simple link open in a new window? I'm not using frames.

I tried this but it didn't like it:"javascript:NewWin=window.open('http://phsweb45/bloodbank/SOPs/SOP.htm','NWin');window['NewWin'].focus()

I want the hand to show up when I move over it too.

Thanks, Cliff