|
-
Mar 1st, 2002, 05:48 AM
#1
Thread Starter
Fanatic Member
Tackle this onMouseOver window status question....
How can I add window status stuff to the menu given here..
I have tried and tried, but I can't seem to get it..
I need someone smart to check this code out, and add window status to it for me..
In the meantime I will try, but it would be a great help if someone was cool enough to find this out for me.
the link to the site where I got the menu from is:
http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm
Thanks All,
/: Tim :\____________________
\: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/
-
Mar 1st, 2002, 10:09 AM
#2
try this. on line 71 or so of the ssm.js file, add this in the a href tag.
onmouseover="window.status=\ ''+ssmItems[i][0]+'\ ';return true;"
so i t should look like this.
<A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="ssmItems" onmouseover="window.status=\ ''+ssmItems[i][0]+'\ ';return true;">
that should do the trick.
and where the \ are make sure there is no space after it. so it will be \ and then ' close to each other.
this forum makes it disappear if they are next to each other.
-
Mar 1st, 2002, 11:54 AM
#3
Hyperactive Member
And this bit turns the windows.status back off
onmouseout="window.status=\''+'\';return true;"
Thanks in advance for any help provided.
VB 6 Enterprise Edition SP4
ADO, SQL 7/2000, ASP and some JavaScript

>> Life goes on, but for how long? <<
If you can smile when things go wrong, you have someone in mind to blame
-
Mar 1st, 2002, 06:44 PM
#4
Thread Starter
Fanatic Member
I dunno where im goin wrong, but my menu just disappeared...
Im using Notepad to edit this, and I'm designing my site for IE5.5
Could someone attach a copy of ssm.js for me?? (With the mouseover thingy.. )
Thanks All,
/: Tim :\____________________
\: VB, HTML, ASP, VBScript, QBASIC, JavaScript :/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|