On an ASP page:
-----------------------
I need to call this javascript:
function fnDelEdit(pOpCd, pTxId, pCommentType, pCommentSeq, pOwnerType, pOwnerSeq, strCreatedBy)
-----------------------
from this vbscript:
If NOT ( objRs.BOF And objRs.EOF ) Then
Call writeRecords(pPgNbr, objRs)
Else
CALL THE JAVASCRIPT function fnDelEdit
End If
-----------------------
I cannot figure out how to do this. Your assistance is greatly appreciated. Thank you.
-----------------------
I need to call this javascript:
function fnDelEdit(pOpCd, pTxId, pCommentType, pCommentSeq, pOwnerType, pOwnerSeq, strCreatedBy)
-----------------------
from this vbscript:
If NOT ( objRs.BOF And objRs.EOF ) Then
Call writeRecords(pPgNbr, objRs)
Else
CALL THE JAVASCRIPT function fnDelEdit
End If
-----------------------
I cannot figure out how to do this. Your assistance is greatly appreciated. Thank you.