just a notice before you go ahead with this,,
i donot get a redirect link on that site either its blocked or its just spam for my isp
this is what i see
Attachment 93790
nothing else..
Howewer your demo link works,
and that is just a normal page with two links
can be done with java and html
anyway heres a fast one..
Demo : [url=http://www.evisystems.org/test.html] here [url]
Entire page code :
Code:
<html>
<head>
</head>
<body>
<p align="center">Hello, content and stuff
do you agree ? </p>
<p align="center"> </p>
<p align="center"> <a href="http:www.linktoyesiagree.com">Yes i agree </a> | <a href="javascript:window.close()">no i dont agree</a></p>
</body>
</html>