Re: Simple HTML read/write question




chris.schwalm@xxxxxxxxx wrote:

> Yes, I would like to overwrite it on my local machine.
>
> The basic concept is the following: I would like to take a webpage that
> has some sort of encrypted data on it. Run my java script...and have it
> replace the encrypted data with unencrypted data.
>
> Thanks for your help

Hi. In which case, it sounds like you just need to learn about file
handling components that ship with IE and Firefox.

I.e. I am assuming that you want to load a web page as a string from a
given directory on your machine, process it as a string, and then save
again on the local computer.

As noted, there are two sets of file handling options available:-

1. For Internet Explorer

Scripting.FileSystemObject - an ActiveX object. Search in particular
on the Microsoft MSDN web site.

2. For Firefox

There are load and save functions at the end of the following page:-

http://www.captain.at/programming/xul/

Julian

.



Relevant Pages

  • Re: Problem while filling the dataset where the data source is a .CSV file
    ... i would also like to bring to your note dat i m using an impersonated ... i get the error "MS remote is not registered in the local machine" ... and if i use the following string ... the strConnA i get the error "specified cast is not valid" ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Disk cleanup (Cleanmgr) freezes dead
    ... Kellys fix did WORK! ... > This string does not exist in Local Machine AFTER Microsoft?? ...
    (microsoft.public.windowsxp.general)
  • Listing, adding, and removing users to a local or domain group
    ... This code will list the users on the local machine using the ... Purpose: This will list the users in a domain. ... Dim domainDirectory As New DirectoryEntry ... directorySearcher.PropertiesToLoad.AddRange(New String() {"givenName", ...
    (microsoft.public.windows.server.active_directory)
  • i cant retrieve and/or write a binary or hex value from the regis
    ... I've successfully accessed the HKLM hive on a local machine. ... drilling down to where i need to be, i cannot read and display the correct ... extract the key as a binary value instead of a string, etc, etc. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Simple HTML read/write question
    ... I would like to overwrite it on my local machine. ... The basic concept is the following: I would like to take a webpage that ... replace the encrypted data with unencrypted data. ...
    (comp.lang.javascript)