>> IF you had meant that you wanted to know how to open a new window/tab >> instead of just loading the new page in the same window/tab that your user >> already has open, then there are several ways to do this.
to add to William's answer: if you specify a named target, i.e. "_preview", instead of "_blank", all your links that have target="_preview" will open in the SAME tab/window (replacing currently displayed content there), instead of opening a new tab/window for each link. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ William Seiter wrote: > ... > > IF you had meant that you wanted to know how to open a new window/tab > instead of just loading the new page in the same window/tab that your user > already has open, then there are several ways to do this. > 1. use the parameter 'target' with the value '_blank'. (<a href='link' > target='_blank'>link</a> > 2. user the javascript window.open() command (you should google it if you > don't know of it already) > > I hope this post was little more helpful to you than my last one was. > > William > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322405 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

