PHP & java help

nadman123

Junior member
  • Mar 12, 2008
    53
    0
    6
    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......