This is a discussion on "How to avoind activex prompts for local html file running in IE" within the JavaScript Forum section. This forum, and the thread "How to avoind activex prompts for local html file running in IE are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
How to avoind activex prompts for local html file running in IE
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How to avoind activex prompts for local html file running in IE
Hi,
I am working on an application that requires IE only as an user interface in order to receive data from the user and store it on the local file system. It doenot require any transfer of this input data on the net. So, I store the html files with embedded javascript with activex objects that write the data entered in the input fields onto the local text file. My query is whether there is a way to avoid all kinds of activex prompts in IE apart from changing IEs security settings to allow activex content to run on local files. I tried adding this html under "trusted sites" of IE settings, but that takes only a website as an input and not a local file. I donot want to goto the extent of saying "http://localhost....." by installing a web server on the local machine. It would be very nice if you could let me know of a way in IE such that one need not disable general activex or prompts and still not get a prompt for this local html running through the browser. Thanks |
|
|
|
||||
|
Re: How to avoind activex prompts for local html file running in IE
You change IE's security settings.
Local intranet --> Low As far as I know, that's the only way...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting properties of another file(ex.HTML)? | markor2d2 | JavaScript Forum | 2 | May 3rd, 2007 08:17 |
| how do I use a:hover within a html file (without the css file) | heyo | Web Page Design | 2 | Mar 5th, 2007 22:50 |
| ActiveX Controls | vnswathi | JavaScript Forum | 0 | May 22nd, 2006 14:23 |
| css displays wrong font from local file | ruddles | Web Page Design | 2 | Jun 5th, 2005 12:48 |
| How make Word file same as html file in ASP | humair | Classic ASP | 5 | Sep 24th, 2003 14:35 |