I want to open a page in a different frame after my page loads
So there fore is there a way to set a target eg "_blank" etc to a cf location
Any help would be great
Regards
dempster - 31 Dec 2005 15:35 GMT
Please don't post your questions on multiple forums.
CFLOCATION operates on the server and redirects an HTTP request to another
page. To open pages in different windows or frames, you need to do something on
the client side with HTML or JavaScript.