I use the code
<cfajaximport tags="cfform, cfmessagebox, cfwindow"> | |
<cfwindow bodystyle="background:white;font:12px/normal arial, Helvetica, sans-serif;" initShow="true" width="350" height="255" name="signin" center="true" resizable="false" draggable="false" source="login.htm"/> |
and it is working fine. The sign in window appears. However, I want to change it to a secured URL by entering the full URL
<cfajaximport tags="cfform, cfmessagebox, cfwindow"> | |
<cfwindow bodystyle="background:white;font:12px/normal arial, Helvetica, sans-serif;" initShow="true" width="350" height="255" name="signin" enter="true" resizable="false" draggable="false" source="https://mydomain/login.htm"/> |
The pop up cfwindows shows blank. Why is that? Any help is appreciated.