My site is working for both HTTP and HTTPS protocols. I am trying to open the PDF document in child window having dynamic contents with both the protocols. I am building the url dynamically depending on which protocol is used i.e. HTTP or HTTPS. Url is build correctly for both protocols.
Now whats happening is; When I am coming from HTTP protocol, i am able to see dynamic PDF document as desired. When I am coming from HTTPS, the built Url is correct as it should be but I am getting security alert having message "You are about to leave secure Internet Connection. It will be possible for others to view the information you sent". This alert should not come cos I am already in the secured channel. If I copy and paste this URL in afresh IE window. As desired I am getting security alert having message "You are going to view pages over secure connection....." .....I am using javascript window.open(......) to send this url to new IE window....... if anybody has faced this kinda problem or have any idea how to avoid security alert when coming from HTTPS protocol. Any prompt help will be highly appreciated... =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com