473,320 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Error = "required attribute 'FOO' not specified"

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
Jul 20 '05 #1
14 2794
Torbjørn Pettersen wrote:
<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?
<script type="text/javascript"
src="/smartad/action/adImprScripting.asp?GId=56&amp;TId=1&amp;BSize=0"> <
/script>
www.fantafiction.com

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
Jul 20 '05 #2
Torbjørn Pettersen wrote:
<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?
<script type="text/javascript"
src="/smartad/action/adImprScripting.asp?GId=56&amp;TId=1&amp;BSize=0"> <
/script>
www.fantafiction.com

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
Jul 20 '05 #3

"Andrew Urquhart" <re***@website.in.sig> wrote in message
news:5S***************@newsfe2-gui.server.ntli.net...
Torbjørn Pettersen wrote:
<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?


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

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


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?

Jul 20 '05 #4

"Andrew Urquhart" <re***@website.in.sig> wrote in message
news:5S***************@newsfe2-gui.server.ntli.net...
Torbjørn Pettersen wrote:
<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?


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

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


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?

Jul 20 '05 #5
Harlan Messinger wrote:
Andrew Urquhart wrote:
Torbjørn Pettersen wrote:
www.fantafiction.com Out of personal curiosity, did Frontpage 6 really create the markup
in that page?


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

<cut /> 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!
Opera 7.23 too
How to explain it?


I don't know but it sure does taste good:
http://homepage.ntlworld.com/andrewu...ke/tagsoup.jpg
--
Andrew Urquhart
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #6
Harlan Messinger wrote:
Andrew Urquhart wrote:
Torbjørn Pettersen wrote:
www.fantafiction.com Out of personal curiosity, did Frontpage 6 really create the markup
in that page?


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

<cut /> 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!
Opera 7.23 too
How to explain it?


I don't know but it sure does taste good:
http://homepage.ntlworld.com/andrewu...ke/tagsoup.jpg
--
Andrew Urquhart
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #7
Andrew Urquhart wrote...
<script type="text/javascript"
src="/smartad/action/adImprScripting.asp?GId=56&amp;TId=1&amp;BSize=0"> <
/script>


That did the trick! Thanks. :-)
www.fantafiction.com

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


More or less, yes.... Most of it is FrontPage, some is hand coded by me, and some is
hand coded by others (ASP code that is). Looks like a bomb in a HTML factory. ;-)
And it's taking me forever to clean up each page, but I'm getting there. :-)

--
Torbjørn Pettersen
Editor/Webmaster
FantaFiction

www.fantafiction.com
Jul 20 '05 #8
Andrew Urquhart wrote...
<script type="text/javascript"
src="/smartad/action/adImprScripting.asp?GId=56&amp;TId=1&amp;BSize=0"> <
/script>


That did the trick! Thanks. :-)
www.fantafiction.com

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


More or less, yes.... Most of it is FrontPage, some is hand coded by me, and some is
hand coded by others (ASP code that is). Looks like a bomb in a HTML factory. ;-)
And it's taking me forever to clean up each page, but I'm getting there. :-)

--
Torbjørn Pettersen
Editor/Webmaster
FantaFiction

www.fantafiction.com
Jul 20 '05 #9
Harlan Messinger wrote...
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?


The wonders of SSI. ;-) Here is the actual code (minus some asp before the <html>.

---Start Code---
<!-- #include virtual="header.inc" -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>FantaFiction - Main Page</title>
<style fprolloverstyle>A:hover {color: #000080}
</style>
</head>

<body stylesrc="main.htm">
---End Code---

I made it before I found out that the SSI didn't _have_ to go on the top of the page,
before everything else. ;-)

--
Torbjørn Pettersen
Editor/Webmaster
FantaFiction

www.fantafiction.com
Jul 20 '05 #10
Harlan Messinger wrote...
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?


The wonders of SSI. ;-) Here is the actual code (minus some asp before the <html>.

---Start Code---
<!-- #include virtual="header.inc" -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>FantaFiction - Main Page</title>
<style fprolloverstyle>A:hover {color: #000080}
</style>
</head>

<body stylesrc="main.htm">
---End Code---

I made it before I found out that the SSI didn't _have_ to go on the top of the page,
before everything else. ;-)

--
Torbjørn Pettersen
Editor/Webmaster
FantaFiction

www.fantafiction.com
Jul 20 '05 #11
Andrew Urquhart wrote:
http://homepage.ntlworld.com/andrewu...ke/tagsoup.jpg


rotflmao
The "extra chunky" bit is a nice touch.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #12
Andrew Urquhart wrote:
http://homepage.ntlworld.com/andrewu...ke/tagsoup.jpg


rotflmao
The "extra chunky" bit is a nice touch.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #13
Brian wrote:
Andrew Urquhart wrote:
http://homepage.ntlworld.com/andrewu...ke/tagsoup.jpg


rotflmao
The "extra chunky" bit is a nice touch.


I didn't think "condensed" was appropriate :-)
--
Andrew Urquhart
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #14
Brian wrote:
Andrew Urquhart wrote:
http://homepage.ntlworld.com/andrewu...ke/tagsoup.jpg


rotflmao
The "extra chunky" bit is a nice touch.


I didn't think "condensed" was appropriate :-)
--
Andrew Urquhart
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Alan Howard | last post by:
Hi there, I can't seem to find any info on this error message that's generated when sending email with CDO: "The pickup directory path is required and was not specified" Does anyone know...
2
by: Dave Hammond | last post by:
I've got what should be a simple assignment of either an element value or a default string to a variable, but when the element doesn't exist I get an "Object required" error rather than an...
5
by: vilhelm.sjoberg | last post by:
Hello, I am a resonably confident C programmer, but not very sure about the dark corners of C++. Recently, I had G++ give me a strange error. The program in question is in essence: struct...
5
by: crystalattice | last post by:
I've finally figured out the basics of OOP; I've created a basic character creation class for my game and it works reasonably well. Now that I'm trying to build a subclass that has methods to...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.