Can I use VBA in HTML?

M

medeziner

Hi, I am writing an interactive program in html that
gives instructions on how to use a programmable
controller. It steps a person through each screen
of the program using interactive screens written
in html.

What I need is a way to have the person enter
there name at the first screen and have a file
created on there hard drive when they click the
submit button using the name entered as the file
name (ie MARY JANE.TXT). Then when they
reach certain screens (html page) have that page
automatically write a line like
*SCREEN 1 REACHED*
to the previously mentioned file that was created.
It would also be best if there was no warnings
popping up to interfere with there progress or
confuse them as this will be a training and testing
process used by the company who use the program.

The html pages will all be loaded on the persons
computer hard drive from a CD that we will be
sending them.

Thanks in advance!
Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top