did that, still nothing
did that, still nothing
Alright, I'm on it. I'll make my own and try to make it work. Give me 10 minutes.
take all the time you need![]()
Progress made: got it to work in IE, FF won't listen yet. I'll attach the three files as .txt files because I can't attach .html files. Just remove the .txt suffix and try it out:
Attachment 2288
Attachment 2289
Attachment 2290
Edit: Looking at the instructions (/* Sniffs for IE5+.*/) maybe this is made to work in IE only. Javascript is not really my thing so maybe someone can look at this script and make it work in other browsers.
Last edited by Snookerman; 12-07-2008 at 01:42 PM.
ok will try it now, but i need something else, a lil thing:
i need to know who to make 4 example: dotmain.com/file.php?=www.google.com points to google.com??
what should the file.php contents be? i assume there are ready made scripts for that.. any help
I'm not much of a php whiz either but I think it should look like this:
And the url:PHP Code:<?php
echo $redirect;
header ("Location: $redirect");
?>
index.php?redirect=www.google.com
Try it out and tell me if it works.
Back to the iframe problem, take a look at this script:
http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm
BTW, did the php redirect work?
Did you try this one?
===
Arie Molendijk.
Edit: nvm..
Last edited by Snookerman; 12-09-2008 at 07:47 AM.
the php thing i am using for something complex, it should work as a redirect.. but i am using it to pipe an email from cpanel to a script on another domain, so it didnt work..
cPanel has a limitation that the piped script should be on the same account S:
Bookmarks