View Single Post
ישן 22-04-08, 13:46   # 2
Daniel
אחראי פורום
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
הודעות: 2,875

Daniel לא מחובר  

ציטוט:
נכתב במקור על ידי guycohen צפה בהודעה
יש לי עמוד HTML ומוגדר בו הקידוד \ השפה UTF-8

זהו החלק העליון:
קוד:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<title>Untitled</title>
	<link href="style.css" rel="stylesheet" type="text/css">
	<script language="JavaScript" type="text/JavaScript">
		function load_content () {
			if (parent.document.getElementById('main_div')) {
				parent.document.getElementById('main_div').innerHTML=document.getElementById('inner_frame').innerHTML;
			}
			if (!parent.document.getElementById('main_div')) {
			window.location=('index.html') ;
			}
		}
	</script>
<style type="text/css">
.style1 {
	color: #000000;
}
</style>
</head>
<body onload="load_content()">
<div id="inner_frame">
כשאני נכנס לאתר אני רואה את העברית בריבועים כלומר כל אות ריבוע כזה ואין עברית
איך אפשר לסדר?
*מנחש את שאר קוד הדף*
לא, אין בינינו טלפתיה. תוכל להביא את שאר קוד הדף?
  Reply With Quote