javascript menu item?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dilbert
Advanced
Advanced
Posts: 28
Joined: Mon Jun 23, 2008 2:42 am

javascript menu item?

Post by dilbert »

I have a help system that uses javascript to load an image. It swaps the image with a online / offline image.

Code: Select all

<script language="javascript" src="http://www.bloodbanktalk.com/support/visitor/index.php?_m=livesupport&_a=htmlcode&departmentid=0"></script>
Can this be a menu item?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: javascript menu item?

Post by Ruth »

Hi,

Well, yes, most likely, but I'd need to see what is being done now. Is this on click, or on pageload or when a button gets moused over or what? Sorry, I don't know js but usually if I have an existing function working I can figure out how to do it for/in the menu. For example you have clickfunction, onfunction, also, I know you can do it in the url= parameter, though I'd have to find an example of that since I can't remember how it is done, probably url=javascript: or something.

Ruth
Post Reply