Seletitic
07-09-2003, 04:44 PM
hi all, im a bit new to javascript and I have a big prob.
I have a banner on my website, wich my users need to click, in order to fund my server. But they won't click. So i want to define the link and put in a pop-up. The popup was no deal, but how can I extract a link from the banner? The case is, this link is everytime different....
This is the Script for my banner i got from my banner server:
<script>
document.write('<iframe scrolling=no frameborder=0 width=468 height=72 '+
'src="http://www.banner-exchange.nl/bx/468view.php3?b=iframe&id=seletitic"></iframe><br>');
if (document.layers) {document.write('<script language=javascript '+
'src="http://www.banner-exchange.nl/bx/468view.php3?id=seletitic"><\/script>');}
</script>
The source code from the first link is:
<html><body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td> <a href='http://www.banner-exchange.nl/bx/468click.php3?userid=seletitic&target=pechgehad' target="_blank">
<img width=468 height=60 src="http://www.euroklik.nl/sites/pechgehad.nl/banners/468x60_hcr.gif" ALT="http://sexotheek.pechgehad.nl" border=0></a></td></tr>
<tr><td align=right><a href="http://www.banner-exchange.nl/?seletitic" target=_blank><img src="468onder.gif" width=468 height=12 border=0 ALT="banner-exchange.nl"></a></td>
</tr></table>
</body></html>
The link in this last code is http://www.banner-exchange.nl/bx/468click.php3?userid=seletitic&target=pechgehad'
If I click this, i'll get my credits.......
I know it's difficult, is there somebody who can help me and save my site?
I have a banner on my website, wich my users need to click, in order to fund my server. But they won't click. So i want to define the link and put in a pop-up. The popup was no deal, but how can I extract a link from the banner? The case is, this link is everytime different....
This is the Script for my banner i got from my banner server:
<script>
document.write('<iframe scrolling=no frameborder=0 width=468 height=72 '+
'src="http://www.banner-exchange.nl/bx/468view.php3?b=iframe&id=seletitic"></iframe><br>');
if (document.layers) {document.write('<script language=javascript '+
'src="http://www.banner-exchange.nl/bx/468view.php3?id=seletitic"><\/script>');}
</script>
The source code from the first link is:
<html><body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td> <a href='http://www.banner-exchange.nl/bx/468click.php3?userid=seletitic&target=pechgehad' target="_blank">
<img width=468 height=60 src="http://www.euroklik.nl/sites/pechgehad.nl/banners/468x60_hcr.gif" ALT="http://sexotheek.pechgehad.nl" border=0></a></td></tr>
<tr><td align=right><a href="http://www.banner-exchange.nl/?seletitic" target=_blank><img src="468onder.gif" width=468 height=12 border=0 ALT="banner-exchange.nl"></a></td>
</tr></table>
</body></html>
The link in this last code is http://www.banner-exchange.nl/bx/468click.php3?userid=seletitic&target=pechgehad'
If I click this, i'll get my credits.......
I know it's difficult, is there somebody who can help me and save my site?