Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript & asp

Status
Not open for further replies.

mary555

Programmer
Nov 9, 2005
185
CA
can anyone tell me how to put my asp code into my javascript block of code. for example, this is what i want:


<script language="javascript">
function chkSubmit(){

document.frmr.submit();
document.form1.action="update.asp?ReferenceID=<%=RS("OutageReferenceID")%>"
}

</script>

is there a way to do this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top