I have written a script to generate an HTML page, then useing a div
object generate ping response to the html file. I have two problems, the
first is that I cant figure out how to stop the command windows from
popping up (which my fixes should have stopped), and second that the I cant
figure out how to make the OK button on the generated HTML to kill the loop
of the vbscript.
My thought on the second would be to somehow get the generated HTML
to call the script in a do while loop.

My thanks to this great group

Re: Help with vbs and html by Rafael

Rafael
Tue May 31 19:55:10 CDT 2005

try posting part of the code, so we can see and give you some ideas.

RT
"e" <eholley@cox.net> wrote in message
news:Xns966566B15991Aeholleycoxnet@207.46.248.16...
> I have written a script to generate an HTML page, then useing a div
> object generate ping response to the html file. I have two problems, the
> first is that I cant figure out how to stop the command windows from
> popping up (which my fixes should have stopped), and second that the I
> cant
> figure out how to make the OK button on the generated HTML to kill the
> loop
> of the vbscript.
> My thought on the second would be to somehow get the generated HTML
> to call the script in a do while loop.
>
> My thanks to this great group