assigning search query results to a "TARGET"
            2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 28, 2008   (RSS)          
By kkegans - July 28, 2008
          Is it possible to send a search query request (www.mysite.com/list.php?city=vancouver) and get the results to display in a target(either a seperate WINDOW, iFRAME or a FRAME site target? 
  
if so, what would the proper URL look like?
                          
        if so, what would the proper URL look like?
      CMSB Rocks!
Thanks,
Kurt
                    Thanks,
Kurt
Re: [kkegans] assigning search query results to a "TARGET"
By Dave - July 28, 2008
          Yes, just put a target attribute in your <form> or <a href> tag:
<form ... target="myframe">
<a href ... target="myframe">
Hope that helps!
                          
        <form ... target="myframe">
<a href ... target="myframe">
Hope that helps!
      Dave Edis - Senior Developer
interactivetools.com
                    interactivetools.com