One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
vo
/
public_html
/
cal
/
tigra
/
Edit File:
index.html
<html> <head> <title>JavaScript Calendar - Demo</title> <style> a, A:link, a:visited, a:active {color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px} A:hover {color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px} p, tr, td, ul, li {color: #000000; font-family: Tahoma, Verdana; font-size: 11px} ul, li {color: #000000; font-family: Tahoma, Verdana; font-size: 11px; margin-left: 10px;} form {margin: 5px;} .header1, h1 {color: #ffffff; background: #4682B4; font-weight: bold; font-family: Tahoma, Verdana; font-size: 13px; margin: 0px; padding: 2px;} .header2, h2 {color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;} .intd {color: #000000; font-family: Tahoma, Verdana; font-size: 11px; padding-left: 15px;} </style> <!-- European format dd-mm-yyyy --> <script language="JavaScript" src="calendar1.js"></script><!-- Date only with year scrolling --> </head> <body bottommargin="15" topmargin="15" leftmargin="15" rightmargin="15" marginheight="15" marginwidth="15" bgcolor="white"> <form name="tstest"> Select Date (w/o year scrl.):<br> <input type="Text" name="input2" value=""> <a href="javascript:cal2.popup();"><img src="img/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the date"></a><br> </form> <script language="JavaScript"> <!-- // create calendar object(s) just after form tag closed var cal2 = new calendar1(document.forms['tstest'].elements['input2']); cal2.year_scroll = false; cal2.time_comp = false; //--> </script> </body> </html>
Simpan