hi guys,
in the below code where do i need to put the escape character(\)???
just write the corrected code plz....
<script language="javascript">
function confirm_delete()
{
window.location='CustModify.php?custno=
<?php echo $_GET["custno"]; ?>&Action=ConfirmDelete';
}
</script>
thanx in advance......
in the below code where do i need to put the escape character(\)???
just write the corrected code plz....
<script language="javascript">
function confirm_delete()
{
window.location='CustModify.php?custno=
<?php echo $_GET["custno"]; ?>&Action=ConfirmDelete';
}
</script>
thanx in advance......