D Dmitry Savchin Oct 5, 2005 #1 When i try to page with tabstrip throw ssl , i recive Secure and NonSecure items warning. Please Help.....
When i try to page with tabstrip throw ssl , i recive Secure and NonSecure items warning. Please Help.....
S S. Justin Gengo Oct 5, 2005 #2 The most likely cause of the warnings you are receiving is that you have images on the page with source tags that aren't secure. When you're on a ssl page all items delivered to the page (like an image) need to have a secure path specified. Change your source to virtual paths "/images/myimage.jpg" or specify the full source as secure "https://www.mysite.com/images/myimage.jpg" to fix the problem. -- Sincerely, S. Justin Gengo, MCP Web Developer / Programmer www.aboutfortunate.com "Out of chaos comes order." Nietzsche
The most likely cause of the warnings you are receiving is that you have images on the page with source tags that aren't secure. When you're on a ssl page all items delivered to the page (like an image) need to have a secure path specified. Change your source to virtual paths "/images/myimage.jpg" or specify the full source as secure "https://www.mysite.com/images/myimage.jpg" to fix the problem. -- Sincerely, S. Justin Gengo, MCP Web Developer / Programmer www.aboutfortunate.com "Out of chaos comes order." Nietzsche