[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: onmouseover routine
Mark:
I have the same situation here but not just with the mouseover event.
I am having this problem with 'button' objects and 'onClick' events.
For example, I have an About button that opens a new window with 'About Info'
and an OK button. The problem although only seems to be happening with a Mac
and Windows NT browser. It seems to work fine with my UNIX (SunOS) browser.
(Haven't tried Windows 95 yet.) I haven't been able to come up with a solution
though. Just wanted to let you know that it isn't specific to the mouseover
event and that you are not alone. :-)
-- Jeff
-----------------------------------------------------------------
Jeffrey Hunter | EMAIL: jhunter@llnl.gov
Computer Scientist | PHONE: (510) 423-0271
Lawrence Livermore National Laboratory | FAX : (510) 422-2384
P.O. Box 808, L-434 |
Livermore, CA 94551 |
-----------------------------------------------------------------
>
> Mark Richards writes:
> > I've noticed that if I write a simple "onmouseover" routine like this :
> >
> > <a href="threetop.htm"onmouseover="window.status='Click here to learn more
> > about the Threetops golf course';return true">
> >
> > ... it doesn't always take effect on the first load. For example, if I load
> > the document directly into Netscape 2.0 (from my hard disk), then the
> > "onmouseover" links do not work. If, however, I simply hit the "back" button
> > and then go "forward" again, I get the desired effect.
> > This happens not only with the "onmouseover" event handler, but with others
> > as well.
> >
> > I realize I'm probably missing something obvious.... could someone please
> > clue me in? Thanks.
> >
>
> Mark
>
> In my Netscape 2.0 this example works fine in any situation ...
> What do you mean as ".."onmouseover" links do not work" ?
>
> /----------------------------------------------------------------------\
> | | |
> | Yuri Alkin | A specialist is someone who learns |
> | yuri@yuri6000.stil.scitex.com | more and more about less and less, |
> | | and ends up knowing everything |
> | Libraries and desktop support | about nothing... |
> | Scitex Corporation Ltd. | |
> | | |
> \----------------------------------------------------------------------/
>