All Forums >> [Scripting] >> ASP >> Create Controls at runtime on Client in vbscript Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Posts: 3
Score: 0
Joined: 9/16/2001
From: Australia
Status: offline
No one in our office is been able to solve my problem! I am new to the industry (on work experience) and would appreciate any help I can get. Client enters an integer to produce a number of textboxes to enter data that will be saved to sqlServer7. MY PROBLEM? I am trying to use the innerHTML method but I get an error: An exception of type 'htmlfile: Unknown runtime error' Was not handled. Am I on the right track? or could you suggest an alternative? Many Thanks In Advanced.
<%@ Language=VBScript%>
<% ' VI 6.0 Scripting Object Model Enabled %> <!--#include file="_ScriptLibrary/pm.asp"--> <% if StartPageProcessing() Then Response.End() %> <FORM name=thisForm METHOD=post> <HTML> <TITLE>Dynamic Textboxes NOW!!</TITLE> <HEAD> <META name=VI60_defaultClientScript content=VBScript> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">