in the html link you should set correctly the target window. Try using
something like this:

<A HREF="www.mysite.com" TARGET="main_window">go to my site</A>

main_window is the name of the window as assigned in the frameset
declaration.

cheers,

A.

-----Messaggio originale-----
Da: gowthaman ramasamy [mailto:[EMAIL PROTECTED]
Inviato: venerd́ 14 maggio 2004 8.24
A: [EMAIL PROTECTED]
Oggetto: [PHP] variable passing using URL


hello list,

I have a problem in passing variables using URLs.
I have a link from  a PHP 'Page One' and passing some variables thru
URL.
This link should now open another page (main frame) which will have two
frames in it (left frame and Right frame). But I want the variables to
be passed on to the left frame(one of the two frames in main frame).

Can this be done some how? I apologize if this does not sound like a PHP
question. Many thanks in advance.
--
Ra. Gowthaman,
Graduate Student,
Bioinformatics Lab,
Malaria Research Group,
ICGEB , New Delhi.
INDIA

Phone: 91-9811261804
       91-11-26173184; 91-11-26189360 #extn 314

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to