Posted by J.O. Aho on 01/18/07 19:49
Perchance wrote:
> J.O. Aho wrote:
>> Use target=_new or target=_blank in the form-tag
>
> Thanks for the tip. Is it really that simple?!
>
> I just tried modifying my host page's form tag like so:
>
> <form action="http://www.JUNK.com/default.aspx" target="_blank"
> method="get" class="formbox">
>
> And it still isn't working out of my object.
>
It's so simple, but don't quote the _blank/_new
<form action="http://www.JUNK.com/default.aspx" target=_blank
method="get" class="formbox">
or else the effect of the target won't happen.
--
//Aho
[Back to original message]
|