|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
SSL dialog box
We are using https in the URL. The Security Information dialog box pops up with the message "This page contains both secure and non-secure items. Do you want to display the nonsecure items?". How can I prevent this dialog from showing up everytime.
Thanks for your help Prashanti |
|
#2
|
||||
|
||||
|
Erm, I don't think you can. It's a security thing, so it does it for
a reason.
__________________
Support requests via PM will be ignored! |
|
#3
|
||||
|
||||
|
as far as I remember, this warning appears when the page has images like that, for example:
Code:
<image src="http://yoursite.com/images/pic.jpg" /> so changing those to relative path should solve your problem: Code:
<image src="/images/pic.jpg" /> not 100% sure about it, but it's worth trying. |
![]() |
| Viewing: ASP Free Forums > Other > ASP Free Lounge > SSL dialog box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|