|
-
Aug 17th, 2000, 03:34 AM
#1
Thread Starter
Fanatic Member
When i run my update statement i get an error saying "document.form1.txtyearstart.value" is not an object"?? Any suggestions?
function btnUpdate_onclick(){
var strAddress = 'FinancialYear.asp?Action="U"' +
'&yearstart='document.form1.txtyearstart.value +
'&yearend=' + document.form1.txtyearend.value +
'&userid=<%=strStampUser%>'
window.location = strAddress
}
-->
Thanks in advance!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|