Re: [PHP] getting $_GET params from iFrame window to parent

2006-05-11 Thread Richard Lynch
On Wed, May 10, 2006 10:49 pm, blackwater dev wrote: > I have a small site which provides search functionalities. My search > sites > are framed in my clients sites via iframe. I have a client who would > like > to put the search form somewhere else on their site (it is currenly > all on > my pag

Re: [PHP] getting $_GET params from iFrame window to parent

2006-05-11 Thread John Hicks
blackwater dev wrote: On 5/11/06, *John Hicks* <[EMAIL PROTECTED] > wrote: blackwater dev wrote: > would like > to put the search form somewhere else on their site (it is currenly all on > my page within the iframe) and then call their search p

Re: [PHP] getting $_GET params from iFrame window to parent

2006-05-11 Thread John Hicks
blackwater dev wrote: would like to put the search form somewhere else on their site (it is currenly all on my page within the iframe) and then call their search page to do the search, (This is an html/DOM thing, not PHP.) That's what the 'target' property of the tag does: the response from

[PHP] getting $_GET params from iFrame window to parent

2006-05-10 Thread blackwater dev
Hello all, I have a small site which provides search functionalities. My search sites are framed in my clients sites via iframe. I have a client who would like to put the search form somewhere else on their site (it is currenly all on my page within the iframe) and then call their search page t