Link to home
Start Free TrialLog in
Avatar of saic_gco
saic_gco

asked on

need cd autorun html page without security warning or activex bar

I'm trying to open an HTML file on CD autorun and have it sized, no scrollbars, etc.. WITHOUT having any security popups or activex bar warnings. Any executables or bat files out there capable of launching a customized window? i've also tried the following but get errors, is something like this still possible(passing javascript to iexplore exe)?

Something like this perhaps:

AutoRun.inf:
[autorun]
open=autorun.bat

autorun.bat:
@start iexplore.exe javascript:resizeTo(1024,240);moveTo(0,0); document.location.href="index.htm"
@exit
ASKER CERTIFIED SOLUTION
Avatar of johnb6767
johnb6767
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial