MouseOver problem

M

Mike

Hope this is the right newsgroup for this. Apologies if not. I can't get
the "window.status" to show. MouseOver on image buttons (but1, but3) works
fine.

<a href="page_14.htm" onmouseover=chkVer('go1','but3');
"window.status='Back'; return true" onmouseout=chkVer('go1','but4');
"window.status=''; return true">

Any ideas please?

Mike
 
K

Klaus Johannes Rusch

Mike said:
Hope this is the right newsgroup for this. Apologies if not. I can't get
the "window.status" to show. MouseOver on image buttons (but1, but3) works
fine.

<a href="page_14.htm" onmouseover=chkVer('go1','but3');
"window.status='Back'; return true" onmouseout=chkVer('go1','but4');
"window.status=''; return true">

The quotes are not placed correctly:

onmouseover=chkVer('go1','but3'); "window.status='Back'; return true"

should be

onmouseover="chkVer('go1','but3'); window.status='Back'; return true"
 
M

Mark Parnell

Many think, it is there to display text....

Yes - the address that the link is going to take me to. The OP was
trying to replace that text with something much less informative.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top