Guest_imported
New member
- Jan 1, 1970
- 0
I don't know a lot about Active X, but I do know Visual Basic, and sort of VBScript. I am trying to get a form to return a page based on the form results. I am trying to get a combo box to make the document print a section of HTML. I can get things like this to work with If Then's but whenever there are objects like submit buttons or textboxes document.write does not work. Is there another thing like document.write or document.writeln or document.open that would do what I want?