Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Disable the status bar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Disable the status bar

 Post Reply Post Reply
Author
izar View Drop Down
Newbie
Newbie
Avatar

Joined: 17 May 2004
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote izar Quote  Post ReplyReply Direct Link To This Post Topic: Disable the status bar
    Posted: 20 May 2004 at 8:14pm
Hi,
It's possible to insert a script that disable the status bar to display the links when you pass over with the mouse?
I've found many Java script, does theese script work with the forum code?
Here is an example:
<script>
 
//configure status message to show
var statusmsg=""
 
function hidestatus(){
window.status=statusmsg
return true
}
 
</script>
 
Tnks for the help
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2004 at 3:18am
It can work, but would require that you cange the code for every link in the forum (allot of work) to refernce the javascript.

Not sure why you would want to do this anyway, sites that hide the address in the status bar allways put me off as it looks like they have something to hide.
Back to Top
izar View Drop Down
Newbie
Newbie
Avatar

Joined: 17 May 2004
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote izar Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2004 at 5:21am

Originally posted by -boRg- -boRg- wrote:

It can work, but would require that you cange the code for every link in the forum (allot of work) to refernce the javascript.

Not sure why you would want to do this anyway, sites that hide the address in the status bar allways put me off as it looks like they have something to hide.

First of all, tnks for the answer.

The problem, if i can call it so, is that at the moment i'm hosting the forum on a private server of friends and they ask me if it's possible to do hide the links in the stattus bar.

-BoRg- may you be more specific pls, have i to edit avery .asp file?What do You mean with "would require that you cange the code for every link in the forum (allot of work) to refernce the javascript". Could you pls make me an example?

Tnks for the help (and sorry for my bad english )

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2004 at 6:38am
To be able to use the JS code you posted it needs to be called by the link.

To do this you would have to edit every asp page and change any links so that when a mouse is hovered over the link it would call the JS function to hide the real link.

This would probally take many days if not weeks of work, depending how good your ASP is.

It would probally be simpler to look for a new host to host the forum on.

Also hiding the real link is not ver reliable as it ois very simple to see what the real link is, just have to look in the browser address bar or view page source.
Back to Top
izar View Drop Down
Newbie
Newbie
Avatar

Joined: 17 May 2004
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote izar Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2004 at 12:00pm
Tnks for the answer, probabily i'll comvince them that the status bar is a Good thing .
 
Last but not least, i'm translating all the forum in Italian, i'm quit over, how can i post the file after ending the translation?
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2004 at 1:37pm
There is a language file forum, just post a message containing a link to where the files can be downloaded.
Back to Top
RY4N View Drop Down
Newbie
Newbie


Joined: 03 June 2004
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote RY4N Quote  Post ReplyReply Direct Link To This Post Posted: 03 June 2004 at 12:34pm

Add this in you js file or between <head>...</head>

<script>
  function hidestatus(){
  window.status=""
  return true
  }
 </script>

Then (a little time consuming) put this between </body> and </html>

<SCRIPT>
      for(i=0; i < document.links.length; i++){
       document.links.attachEvent("onmouseover", hidestatus);
      }
 </SCRIPT>

Enjoy!

 

 

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.