Click to See Complete Forum and Search --> : Can I disable security tool bar?


cabab2020
10-14-2006, 02:05 AM
when I put any script like rollover image or popup menu in my page the security tool bar in IE come and I should to click on it to enable the script

I saw many websites on internet have this scripts (like dropdown menu) but the scurity toolbar dosn't come so can I disable it from the code

the tree
10-14-2006, 02:33 AM
It just sounds like a result of you using IE to view a local file, it does that. When you request the page from sever (locally or not) then you wont get this problem.

cabab2020
10-14-2006, 08:57 AM
that's right
but can I disable it from the code when I see it as local file

Kravvitz
10-14-2006, 01:54 PM
There's an option in IE's advanced options to disable that security feature. (http://www.genopro.com/ReportGenerator/ActiveContent/)

cabab2020
10-14-2006, 02:15 PM
Thank u

can I disable it from the code (html for example)

Kravvitz
10-14-2006, 02:32 PM
Yes. This says how. Disable Internet Explorer's Information Bar for Active Content (http://dhtmldev.com/content/view/96/30/)

Just don't put it before before your doctype.

WebArt
10-14-2006, 03:21 PM
cabab2020,

did you come right with your problem on "Disable Internet Explorer's Information Bar for Active Content" ?

Greetings
WebArt ;)