Helpful Information
 
 
Category: Small projects (quick fixes and changes)
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/script2/hidestatus2.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!

The problem with this is some browsers are setup to not allow this. Firefox and Opera are a few of them.

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?










privacy (GDPR)