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)
-   -   window.status in Firefox ? (https://gfy.com/showthread.php?t=463104)

beta-tester 05-03-2005 05:47 AM

window.status in Firefox ?
 
Hey there,
do you know what's the alternative of "window.status='Something'" for FireFox, Mozilla, and such a browsers.

Window.status works pretty good in IE, but in Firefox it doesn't work.
Please tell me an alternative if it's available ?

Thanks.

nico-t 05-03-2005 05:57 AM

Hm i dont know... this is a long version of the window status, in firefox it works, only when you right click on the link it shows the real link. In IE it works perfectly, right click doesnt show the real link.
<a href="http://www.mydomain.com/blablarefcodesomethingsomething" onmouseover="window.status='http://www.mydomain.com/';return true;" onfocus="window.status='http://www.mydomain.com/';return true;" onmouseout="self.status='';return true;">
But i think you want a code for firefox that doesnt shows the real link with right click right? (like IE does with this code)

Shooter 05-03-2005 06:01 AM

Quote:

Originally Posted by nico-t
Hm i dont know... this is a long version of the window status, in firefox it works, only when you right click on the link it shows the real link. In IE it works perfectly, right click doesnt show the real link.
<a href="http://www.mydomain.com/blablarefcodesomethingsomething" onmouseover="window.status='http://www.mydomain.com/';return true;" onfocus="window.status='http://www.mydomain.com/';return true;" onmouseout="self.status='';return true;">
But i think you want a code for firefox that doesnt shows the real link with right click right? (like IE does with this code)

Yeh that works in IE, but not FireFox...it doesn't show the sponsor URL though, just leaves the status bar blank

nico-t 05-03-2005 06:05 AM

Quote:

Originally Posted by Shooter
Yeh that works in IE, but not FireFox...it doesn't show the sponsor URL though, just leaves the status bar blank

check out a free site of mine and check the ads:
http://www.hoehoehoe.net/fs/45/lesbianteensplaying12/
in firefox it works, only not when u right click on the link, then it shows the full real url.

Shooter 05-03-2005 06:14 AM

Quote:

Originally Posted by nico-t
check out a free site of mine and check the ads:
http://www.hoehoehoe.net/fs/45/lesbianteensplaying12/
in firefox it works, only not when u right click on the link, then it shows the full real url.

Not working for me, just stays blank.

What version do you have? I've got 1.0.3

beta-tester 05-03-2005 06:41 AM

Thanks for help nico-t, but that doesn't work for me either :(
I don't know is that possible in FireFox ?

nico-t 05-03-2005 06:42 AM

Quote:

Originally Posted by Shooter
Not working for me, just stays blank.

What version do you have? I've got 1.0.3

christ then they changed it in newer versions! weird that they fucked it up, its working fine for me in firefox 0.9.3....... bastards :mad:

beta-tester 05-03-2005 07:26 AM

damn that sucks :(
btw. Is such a code available for firefox these days, or not ?

beta-tester 05-03-2005 08:59 AM

Anyone ?

swedguy 05-03-2005 09:02 AM

It's disabled by default

Tools -> Options -> Web Features -> Javascript "Advanced" -> Check "Change status bar message"

beta-tester 05-03-2005 11:06 AM

Damn, you're right dude !! :thumbsup

Thanks a lot. But that sucks because people who haven't that option enabled won't be able to see status bar message :(

Anyways, thx. for an info!


btw. IS there any tip how to beat that? How to use status bar, if it's disabled ?

stev0 05-03-2005 11:07 AM

Another reason firefox is a better browser :)

GirlNinja 05-03-2005 11:09 AM

Quote:

Originally Posted by stev0
Another reason firefox is a better browser :)

12345678

beta-tester 05-03-2005 07:41 PM

Ok, does somebody know how to do that in FireFox, or not ?

Shooter 05-03-2005 07:47 PM

Quote:

Originally Posted by swedguy
It's disabled by default

Tools -> Options -> Web Features -> Javascript "Advanced" -> Check "Change status bar message"

cool, thanks.

onfocus looks like its still disabled though

beta-tester 05-04-2005 03:56 AM

yes onfocus doesn't work for me as well :(

Im just curious does anyone know how to beat that option and make status bar to work, w/o enabling it.

nico-t 05-04-2005 06:42 AM

^^ id like to know that too!

celebx 05-04-2005 06:55 AM

the solution!
 
Quote:

Originally Posted by Shooter
cool, thanks.

onfocus looks like its still disabled though

The solution:

<a href="http://www.FAKEURL.com/" onmousedown="this.href='TARGETURL';"></a>

Have Fun!
Snt

Trax 05-04-2005 06:56 AM

bump for a good thread
is there a way around this???

celebx 05-04-2005 07:36 AM

Correction:

<a href="http://www.FAKEURL.com/" onclick="this.href='http://www.TARGETURL.com/';"></a>

It works!

Greetz,
Snt

swedguy 05-04-2005 07:37 AM

Quote:

Originally Posted by celebx
The solution:

<a href="http://www.FAKEURL.com/" onmousedown="this.href='TARGETURL';"></a>

Have Fun!
Snt

Nice solution :thumbsup

I'd probably change it to this, just so all the people with JS disabled wouldn't go to http://www.FAKEURL.com/

<script>
document.write('<a href="http://www.FAKEURL.com/" onclick="this.href='TARGETURL';"></a>')
</script>
<noscript>
<a href="http://www.TARGETURL.com/"></a>
</noscript>


Just to be on the safe side.

beta-tester 05-04-2005 07:48 AM

Damn, this one works!! But the main problem is that because link must be clicked at least once before :(

it can't display that 'TARGET URL' text in first mouseover. That's the problem :( This one is working just like onfocus.

beta-tester 05-04-2005 07:49 AM

DAMN, seems like I got it!!
This one WORKS:

<a href="http://www.FAKEURL.com/" onmouseover="this.href='http://www.TARGETURL.com/';">Test</a>

GREAT!

Trax 05-04-2005 07:59 AM

I am really curious how bots are reading those urls.....

swedguy 05-04-2005 08:08 AM

Quote:

Originally Posted by Trax
I am really curious how bots are reading those urls.....

They would try to follow this url: http://www.FAKEURL.com/

beta-tester 05-04-2005 08:11 AM

yes, I think that too. They're following the first href ... and they are already there.

dready 05-04-2005 08:33 AM

I wish there was an extension to show the real url in the status bar instead of either disabling it or showing the spoofed url.

beta-tester 05-04-2005 08:37 AM

Well, I think that's not possible... Because, if people have that option (status bar text) disabled, then it's very hard to beat it, and I think it's not possible.

But what's the problem with spoofed URL ;) Actually it does the same as like as window.status ;) RIght ?

dready 05-04-2005 08:43 AM

As an experienced surfer, I like to know where links are taking me... and it would help me keep an eye on cheaters on my sites.

beta-tester 05-04-2005 09:06 AM

you're right. But there is nothing spoofed. That's just for some scripts. For example comus. It has structure of out link as like as: /cx.php?i=14135&s=70&g=row1&t=1 and you don't know where you're going , right ?

So in template you use this.href option and then enter real link. So when the surfer rollover the link he'll get in his status bar message of real link (real url). And when he clicks on the link he'll be redirected through the script and then to trade or to the real link ;)

That's the story all about ;)


All times are GMT -7. The time now is 01:40 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123