Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 09-29-2008, 03:34 PM   #1
Senior Warrior Member
War Room Member
 
Dennis Cheesman's Avatar
 
Join Date: Jul 2002
Location: Kaufman, Texas, USA.
Posts: 1,555
Blog Entries: 1
Thanks: 25
Thanked 44 Times in 27 Posts
Default Hidding Url From Visitors?

Hey,

Anyone know the code to hide the url from visitors?

I used this code I found like this:

Quote:

onMouseOver="window.status='This is what shows in the browser!'; return true;" onMouseOut="window.status=''; return true;"
It simi works in IE but not in FF at all..

So anyone know of code that will work in IE and FF?

Dennis

Dennis Cheesman is offline   Reply With Quote
Old 09-29-2008, 03:41 PM   #2
Senior Warrior Member
War Room Member
 
Jesus Perez's Avatar
 
Join Date: May 2008
Location: South Florida
Posts: 3,057
Blog Entries: 8
Thanks: 347
Thanked 980 Times in 488 Posts
Social Networking View Member's Twitter Profile 
Default Re: Hidding Url From Visitors?

Can't be done in Firefox unless the visitor has expressly allowed it in their Config.

Quote:
Changing Status Text

This is the old method. This uses the window.status property to show a different URL to the user. Simple and easy method - but it rarely works now a days. This method has been abused by malicious sites a lot - so most browsers have disable this option. In Firefox, you can find that option at Tools -> Preferences -> Content -> Enable Javascript(click on the 'Advanced' Button) -> Change status bar text. If that's checked, you can use window.status to change the status bar text. But its disabled by default.
But if you still want to use this method(not recommended), this is how to do it...
Code:
<a href="click_counter.php?redirect_to=Google" 
	onmouseover="window.status='Google';return true;" 
	onmouseout="window.status='';">Go To Google</a>
Source.



Warrior Banner Alert System: Get Instantly Emailed when WF Banner Slots Open Up
Wordpress Sales Page Theme: Create Salesletters, Reviews, Squeeze Pages
Wordpress One Time Offer Plugin: Expiring countdown timers for Wordpress
Wordpress Exit Popup Plugin: Unstoppable Exit Popups for Wordpress
My Blog
Jesus Perez is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
hidding, url, visitors

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 05:14 AM.