Re: How to configure IE using Javascript



Hi,

You cannot modify security settings via javascript. Because, this is not
safe for client and for that reason, browsers do not allow this operation
unless you find a security bug.

As far as I know, you can not modify cookie settings. Because these are
security issues for client and browser should keep safe client side. But if
client's browser enabled cookie, you can save your XML file content as a
cookie via javascript. You can test whether or not cookie is enabled on
client's browser and if cookie isn't enabled, you can ask for enabling.

------------------------------------------
Ugur Aslan
http://www.uguraslan.net



"Archita" <archita.vakharia@xxxxxxxxx> wrote in message
news:1160364828.938889.165130@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all,

I am developing one web messanger for our existing web application.
Now I want to save some data in XML file on client site.
I have done it Using FSO (FileSystemObject) . It is working fine.

But for this object I have to set One IE setting..
-> SecurityTab
-> focus on Internet
-> Custom level
->Initialize and script ActiveX controls not marked as Safe.. This is
to be Enabled to use FSO object client side javascript.

By default this is disabled.

Now my problem is i need to check IE security Level and enable this
feature.
What and how should I do the same????

If it is possible to create and save XML file on the same client
machine by any otherway please let me know.

One thing just to mention is i need this file at client side only
information is just temporary when client logs out everything will be
lost.. But I dont want to do it by cookie as many user may disable it
or something..

Is there anyway to enable cookies?

Hope I have explained the problem well..
Please help if anybody is having any idea for this.

Thanking You,
Archita Vakharia



.



Relevant Pages

  • Re: Tales of the Semi-bold
    ... perhaps in terms of the notoriety of IE's security holes... ... matter of policy. ... most secure browser. ... client is certainly a security risk. ...
    (rec.games.roguelike.angband)
  • Re: Bypass Authentication
    ... Set-Cookie get established on the Client upon a Successful logon. ... planning on capturing the cookie on Location 3. ... Upon Launching the browser ... "Joe Kaplan" wrote: ...
    (microsoft.public.dotnet.security)
  • [REVS] Cross Site Cooking
    ... Get your security news from a reliable source. ... On sites where authentication data is tied on a server to a session ID, ... Let's begin with a quick primer on cookie parsing: ... For security purposes, the browser ...
    (Securiteam)
  • Re: Bypass Authentication
    ... For the second question, it may be the case that there is a cookie, but it ... Joe Kaplan-MS MVP Directory Services Programming ... turn creates a cookie on the client and launch the browser, ... cookie already on the local client that the browser would then send. ...
    (microsoft.public.dotnet.security)
  • Re: Session variables and POST method
    ... Peter Foti wrote: ... Where does the data get put for the client to handle for things ... > not on the client or browser. ... > is stores the cookie). ...
    (microsoft.public.inetserver.asp.general)

Loading