![]() |
hidding url in the taskbar...
what is the script for hidding (or replacing with some text) url display in the taskbar ?
|
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.
|
ive found this
"<SCRIPT language=JavaScript><!-- function clockTick() { currentTime=new Date();window.status=" .....some text goes here....."; setTimeout("clockTick()",2); } clockTick(); //--> </SCRIPT>" |
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> |
by the way the 'Done' u see there in the code is just the text that will be in the status bar. U can replace it by any other text.
|
<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.tv |
Quote:
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! :mad: |
All times are GMT -7. The time now is 07:55 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123