473,396 Members | 1,895 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,396 software developers and data experts.

Site Issue Bhakta Steven Site

Hey one and all,

I have a web page I am working on with Dreamweaver and when I load the
page from the site in IE I get errors on lines 505, 69, 2, and 1. Can
anyone look at it? It is at http://www.geocities.com/chantnbehappy

If you can e-mail me your advice to ch*************@juno.com

Thank you!
Jul 20 '05 #1
5 1846
"Bhakta Steven" <ch*************@juno.com> wrote in message
news:c2**************************@posting.google.c om...
Hey one and all,

I have a web page I am working on with Dreamweaver


No. You took a Word document and saved it as html. Which is why you will get
errors.

Jul 20 '05 #2
Bhakta Steven wrote:
I have a web page I am working on with Dreamweaver and when I load the
page from the site in IE I get errors on lines 505, 69, 2, and 1. Can
anyone look at it? It is at http://www.geocities.com/chantnbehappy


Actually, it's at http://www.geocities.com/chantnbehappy/ -- when you
cite it as above without the trailing slash, it requires an entirely
unnecessary server redirect to get to the true address.

And the W3C validator ( http://validator.w3.org/ ) gives a lot more than
four errors... I get 148 errors from your page after overriding the
missing DOCTYPE to allow it to validate it at all.

--
== Dan ==
Dan's Mail Format Site: http://mailformat.dan.info/
Dan's Web Tips: http://webtips.dan.info/
Dan's Domain Site: http://domains.dan.info/

Jul 20 '05 #3
Peter,

Yes, I had to take the Dreamweaver page and put it somewhere else --
still get errors on it! It is at
http://www.geocities.com/chantnbehappy/indexx.htm

Can you or anyone help! The pix are not an issue at this point -- the
error it gives me in line 2 -- I don't understand it.

Steven

reply ch*************@juno.com

"Peter Connolly" <no*************@nospamrequired.com> wrote in message news:<bh*******************@news.demon.co.uk>...
"Bhakta Steven" <ch*************@juno.com> wrote in message
news:c2**************************@posting.google.c om...
Hey one and all,

I have a web page I am working on with Dreamweaver


No. You took a Word document and saved it as html. Which is why you will get
errors.

Jul 20 '05 #4

"Bhakta Steven" <ch*************@juno.com> wrote in message
news:c2************************@posting.google.com ...

"Peter Connolly" <no*************@nospamrequired.com> wrote in message

news:<bh*******************@news.demon.co.uk>...
"Bhakta Steven" <ch*************@juno.com> wrote in message
news:c2**************************@posting.google.c om...
Hey one and all,

I have a web page I am working on with Dreamweaver


No. You took a Word document and saved it as html. Which is why you will get errors.

Peter,

Yes, I had to take the Dreamweaver page and put it somewhere else --
still get errors on it! It is at
http://www.geocities.com/chantnbehappy/indexx.htm

Can you or anyone help! The pix are not an issue at this point -- the
error it gives me in line 2 -- I don't understand it.

Steven

reply ch*************@juno.com


Steven -

You didn't pay much attention to Peter's reply.
It doesn't matter if you're using Dreamweaver now to work on the page,
somewhere along the line the page was molested by MS Word.

Before asking for help, the best plan of action is to help yourself.
There are 91 HTML errors on the page.
http://validator.w3.org/check?uri=ht...1+Transitional
"Why We Won't Help You"
http://diveintomark.org/archives/200..._wont_help_you
Ultimately, your best approach is probably to completely re-do the whole
page.
--
Karl Core

Charles Sweeney says my sig is fine as it is.
Jul 20 '05 #5
Bhakta Steven wrote:
Yes, I had to take the Dreamweaver page and put it somewhere else --
still get errors on it! It is at
http://www.geocities.com/chantnbehappy/indexx.htm

Can you or anyone help! The pix are not an issue at this point -- the
error it gives me in line 2 -- I don't understand it.


Since, as far as I'm aware, MSIE doesn't give error reports regarding
bad HTML (if it did, you'd get a whole lot of error messages for every
page generated with one of their own products such as Front Page or MS
Word), I think the errors you're referring to are JavaScript errors
(a.k.a. JScript, ECMAScript, or LiveScript, depending on who you ask).
I see them too in the Mozilla JavaScript console. I think Yahoo /
GeoCities is adding goofed-up JavaScript to your site, and that may be
what's causing the problem. There are scripts listed at geocities.com
and us.toto.geo.yahoo.com, one of them referring to a nonexistent object
in your document, and the other not being in JavaScript at all; it's a
fragment of HTML code being inexplicably served under the MIME type
appropriate for JavaScript.

http://us.toto.geo.yahoo.com/toto?s=...0&t=1061423825

--
== Dan ==
Dan's Mail Format Site: http://mailformat.dan.info/
Dan's Web Tips: http://webtips.dan.info/
Dan's Domain Site: http://domains.dan.info/

Jul 20 '05 #6

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

Similar topics

7
by: Scott M. | last post by:
How can I disable the cross-site scripting check for one particular page of a site?
5
by: bclegg | last post by:
Hi, I am a web newbie writing my first intranet web site using Webforms. I remember when playing with Interdev it was possible to get a canned style for your site, 'raygun' comes to mind. Is...
8
by: Scott M. | last post by:
Sorry if this isn't the right NG for this.... What is involved in providing a small text box and submit button on my homepage that will provide site searching capabilities? I know that Index...
5
by: gerry | last post by:
single machine - W2Kserver , IIS5 , VS.NET 2003 I spent some time struggling with what looked like the dreaded asp.net debugging configuration problem but none of the solutions for this did any...
5
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
10
by: WT | last post by:
Hello, I have been publishing my web site many times to the remote where resides my final web site. Everything was ok, but to-day, without any configuration change, vs doesn't copy final files...
12
by: raghav | last post by:
Hi I am working on ASP.NET 2.0. I am developing a website using Wizard control. Based on number of steps added, next, previous, finish buttons generate automatically. After running the...
3
by: Martin Kulov [MVP] | last post by:
Hi, I am wondering if this problem is still valid for ASP.NET 2.0. "To maintain session state across different Web servers in the Web farm, the application path of the Web site (for example,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.