Welcome Guest Search | Active Topics | Sign In | Register

Display URL in status bar behind a secure site (https) Options
Posted: Wednesday, January 20, 2010 9:56:32 AM
Rank: Member
Groups: Member

Joined: 8/8/2007
Posts: 23
I've implemented one of your earlier forum posts regarding this very topic, with the exception of https. I utilized the 'ClientSideOnItemMouseOver' call to a javascript function that then sets the window.status to the retrieved paramater:

Code: HTML/ASPX
function mouse_over_handler(e, info) {
	window.status = info.getItem().getNavigateUrl();
}

ClientSideOnItemMouseOver="mouse_over_handler"


This works great when not behind a secure site. But for whatever reason, when we publish our site and it's behind the cert, the status bar doesn't display the url.
Can you help?
eo_support
Posted: Wednesday, January 20, 2010 11:55:28 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This is an IE security setting and it has nothing to do with the menu. You can check this MSDN reference article for more details:

http://msdn.microsoft.com/en-us/library/ms534648(VS.85).aspx
Thanks
Posted: Wednesday, January 20, 2010 3:13:36 PM
Rank: Member
Groups: Member

Joined: 8/8/2007
Posts: 23
Aww, I see. I turned my security down to Medium and they popped right up. Thanks for the reply! You guys are great!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.