I am using InputBox()
function in my vbscript code and it's working fine and I am using various of InputBox()
functions.
Now my question is every time when InputBox()
is called, it opens in a separate window. Is there any way or function that I can input my data only in one window page and all inputs are handle with one submit button?