Odd behavior of window.open -


so have old legacy app uses cfml end , ... frames front end. of younger folk might not remember frameset tag nested frame tags used way in days.

i have form submits processing script, , depending on server side values ends opening new window using window.open(url) standard html document of invoices printing without frames.

now can test in vm running windows 7 ie8 , works fine. in other modern browser (tested in latest chrome, edge [win10], ie11 [win7], latest safari [mac]), , window open correct url , redirect frameset based homepage of app. convinced weird server side behavior causing happen, boss feels frontend issue , therefore job fix it.

i can access url directly in browser , not redirect. can use window.open(url) in console of other window , opens specified url , not redirect. can use window.open(url) in console of page inside app, , opens window specified url , redirects frameset based homepage of app , invoices not view-able print.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -