One Hat Cyber Team
Your IP :
216.73.216.155
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
public_html
/
admin
/
editor
/
dtd
/
View File Name :
fck_dtd_test.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>DTD Test Page</title> <script type="text/javascript"> // Define an object for this test page, so the assignment to FCK.DTD works var FCK = {} ; </script> <script type="text/javascript" src="../_source/internals/fcktools.js"></script> <script type="text/javascript" src="fck_xhtml10transitional.js"></script> </head> <body> <h1> DTD Contents </h1> <table border="1"> <script type="text/javascript"> for ( var p in FCK.DTD ) { document.write( '<tr><td><b>' + p + '</b></td><td>' ) ; var isFirst = true ; for ( var c in FCK.DTD[p] ) { if ( !isFirst ) document.write( ', ' ) ; isFirst = false ; document.write( c ) ; } document.write( '</td></tr>' ) ; } </script> </table> </body> </html>