Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
data _null_;
    file _webout;
    put ;
    put '<head>';
    put '<script language="javascript">';
    put '<!--';
    /*put 'window.opener.location.reload();';*/
    put 'window.setTimeout(function () {window.location.reload();}, 30000);';
    /*put 'setTimeout("self.close();",1000)';*/
    put '//-->';
    put '</script>';
    put '</head>';
    put '<br><font FACE=VERDANA SIZE=-1 color=#000000>  The QUALITY COMPLAINT has been updated.';
    put '<br></font>';
run;






put 'Upload Image ';

What I have tried:

Hi

when I try to click on Upload Image then File browse in showing in Google Chrome Browser and when I try to open on Internet Explore the It is working Fine so Could you Please help me how 's this will work on google chrome please help
Posted
Updated 30-Jun-22 2:34am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900