Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:43

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


Poster: Bengt7jqb
Dated: Tuesday January 23 2007 - 22:39:00 GMT

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


Poster: Andy
Dated: Tuesday January 23 2007 - 23:57:18 GMT

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

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


Poster: Bengt7jqb
Dated: Wednesday January 24 2007 - 6:59:26 GMT

Whitch version do I have to use for to get 'status=' back again.
Or how do I add that missing code? :?:


Poster: Andy
Dated: Wednesday January 24 2007 - 10:14:55 GMT

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


Poster: John
Dated: Wednesday January 24 2007 - 14:55:42 GMT

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... :)


Poster: nwilcox
Dated: Thursday February 15 2007 - 22:19:22 GMT

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


Poster: Ruth
Dated: Thursday February 15 2007 - 22:27:29 GMT

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