Results 1 to 3 of 3

Thread: Passing info back to a web page/frame?

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330
    Hi,
    Here's what I'm trying to do. I have a web program (VB6 Webclass) that performs functions on the company's computer when the web form is submitted. These functions take about 20 seconds to complete. I'm trying to send a message back to the web page, over-writing the old message, as to the progress of these functions but without creating a completly new form. These messages would be like:

    Entering Service Order Information.

    Posting Parts Used.

    Updating your Inventory.

    etc...

    The HTML form uses frames and I'm wondering if I can send a message or back to a particular frame of the HTML form.

    Any ideas will be greatly appreciated.


    Thanks,
    Al.
    A computer is a tool, not a toy.

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    ma,usa
    Posts
    485
    Yes you can but as far as I know it has to be done on an action to somehow call up a sub. Search on my name Joey O. and it should return a lot on the subject answered by Monte96. Also Serge at VBGarage had a cool answer to "calling two pages at same time". Once you figure that out just pass the queryStrings that you need everywhere they need to go and based on their conditions rewrite your page.

    I hope this helps

  3. #3

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330

    Joey O. Thanks.

    Hi,
    Thanks. I thought I saw some activity on this question in the past. I did several searches but wasn't able to find what I was looking for. I think your exchange with Monte96 and Serge were what I was looking for.
    Thanks again,
    Al.
    A computer is a tool, not a toy.

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