For my own edification, can you expand on the ability to "...define whatever 
target you like"?  I've never heard that before, I'd be interested to know 
more.  I'm wondering specifically since the browser wouldn't know what anything 
other than the defined targets you referenced meant, how would you go about 
handling them yourself?  Can you give an example use case?

Thanks PA!

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Wed, January 19, 2005 1:00 pm, PA said:
> 
> 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]
> 
> 

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

Reply via email to