> > You could use the "target" attribute of the <form...> tag, which 
> > instructs the browser to open a new window for the result 
> > of the form. That's as close as you're going to get.
> 
> Same goes for the link <a ...> tag. The attribute you add to 
> make your form/link requests open a new browser window/tab is:
> 
>   target="_blank"
> 
> Technically, this will open a new window without javascript. 
> It is just adding an HTML attribute to your form or link tags 
> in your generated HTML response. No javascript required.

One caveat on the "target" attribute: it doesn't exist in xhtml 1.1. 

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to