Hello,
In CF MX I have a page that uses javscript (window.open) to open a page. The page that it opens uses <cflocation> to go yet another page. This is done for security reasons as the page is actually a file. The JavaScript is used in this manner as I need to set various window properties of the new open window that can only be set using JavaScript parameters of a new window.
My question is when cflocation moves to the requested page (via #url.fileid#) focus of the window is set back to the calling window - how can I keep it on the new window?
I have tried many combinations of JavaScript to set the focus but was hoping to get a better suggestion from looking at it from the CF point of view.
Thanks for any input you can offer.
-Michael42
In CF MX I have a page that uses javscript (window.open) to open a page. The page that it opens uses <cflocation> to go yet another page. This is done for security reasons as the page is actually a file. The JavaScript is used in this manner as I need to set various window properties of the new open window that can only be set using JavaScript parameters of a new window.
My question is when cflocation moves to the requested page (via #url.fileid#) focus of the window is set back to the calling window - how can I keep it on the new window?
I have tried many combinations of JavaScript to set the focus but was hoping to get a better suggestion from looking at it from the CF point of view.
Thanks for any input you can offer.
-Michael42