I just looked into the code, and the table ajax suggest renderer has no IFRAME.
I did find an IFRAME in InputSuggestRenderer, but it does set the src property correctly (javascript:false). The only other sandbox code that has an IFRAME is ModalDialogRenderer. Are you using the ModalDialogRenderer? If not, what is your sandbox version? On 6/25/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
Report a bug on the component to add: src="javascript:false;" to the IFRAME, which stops the error in IE On 6/25/07, binya <[EMAIL PROTECTED]> wrote: > > So do you have any idea what could I do (I can't tell the customer to turn > off options in IE, and I can't access the code of sandbox - tableSuggestAjax > ) ? > Thanks alot > > > > Abhijit Ghosh wrote: > > > > See > > http://support.microsoft.com/kb/184960 > > > > This usually means that the page contains 'frames' or 'iframes' and > > usually > > occurs in HTTPS.IIRC,this warning can be turned off through an option in > > IE,or setting the frame src url to point to a dummy url. > > > > -- Abhi > > > > On 6/25/07, binya <[EMAIL PROTECTED]> wrote: > >> > >> > >> when I enter the page which has the tableSuggestAjax component with IE I > >> get > >> a 'Security Information' alert which says: > >> "This page contains both secure and nonsecure items, Do you want to > >> display > >> the nonsecure items?" > >> > >> why? > >> thanks! > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/sandbox---tableSuggestAjax%2C-security-alert-in-IE-tf3974443.html#a11281784 > >> Sent from the MyFaces - Users mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: http://www.nabble.com/sandbox---tableSuggestAjax%2C-security-alert-in-IE-tf3974443.html#a11282700 > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

