Aşağıdaki Hatalar Oluştu:
Warning [2] preg_match(): The /e modifier is no longer supported, use preg_replace_callback instead - Line: 357 - File: inc/class_parser.php PHP 7.4.33 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/class_parser.php 357 preg_match
/inc/class_parser.php 153 postParser->parse_mycode
/printthread.php 156 postParser->parse_message
Warning [2] preg_match(): The /e modifier is no longer supported, use preg_replace_callback instead - Line: 364 - File: inc/class_parser.php PHP 7.4.33 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/class_parser.php 364 preg_match
/inc/class_parser.php 153 postParser->parse_mycode
/printthread.php 156 postParser->parse_message



AlimAllah-Bilim Allah'ın yasasıdır.-Kuran, islam, bilgi paylaşımı üzerine
document write kodu uygulaması - Baskı Önizleme

+- AlimAllah-Bilim Allah'ın yasasıdır.-Kuran, islam, bilgi paylaşımı üzerine (http://forum.alimallah.com)
+-- Forum: Diğer Konular (/forum-Diger-Konular-6)
+--- Forum: webmasterlar için (/forum-webmasterlar-icin-24)
+--- Konu Başlığı: document write kodu uygulaması (/konu-document-write-kodu-uygulamasi-32232.html)



document write kodu uygulaması - admin - 08.11.2015 11:15

<!DOCTYPE html>
<html>
<body>

<h1>denemee</h1>
<p>alimallah deneme.</p>

<script>
document.write(5 + 6);
</script>

</body>
</html>