OnMouseOver="window.status = copyright + ' Go to ....'

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Bengt7jqb
Beginner
Beginner
Posts: 3
Joined: Tue Jan 23, 2007 11:18 pm
Location: Växjö / Sweden
Contact:

OnMouseOver="window.status = copyright + ' Go to ....'

Post by Bengt7jqb »

Hi!

I want to got somthing like

OnMouseOver="window.status= copyright + ' Smart text'; return true;"
OnMouseOut="window.status = copyright; return true;"
In every menuitem i genereate!
How can I do that?? 8O
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

The menu used to be able to change status text on roll over but due to recent changes to browser security specifications this feature has been removed.

The reason for this is that it helps to prevent Phishing attacks from being successful

Cheers,
Andy
Bengt7jqb
Beginner
Beginner
Posts: 3
Joined: Tue Jan 23, 2007 11:18 pm
Location: Växjö / Sweden
Contact:

Re: OnMouseOver="window.status = copyright + ' Go to ..

Post by Bengt7jqb »

Whitch version do I have to use for to get 'status=' back again.
Or how do I add that missing code? :?:
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

There is very little you can do about this.

It's the actual browser that has changed, we just changed with them.

I know that Mozilla (Firefox) has disabled status bar changes by default on their latest browsers. You can switch it on but this is not something you can expect your site visitors to do.

The version that has status removed is version 5.751 so anything prior to that should be ok
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Hi,

Please keep in mind that if you do revert to old code we will be unable to support you here in the forum. You would be almost 20 versions downlevel.

Just FYI... :)
John
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Post by nwilcox »

I was wondering about this as well.

Thank you for the information regarding the browsers.

I guess it isn't a big deal, just something I like to add to make the site easier to navigation
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Well, you can use title to put out information, or tooltiips.

If you put title=whatever text youwant there; in the aI string, when you mouseover an item you get a little yellow box with the text. You can't control where that is as far as I know, but if you use tooltips to put that in, you have more control.

Admittedly it doesn't do it in the status bar, but it does allow you to give info.

Ruth
Post Reply