This is the response I'm getting

<HTML><TITLE>Expression Of Experience</TITLE> <style type="text/css">textarea.invisible{visibility:hidden}</style><l +ink rel='stylesheet' type='text/css' media='all' href='css/calendar-w +in2k-1.css' title='brown' /> <link rel='stylesheet' type='text/css' media='all' href='css/timesheet +.css' title='timesheet' /> <link rel='stylesheet' type='text/css' href='new_style.css' /> <head><script type='text/javascript' src='./js/timesheet.js' language= +'javascript1.2'></script> <script type='text/javascript' src='./js/downloads/calendar.js' langua +ge='javascript1.2'></script> <script type='text/javascript' src='./js/weekly_report.js' language='j +avascript1.2'></script> <script type='text/javascript' src='./js/downloads/daily_report.js' la +nguage='javascript1.2'></script> <script type='text/javascript' src='./js/add_color.js' language='javas +cript1.2'></script> <script type='text/javascript' src='./js/downloads/calendar.js' langua +ge='javascript1.2'></script> <script type='text/javascript' src='./js/downloads/lang/calendar-en.js +' language='javascript1.2'></script> <script type='text/javascript' src='./js/downloads/calendar-setup.js' +language='javascript1.2'></script> <script type='text/javascript' src='./js/downloads/sorttable.js' langu +age='javascript1.2'></script> <script type='text/javascript' src='./js/revoke_perm.js' language='jav +ascript1.2'></script> <noscript>Sorry! You require a JS enabled web browser.</noscript> </head><BODY BGCOLOR='#ffffff' TEXT='navy' LINK='navy' ALINK='red' VLI +NK='navy' id=background><h4 class=heading_internal> <U>Upload IdeaN +otes File</U></h4> <HR size=1> <BR><FORM NAME=CUR_UPLOAD ENCTYPE='multipart/form-data' ME +THOD=POST ACTION='upload.php' TARGET='xox_frame'><INPUT NAME='LOG_FIL +E' TYPE='HIDDEN' VALUE='/timesheet/logs/UPLOADS/parse_out.abubacker'> +</INPUT><INPUT NAME='XOX_FILE' TYPE='HIDDEN' VALUE='/timesheet/logs/U +PLOADS/abubacker'></INPUT><INPUT NAME='ALREADY_UP' ID='ALREADY_UP' TY +PE='HIDDEN' VALUE='0'></INPUT><INPUT NAME='XOX_DATE' ID='XOX_DATE' TY +PE='HIDDEN' VALUE='0'></INPUT><div id='ERROR_STR'> </div><script> sta=confirm('XOX is already uploaded, +Do you want overwrite the XOX?'); if(sta == true){ // submit the form again document.getElementById('ALREADY_UP'). +value ='1'; document.getElementById('XOX_DATE').va +lue ='13/10/2009'; // alert(document.getElementById( +'ALREADY_UP').value); document.CUR_UPLOAD.submit(); } else { document.getElementById('ERROR_STR').i +nnerHTML= 'The XOX upload cancelled by User'; } </script> </form></body></html>

I want that true part shuold execute
please tell me how to figure out this issue


In reply to Re^2: Access Java script using perl by Anonymous Monk
in thread Access Java script using perl by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.