what is the script for hidding (or replacing with some text) url display in the taskbar ?
hidding url in the taskbar...
Collapse
X
-
hidding url in the taskbar...
Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000
Email: [email protected]Tags: None -
um - you cant. You can pop a window and not show the Address bar, but you cant replace it with arbritrary text. If so, that would be a security hole I've never ever seen before.Xamo Entertainment
Xamo.com | EZSets.com

ICQ: 9439118 MSN: mikeb [at] xamo.com Tollfree: 800-544-XAMO
XXX CMS - Designed by Adult Webmasters, for Adult Webmasters. -
ive found this
"<SCRIPT language=JavaScript><!--
function clockTick() {
currentTime=new Date();window.status=" .....some text goes here.....";
setTimeout("clockTick()",2); }
clockTick();
//-->
</SCRIPT>"Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000
Email: [email protected]Comment
-
well i use this one my site:
<script language="Javascript">
function statushide(){
window.status='Done'
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=statushide
document.onmouseout=statushide
</script>Comment
-
<a href="http://www.relishxxx.tv/videos" OnMouseover="window.status='http://www.relishxxx.tv';return true;" OnMouseout="window.status=' ';">
This one works quite well. The URL they are going to is http://www.relishxxx.tv/videos and the URL displayed is http://www.relishxxx.tvComment
-
Originally posted by MikeXAMOum - you cant. You can pop a window and not show the Address bar, but you cant replace it with arbritrary text. If so, that would be a security hole I've never ever seen before.
I think he is talking about the status bar not address bar. However someone posted that exact address bar security flaw last week. Fucked up shit.
The wild wild west!
Comment



Comment