本文介绍了错误="必需属性'FOO'未指定“的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到以下错误:


"您没有指定元素的必需属性。最常见的
常见的省略属性是AREA的ALT属性或

IMG元素;如果用户已禁用图像加载,浏览器通常会使用这些菜单为客户端图像映射构建一个等价的菜单

,所以

你会想要使用这里有意义的价值


这里是代码:


< script language =" JavaScript"

< / script> src =" http://www.fantafiction.com/smartad/action/adImprScripting.asp?GId = 56& amp; TId = 1& amp; BSize = 0"> < / script>


这里有什么问题?


-

Torbj?来自Pettersen

编辑/网站管理员

FantaFiction


I get the following error:

"You left off a required attribute of the indicated element. The most
common such omitted attribute is the ALT attribute of the AREA or
IMG element; browsers will typically use these to build a menu equivalent
to your client-side image map if the user has disabled image loading, so
you''ll want to use a meaningful value here"

Here''s the code:

<script language="JavaScript"
</script>src="http://www.fantafiction.com/smartad/action/adImprScripting.asp?GId=56&amp;TId=1&amp;BSize=0"> </script>

What is wrong here?

--
Torbj?rn Pettersen
Editor/Webmaster
FantaFiction

www.fantafiction.com

推荐答案



出于个人的好奇心,Frontpage 6是否确实在

页面中创建了标记?

-

Andrew Urquhart

- 常见问题:

- 存档:

- 联系方式:

- 雇用我:前台/中层ASP开发人员与WAI&网络标准


Out of personal curiosity, did Frontpage 6 really create the markup in
that page?
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards




出于个人的好奇心,Frontpage 6是否确实在

页面中创建了标记?

-

Andrew Urquhart

- 常见问题:

- 存档:

- 联系方式:

- 雇用我:前台/中层ASP开发人员与WAI&网络标准


Out of personal curiosity, did Frontpage 6 really create the markup in
that page?
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards



< / script> src =" http://www.fantafiction.com/ smartad / action / adImprScripting
.asp?GId = 56& amp; TId = 1& amp; BSize = 0">< / script>


</script>src="http://www.fantafiction.com/smartad/action/adImprScripting
.asp?GId=56&amp;TId=1&amp;BSize=0"></script>



< script type =" text / javascript"
src =" /smartad/action/adImprScripting.asp?GId = 56& amp; TId = 1放大器;放大器; BSIZE = 0"> <
/ script>



<script type="text/javascript"
src="/smartad/action/adImprScripting.asp?GId=56&amp;TId=1&amp;BSize=0"> <
/script>


出于个人的好奇心,Frontpage 6真的在那个页面上创建了标记吗?


Out of personal curiosity, did Frontpage 6 really create the markup in
that page?




有趣的是:在< html>

标记之前的整个主体(没有结束标记)并包含如下序列:


< center>

< div align =" center">

< center>





< / tr>

< / center>

< center>

< / table>

< / center>

< / div>

< / center>


然而它在IE6,Firefox中完全显示,并且(几乎除了婴儿图片中的顶部

边框外)在Netscape 4.7中显示。那个怎么样!如何解释

呢?



Interesting: an entire body (without an end tag) that precedes the <html>
tag and includes such sequences as

<center>
<div align="center">
<center>

and

</tr>
</center>
<center>
</table>
</center>
</div>
</center>

And yet it displays in full in IE6, Firefox, and (almost, except for a top
border on the baby picture) in Netscape 4.7. How about that! How to explain
it?


这篇关于错误=&quot;必需属性'FOO'未指定“的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 07:29
查看更多