ryno267
12-02-2006, 12:58 AM
Ok try to bear with me here...
I have a site where 80% of it is being fed in through iframes from another page (yes mine but i wanted a custom design for a vendor supplied product search site).
The categories on the left nav opens a new dedicated page with an iframe in it containing the link from my vendor site so basically a looong search query URL like
vendor.com/ProductSearch/QSResults.aspx?DPSV_Id=208775&pSRVC_Id=65&Ntt=canopy&Ntk=WordSearchLinename&Ntx=mode+matchallpartial&N=0&No=0&BWS=0|1&Ne=50&nav=no
Now I want to be able to perform a search from any page in a search box i'm putting into the header.
Question:
From any page, I want to have the search box results open in a new page like /search/ and have the results post in that page's iframe.
Is this possible? If so how do I accomplish this with php
Currently I have an invisible iframe named 'keywordsearch' on every single page with no source and if the search box is filled out it opens the iframe with z-index:100 over the current page's content... icky I know but frames suck.
Thanks much for your help.
I have a site where 80% of it is being fed in through iframes from another page (yes mine but i wanted a custom design for a vendor supplied product search site).
The categories on the left nav opens a new dedicated page with an iframe in it containing the link from my vendor site so basically a looong search query URL like
vendor.com/ProductSearch/QSResults.aspx?DPSV_Id=208775&pSRVC_Id=65&Ntt=canopy&Ntk=WordSearchLinename&Ntx=mode+matchallpartial&N=0&No=0&BWS=0|1&Ne=50&nav=no
Now I want to be able to perform a search from any page in a search box i'm putting into the header.
Question:
From any page, I want to have the search box results open in a new page like /search/ and have the results post in that page's iframe.
Is this possible? If so how do I accomplish this with php
Currently I have an invisible iframe named 'keywordsearch' on every single page with no source and if the search box is filled out it opens the iframe with z-index:100 over the current page's content... icky I know but frames suck.
Thanks much for your help.