I was playing with this the other day and while validating I got a message that stated the "target" attribute of an Anchor tag is no longer supported. If I provide a link to another site I usually use a target="_blank" so they can follow the link while not leaving my site. Any suggestions on how to do this while keeping with the Strict standards. I hate having to put in unnecessary JavaScript.
Doug Brown wrote: > I would like to validate my apps as xhtml strict, but what is the best way to > deal with the "&" anf "?" in the url? Would I actually need to use > urlEncode() or would I be able to simply do a find and replace ? for ? and > & for "&" Thoughts? > > Doug B. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269636 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

