Unable to open a coldfusion file using window.open() javascript function
This is my code :
window.open("myPage.cfm?froma=1&p_varA=#varA#&p_varB="+varB+"", "_new", "menubar=no, location=no, status=yes, toolbar=no, width=700px, height=800px, scrollbars=yes, resizable=yes, left=50, top=100")
This does not open up the pop-up in some of the user's IE 11 browsers. It works on my IE 11 browser. What could be the blocking factor.
The same code breaks in Mozilla Firefox with JavaScript error.
Please give your valuable suggestions.
