Recently, I wrote: >> I'm trying to workaround a RevBrowser problem that has me stumped -- >> specifically, IE's refusal to run HTML that contains Javascript without >> throwing up an ActiveX security warning.
Roger Eller responded: > http://support.microsoft.com/gp/howtoscript Unfortunately, the app I'm building is for distribution, so requiring that every user manually change their browser security settings is asking a bit much. ---------- After a bit of Googling, I found one odd workaround: Mark of the Web ( http://msdn.microsoft.com/en-us/library/ms537628.aspx) This is placed above the <HTML> tag in the page code: <!-- saved from url=(0014)about:internet --> Seems to work so far. Regards, Scott Rossi Creative Director Tactile Media, UX Design _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
