Dear appari
Tanx..
i have to call a com function onchange event only.
for this i am using a hidden box and changing the value on change
on first launch the value doesn't mactch and the function is not called .. it's ok
onchange the value changes and the function is called. it's ok.
on refresh button click the request.form returns the same value in the input box even though i reset it.
how can i set a ASP variable from a event based vbscript?
so that i can call the COM function on this event only?
or how to call COM function from event based script?
Regards.
Viswanath.
Main Topics
Browse All Topics





by: appariPosted on 2002-07-29 at 04:47:46ID: 7185007
as far as i know there is no function in ASP that runs while the user presses the Refresh/F5 button.
anyway you are setting the hidden variable to 1 on change event, always assign "" from asp page instead of assigning 1 on refresh. that should work.