I want to insert values in other table. I am using asp runner 6.3. I have inserted values in other tables correctly using the given code.
set dal_table=dal.Table("infor")
dal_table.b_ID="1"
dal_table.infor="kamoke"
dal_table.ID="1"
dal_table.Add()
These are hardcoded values. I want to get values from the text box of the of page. How to get values from information page and inserted in the anohter table.