Archive for June, 2006

JavaScript Prototype

Leave a Comment

Using ActiveXObject Error on IE

If using ActiveXObject on IE, user has to set his browser as followings. Otherwise it will show error such as "Automation server can't create object".

  1. Tools – Internet Options – Security – Sites – add web url
  2. Tools – Internet Options – Security – Custom Level – ActiveX Control and plug-ins -Initialize and script ActiveX controls not marked as safe – Enable

Comments (2)

Delete search engines on FireFox

firefox_search_engin.jpg

  • For the default search engine, go to C:\Program Files\Mozilla Firefox\searchplugins, then delete a pair of *.png (or *.gif) and *.src
  • For your added search engine, go to C:\Documents and Settings\YOUR_LOGIN_NAME\Application Data\Mozilla\Firefox\Profiles\XXXXXXX.default\searchplugins, then delete a pair of *.png and *.src

Comments (2)