On Jan 19, 2005, at 18:56, [EMAIL PROTECTED] wrote:

(1) Submit a form to _blank, as you said (actually, I think it's _new, but my memory sucks so I'm not sure)

Actually, you can define whatever target you like.

There are a couple of "standard" ones though:

        •        _blank - the target URL will open in a new window
        •        _self - the target URL will open in the same frame as it was 
clicked
        •        _parent - the target URL will open in the parent frameset
        •        _top - the target URL will open in the full body of the window

http://www.w3schools.com/tags/tag_a.asp

Cheers

--
PA
http://alt.textdrive.com/


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



Reply via email to