سوالف اندرويد




العودة   سوالف سوفت > سوالف برمجة المواقع وتطويرها > الويب والويب 2.0 والـ Semantic Web
التسجيل المدوّنات البحث مشاركات اليوم جعل الأقسام مقروءة

الوسوم:

الرد على الموضوع
 
LinkBack أدوات الموضوع
عضو نشيط جدا
#1  
خطأ في المعايير القياسيه لكود جافا

سلام عليكم

ظبطت الستايل على المعايير القياسيه و فعلا نورلي اخضر

و قلت اضيف شئ جميل عجبني و هو كود انتظار من عمايل زيزوار

و هذا الكود
كود:
<!-- Loading -->

<script type="text/javascript">
var msg= '<img src="rmdan/buttons/ajaxsmall.gif" alt="" />.... Loading';
msg+= "<br />سبحان الله و بحمده سبحان الله العظيم";
var div_msg = '<center><div id="wino_msg" class="alt1" >'+msg+'</div></center>'; 
var div_dis = '<div id="wino_load" style="display:none">'; 
document.write(div_msg,div_dis); 
window.onload = function(){ 
document.getElementById("wino_msg").style.display = "none"; 
document.getElementById("wino_load").style.display = ""; 
} 
</script>
ظهرتلي 9 اخطاء مش عارف اتخلص منهم

كود:
 Line 388, Column 57: document type does not allow element "img" here.
var msg= '<img src="rmdan/buttons/ajaxsmall.gif" alt="" />.... Loading';✉ 
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 389, Column 12: document type does not allow element "br" here.
msg+= "<br />سبحان الله و بحمده سبحان الله العظيم";✉ 
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 390, Column 22: document type does not allow element "center" here.
var div_msg = '<center><div id="wino_msg" class="alt1" >'+msg+'</div></center>…✉ 
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 391, Column 55: document type does not allow element "div" here.
var div_dis = '<div id="wino_load" style="display:none">'; ✉ 
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 397, Column 8: end tag for "div" omitted, but OMITTAG NO was specified.
</script>✉ 
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". 

 Line 391, Column 15: start tag was here.
var div_dis = '<div id="wino_load" style="display:none">';  Line 397, Column 9: XML Parsing Error: Opening and ending tag mismatch: div line 391 and script.
</script>✉ 
 Line 438, Column 7: XML Parsing Error: Opening and ending tag mismatch: script line 387 and head.
</head>✉ 
 Line 1184, Column 7: XML Parsing Error: Opening and ending tag mismatch: head line 3 and html.
</html>✉ 
 Line 1184, Column 7: XML Parsing Error: Premature end of data in tag html line 2.
</html>✉
ممكن تفيدوني






__________________
مصر
منتدى مصري
محمد
بوابة مصر is offline   قديم 01-09-2007, 06:10 PM
الرد مع إقتباس
الرد على الموضوع



أدوات الموضوع

قوانين المشاركات
لا يمكنك كتابة مواضيع جديدة
يمكنك إضافة ردود
لا يمكنك إرسال مرفقات
لا يمكنك تعديل مشاركاتك

كود vB متاح
كود [IMG] متاح
كود HTML غير متاح
Trackbacks are متاح
Pingbacks are متاح
Refbacks are متاح


المواضيع المشابهه
الموضوع كاتب الموضوع القسم الردود آخر مشاركة
المعايير القياسيه لبرامج الويب Ahmed Tohamy الويب والويب 2.0 والـ Semantic Web 18 25-08-2007 08:19 AM
خطأ عقدني : ) في المعايير القياسيه t-net البرمجية القياسية Ajax +XML+ CSS+ JavaScript وغيرها 15 07-06-2007 11:35 PM
المعايير القياسيه 2 ..سؤالين موقع روش البرمجية القياسية Ajax +XML+ CSS+ JavaScript وغيرها 3 16-01-2007 09:01 AM
الاصدار 1.5.0 من برنامج منتديات MySmartBB Arab Domains الإصلاح والصيانة 31 04-10-2006 10:48 PM
خطأ جافا في IPB2.1 M6NU5 الإصلاح والصيانة 4 22-09-2005 10:28 PM


جميع الأوقات بتوقيت غرينتش +3. الوقت الآن هو 06:29 AM.