quick question (i hope!)
im playing around with an XHTML strict webpage. i made a link, and want it to open in a new browser window. normally you'ld just add a target="_blank" attribute to the anchor tag to do that. however, the target attribute isnt valid in XHTML stirct.
so my Q would be, how would i go about doing this w/o using the target attribute?
im playing around with an XHTML strict webpage. i made a link, and want it to open in a new browser window. normally you'ld just add a target="_blank" attribute to the anchor tag to do that. however, the target attribute isnt valid in XHTML stirct.
so my Q would be, how would i go about doing this w/o using the target attribute?