[PHP] Re: Can it be Done?

2002-10-06 Thread @ Edwin
Hello, Adriano wrote: > Hi people, > @ Edwin wrore: > > >>'Not really sure, but perhaps, with Javascript. >> >>But I'd rather recommend you to give up iframes... ;) >> > > > Can you post an example of Javascript code checking for _parent frame? I think you already got this working... however,

Re: [PHP] Re: Can it be Done?

2002-10-06 Thread Sascha Cunz
should be interchangeable. When i wrote this, i didn't want to show the real url up in browser, so i used base64 encoding. Sascha Am Sonntag, 6. Oktober 2002 23:52 schrieb Adriano: > I understand and thank you Sascha. > Curiosity: why do you use the 'base64_encode' function to send querystring

Re: [PHP] Re: Can it be Done?

2002-10-06 Thread Adriano
I understand and thank you Sascha. Curiosity: why do you use the 'base64_encode' function to send querystring arguments? I'd rather used urlencode... "Sascha Cunz" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... To produce such a JavaScript: define('_DOM

Re: [PHP] Re: Can it be Done?

2002-10-06 Thread Sascha Cunz
To produce such a JavaScript: define('_DOMBASE', 'http://yourdomain.com'); echo ''."\n" .'if (document.location == top.location)'."\n" .' top.location="'._DOMBASE.'/index.php?goto=' .base64_encode($_SERVER["REQUEST_URI"]).'";'."\n" .''; where the index.php works like:

[PHP] Re: Can it be Done?

2002-10-06 Thread Adriano
Hi people, @ Edwin wrore: > 'Not really sure, but perhaps, with Javascript. > > But I'd rather recommend you to give up iframes... ;) > Can you post an example of Javascript code checking for _parent frame? By the way, what's wrong with iframes? bye, Adr -- PHP General Mailing List (http://

[PHP] Re: Can it be Done?

2002-10-06 Thread @ Edwin
'Not really sure, but perhaps, with Javascript. But I'd rather recommend you to give up iframes... ;) - E On Monday, October 7, 2002 1:29 AM Stephen wrote: > Hello, > > I was wondering if what I want to do is possible. I have a website that uses iframes >and sometimes the search engines pick