Thread
:
Clearing values from form and ASP variables
View Single Post
#
2
(
permalink
)
September 24th, 2003, 03:40 AM
DaveGerard
Friend of Wrox
Points: 350, Level: 6
Activity: 0%
Join Date: Sep 2003
Location: Minneapolis, MN, USA.
Posts: 171
Thanks: 0
Thanked 0 Times in 0 Posts
<%
Score = nothing
Points = nothing
%>
You can use JavaScript to reset a form upon entering the page. Something like document.form.reset()
Hope that helps.
DaveGerard
View Public Profile
Visit DaveGerard's homepage!
Find all posts by DaveGerard