אממ... אני ינסה שניה רק עכשיו יש לי שגיאה בקוד..
קוד:
fname = Request("fname")
lname = Request("lname")
problem = "v"
If Not fname Then problem = "No First Name"
If Not lname Then problem = "No Last Name"
If problem = "v" Then
..
...
....
......
קוד:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[string: "vd"]'
/asp/start.asp, line 12
השגיאה נובעת שאני נכנס ל