Tuesday, October 14, 2008

Security information popup

Dear all,

Today i stucked in a new problem. i got security information “This Page Contains both secure and nonsecure items, Do you want to display nonsecure items popup?”

after a lot of research i got the solution.

1. If you are using image from SSL site which is not your at your domain like if you use https://google.com/image.jpg like this then

explicitly use https or use url =’//google.com/image.jpg’

2. if you are using same domain so just use url =’image.jpg’

it will solve the purpose.

thanks

i hope it will help some one..:)