Go Back   CodingForums.com > Web Projects and Services Marketplace > Web Projects > Small projects (quick fixes and changes)

Notices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-25-2008, 02:01 AM   PM User | #1
Diamond Dave
New to the CF scene

 
Join Date: Feb 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Diamond Dave is an unknown quantity at this point
Javascript or HTML Code Needed to Hide Status Bar...

1) Project Details: I am embedding affiliate cookies into an invisible popup and need to know what code to use so that url information won't show up in the status bar. I found this code here: http://www.javascriptkit.com/script/...estatus2.shtml which is on the right track but it only works for links when you mouse over them. I am displaying an popup, so the information still gets passed on to the status bar.
Please note: I only want to disable the one affiliate cookie from showing information, I still want to display status bar information for all other links on the page when you mouse over them.

2) Payment Amount: $20

3) Payment method/ details: Payment via Paypal. I would like this done in the next couple days.

Thanks!

Last edited by Diamond Dave; 02-25-2008 at 02:03 AM..
Diamond Dave is offline   Reply With Quote
Old 02-25-2008, 03:40 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
The problem with this is some browsers are setup to not allow this. Firefox and Opera are a few of them.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 02-29-2008, 03:50 AM   PM User | #3
ro jo
New to the CF scene

 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ro jo is an unknown quantity at this point
Hey Dave try this (code starts>>)

<script language="javascript">
function statoff ()
{window.status=''
return true} </script>

<body onload="statoff()">

(<<code ends)
This should load the function and eliminate what you want when your pop-up comes up. Be sure to put the onload in the body tag. Does it suit your purpose?
ro jo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 04:49 AM.


Advertisement
Log in to turn off these ads.