|
-
Aug 16th, 2000, 05:22 AM
#1
Thread Starter
Fanatic Member
The code for my button on click event doesnt work....think the syntax is incorrect..any suggestions?
Function btnUpdate_onclick(){
var strAddress = 'FinancialYear.asp?Action="U"' +
'&yearstart=' + document.form1("yearstart").value +
'&yearend=' + document.form1("yearend").value +
'&userid=' + document.form1("userid").value +
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
|