deddleston
Programmer
I have this script:
<SCRIPT LANGUAGE=javascript>
<!--
function allowReset(){
if( window.confirm("Are you sure to clear the form?"
)
data.reset();
}
//-->
</SCRIPT>
But when i reset it, i need to reset the page so the url equals:
metadata_search_facility.jsp?solName=null&component_name=All%20IM%20Solutions&instanceName=All%20IM%20Component%20Databases
as well as reseting the form values M$ arn't the only option!
<SCRIPT LANGUAGE=javascript>
<!--
function allowReset(){
if( window.confirm("Are you sure to clear the form?"
data.reset();
}
//-->
</SCRIPT>
But when i reset it, i need to reset the page so the url equals:
metadata_search_facility.jsp?solName=null&component_name=All%20IM%20Solutions&instanceName=All%20IM%20Component%20Databases
as well as reseting the form values M$ arn't the only option!