(Christine) wrote in message news:< om>...
> Hello,
> I have a webpage, and I need to display a menu of 4 items...when one
> of the items is selected, I want it to call a script that creates the
> related pop-up window. I currently have the pop-ups working when the
> user clicks on a link on the page, however I need to display it as a
> menu instead...
>
> I am using a combination of javascript, html, and lisp.
>
> So currently there are links displayed to the webpage like
> Tutorial 1
> and when clicked, it calls a script from the lisp code via
> (format stream <a href=~ajavascript:ShowTut1('http://blah.edu/tut1.html')~a\;>Tutorial
> 1</a> #\" #\")
> The script to create the popups uses 'this.open'
>
> The actual language isn't of much concern...I'm just not sure how to
> call a javascript function from a menu selection using onChange or
> something similar. Anyone have an example of how to do that?
>
> Thanks,
> Christine
Christine,
Do you want to perform a function on the: onMouseOver event?
-Charlie