onclick="window.open($a)"
Related questions
<?php $a = 'Symmetric multivibrator.pdf'; ?> <!DOCTYPE html> <html> the <head> the <script> let a = '<?=$a?>'</script> </head> the <body> <form action="<?php echo $_SERVER['PHP_SELF'];?>" method="POST"> <input type="submit" value="Open" name="open" onclick="window.open(a)"> </form> </body> </html>
Find more questions by tags PHP
- Jabari commented on April 19th 20 at 12:42