|
Posted by J.O. Aho on 01/18/07 18:47
Perchance wrote:
> Hello, I've written a basic search box form that will take the contents
> of a box and pass it to a query string in my target URL.
>
> When I run it on its standalone page it works fine. But I want to
> distill my code into a simple object so others can embed the box into
> their sidebars, et cetera.
>
> I've written a standard <object> tag to do so. It even looks fine when
> I post it on an independent page. The problem comes when I run the
> search. Instead of jumping to the target page, or opening it in a new
> window, the results appear in a tiny little keyhole iframe window about
> the size of my object.
Use target=_new or target=_blank in the form-tag
--
//Aho
Navigation:
[Reply to this message]
|