CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Posts
    19

    Is this possible in vbs?

    I was wondering if it was possible to use a script that can open up the contents of a HTML page stored on our server, with the document object maybe? For example, instead of linking to that file, use a document.___ to open that file in the browser, and then we can add stuff to the link that we opened by changing the current page, instead of having to change the link that we opened.


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Is this possible in vbs?

    Do you mean that you want to edit the source of another HTML file online? If so, let me know. I just finished writing an ASP script that would allow me to do this.

    let me know,

    John

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    Mar 2000
    Posts
    19

    Re: Is this possible in vbs?

    Basically, we have an htm page that we want to call when we open up IE, and it will then redirect the user after a few seconds or by clicking a link...and it will take them to the main intranet page. The only prob is the page we want to load up first is updated daily. I want to make a page that will grab that updated page and add the link and redirect method to it, so that the people who update the page can do what they do without adding that extra stuff to it. Let me know if that clears it up a bit.


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured