Mar 13, 2001 #1 timmbo Programmer Feb 22, 2001 167 US This one is an easy one - I hope. Have an image button called clear. Onclick="myDashboardClear('customDashboard')". function myDashboardClear(frmName) { ...Reset Window...; } I just want to Reset my window. How do I get this done? TIA
This one is an easy one - I hope. Have an image button called clear. Onclick="myDashboardClear('customDashboard')". function myDashboardClear(frmName) { ...Reset Window...; } I just want to Reset my window. How do I get this done? TIA
Mar 13, 2001 #2 luciddream Programmer Nov 8, 2000 712 US onclick="document.formname.reset();" luciddream@subdimension.com Upvote 0 Downvote