
Create on the fly controls, how do I access them from VBS
Hello,
I'm attempting to create a client-side wizard to work out 'stuff'.
the first screen is fine, all my subs and functions work fine, when the
user hits "next" I need to pass data to the next page.
One way I thought this could be done was by creating a new page with
"document.write", but then I lose all my subs etc. Is there a quick way
round this?, or do I need to pass all data between pages using the URL?.
I really want to avoid writing a file to the server or client machine
(this is on an intranet so both are possible).
Thanks in advance for any help.
Luke