GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   hidding url in the taskbar... (https://gfy.com/showthread.php?t=418676)

zentz 01-18-2005 06:01 PM

hidding url in the taskbar...
 
what is the script for hidding (or replacing with some text) url display in the taskbar ?

MikeXAMO 01-18-2005 06:05 PM

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.

zentz 01-18-2005 06:07 PM

ive found this
"<SCRIPT language=JavaScript><!--
function clockTick() {
currentTime=new Date();window.status=" .....some text goes here.....";
setTimeout("clockTick()",2); }
clockTick();
//-->
</SCRIPT>"

nico-t 01-18-2005 06:15 PM

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>

nico-t 01-18-2005 06:15 PM

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.

Relish XXX 01-18-2005 06:20 PM

<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

LiveDose 01-18-2005 06:20 PM

Quote:

Originally Posted by MikeXAMO
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.


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