Search found 2 matches

by vp70
Wed May 04, 2005 8:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems under https (SSL)
Replies: 17
Views: 16494

you don't need to use blank.htm to fix this problem.

add src attribute to iframe equal to javascript:false.

example:
<iframe src="javascript:false;">
by vp70
Wed May 04, 2005 8:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error with SSL (graphics insecure)
Replies: 3
Views: 3339

if you are using iframes make sure you have src attribute equal code below:
<iframe src="javascript:false;">

If not make sure that images and links are have absolute path and all images that are loading are https.