Categories | Question details Back To List | ||
Scroll bar Problem is solved but still i get secure non secure popup hi problem is resolve for scrolling but i still get the secure non secure pop up. i am not exactly getting why this pop up occurred in tabbed pane. Answer posted by Support on Jan 16, 2008 07:52 When you loading page in https mode, any element which has incorrect or empty src parameter ( img,iframe,link) will cause such message in IE. Please be sure that image path ( set by container tag attriubute or by setImagePath command ) point to correct image location ( it must be a local path or full path started from https:// ) Also , please be sure that image directory contains ALL files which exists in image directory of tabbar package. Please beware that if you will try to load http:// based content ( in case of ajax | frame based modes ) - it will cause the same result. |