Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Disable status bar  (Read 952 times)
0 Members and 1 Guest are viewing this topic.
thunderbird
New Member
*

Karma: 0
Offline Offline

Posts: 0

Government


WWW
« on: December 15, 2003, 05:10:00 PM »

I need some help in disabling the status bar of the URL links.  The script is on a different site other than the page.  I am calling in from an iFrame and don't want to have the users see the different URL address.

I have been able to disable the status bar from the normal links on the site but not when it comes to the calendar.  Please any help is greatful and please keep it simple as I am stupid.

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: December 15, 2003, 07:29:00 PM »

** I have been able to disable the status bar from the normal links **

How did you accomplish that?

Dan O.

------------------

Logged
thunderbird
New Member
*

Karma: 0
Offline Offline

Posts: 0

Government


WWW
« Reply #2 on: December 15, 2003, 07:50:00 PM »

Use the following code

<script>

//Hide status bar msg javascript

function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #3 on: December 15, 2003, 09:20:00 PM »

Than add that code to the calendar template files you want that feature used on.

Dan O.


[This message has been edited by DanO (edited December 15, 2003).]

Logged
thunderbird
New Member
*

Karma: 0
Offline Offline

Posts: 0

Government


WWW
« Reply #4 on: December 15, 2003, 09:38:00 PM »

I have already done that and it does work until I click on it.  I don't even want to see the URL when I click on it.

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #5 on: December 16, 2003, 12:44:00 PM »

It should work the same on all the pages you're using it on. I don't know of any other way to prevent it, sorry.

Dan O.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: