I'm using a visual basic program to create an html file. Is there any way I can make html take a variable from visual basic into the name of form controls?
ex:
ts.WriteLine "<td align = center><input type = text size = 8 name = tfcodename></td>"
where tfcodename is a variable that holds what i need the textbox to be named.
Thanks in advance!
ex:
ts.WriteLine "<td align = center><input type = text size = 8 name = tfcodename></td>"
where tfcodename is a variable that holds what i need the textbox to be named.
Thanks in advance!