I know that the second function is ok, an that it is never even being
entered. To test that it was being entered I placed an alert() at the
start of it, and it runs when the sedond function is the only function
on the event, but not if there are 2 functions.
I assume the problem lies somewhere in the fact that due to return
values or some such, the second function is being ignored completely
On Tue, 28 Oct 2003 07:20:00 -0600, kaeli
<infinite.possibilities@NOSPAMatt.net> wrote:
[color=blue]
>In article <a8a4163842cf06d28c8a427771a9af26@news.teranews.co m>,
>reynoldscraigr@hotmail.com enlightened us with...[color=green]
>>
>> I did this once some years back, but I can't seem to rember how I did,
>> it, and none of the example that I have located have helped, so can
>> anyone point me in the right direction?
>>[/color]
>
>
>I don't see anything wrong with the way you're calling the functions,
>but if there is any error in AddMenuToHoldArray, the function won't do
>anything. Did you try just putting that one in the mouseover by itself
>to see if it works?
>
>Also, javascript is case-sensitive - is the case correct in that name?
>
>You can also try using Netscape 7 - they have a better debugger. Bring
>up your page in NN, then type "javascript
:" in the location bar after
>you try the code and the function doesn't get called. If there was an
>error, it will show up in the console.
>
>Other than that, I'd need to see code.
>
>-------------------------------------------------
>~kaeli~
>Jesus saves, Allah protects, and Cthulhu
>thinks you'd make a nice sandwich.
>
http://www.ipwebdesign.net/wildAtHeart
>
http://www.ipwebdesign.net/kaelisSpace
>-------------------------------------------------[/color]