UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
newtest.php
<?php include "top1.php";?> <HTML> <HEAD> <TITLE>New Document</TITLE> <!-- datatables script --> <script> $(document).ready(function(){ getuhid(); }); function getuhid() { $.ajax({ method: 'POST', url: 'get_point.php', dataType: "JSON", success: function(data) { alert(data.left1); var domElement = document.getElementById('name'); domElement.style.position = "absolute"; domElement.style.top = data.top1+'px'; //or whatever domElement.style.left = data.left1+'px'; // o var d1 = document.getElementById('lblTitle1'); d1.style.position = "absolute"; d1.style.left = data.left1-100+'px'; d1.style.top = data.top1+'px' } }); } function placeDiv(x_pos, y_pos) { var d = document.getElementById('name'); d.style.position = "absolute"; d.style.left = x_pos+'px'; d.style.top = y_pos+'px'; var d = document.getElementById('lblTitle1'); d.style.position = "absolute"; d.style.left = x_pos+'px'; d.style.top = y_pos+'px'; } </script> </HEAD> <BODY> <div style top="100px"> <label id="lblTitle1" name="lblTitle1">Patient Name</label> <label id="name" name="name">Patient Name</label> </div> <button type="submit" class="btn btn-default" id="btnsave" name="btnsave" onclick="placeDiv(300,400);">SAVE</button> </BODY> </HTML>
Copyright © 2025 - UnknownSec