Results 1 to 3 of 3

Thread: Active desktop

  1. #1
    Join Date
    Jul 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Active desktop

    Hi all, please excuse my ignorance here but im relativley unexperienced in web coding.

    Essentially what i want to do is make a web page that i can have on my active desktop that is a dynamic to do list (check out the attatchment for the basic layout and function).

    You can see there is the part that displays the list with check boxes for when they are done. Also there is a section to make a new entry, what i would like to know is how i can go about getting the page to load the info from a file and also save to a file, or perhaps there is another way to do it that i dont know about.
    I think basicly what im trying to acheive is a page with dynamic content that is on my desktop(ie no server).

    All im really after is suggestions as to how i should go about this and what area i should be doing research in.

    Cheers
    Andrew

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    File I/O is usually only possible with a server-side language, as having client-side programs accessing files is a security risk.
    You might want to try ActiveX, or a signed Java applet.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanx for that, ive got file IO sorted using VBscripts and the FSO. One more quick question, does anyone know of a good article explaining how to use the document.write method to build parts of the page. I thought i'd use it to build the lists based on what is read from the file.

    Cheers
    Andrew

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •