Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.
-
txnovice #1
Script Error after making changes
First, I am not a website designer. I own a website and have been making minor
(text) changes using Contribute since I didn't need to know html. I started a
couple of years ago just using the trial and never had any problems with it,
but about a month ago bought it...CS3.
After sitting down and making some changes, I published and then got:
Script Error
Line: 17
Char: 1
Error: Object required
Code: 0
URL; [url]http://www.dirty-dog.com/contact/[/url]
I've looked at the source code, found line 17, but have no idea what I'm
supposed to do. I think this is an easy fix, right? Can someone explain in
"plain english" what I need to do?
Also, one day I somehow fixed it...just by moving stuff around on the page. I
also made some changes to other pages, thought they were published (looked at
all of them), but when I went back yesterday, all the changes were gone?!? How
is that possible??? I'm going to try to paste the code here....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Contact Us: Dirty Dog Self-Serve Dog Wash - Austin, Texas</title>
<link rel="stylesheet" type="text/css" media="screen"
href="../css/style.css"/>
<link rel="stylesheet" href="../css/sIFR-screen.css" type="text/css"
media="screen" />
<link rel="stylesheet" href="../css/sIFR-print.css" type="text/css"
media="print" />
<script src="../js/sifr.js" type="text/javascript"></script>
<script src="../js/ierollovermenu.js" type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
<style type="text/css">
<!--
.style1 {
color: #000000;
font-weight: bold;
}
.style2 {color: #000000}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="header"> <img src="../css/images/leftdog.gif" height="102"
width="162"> <a href="../"><img src="../css/images/logo.gif" height="102"
width="393" alt="Dirty Dog Self-Serve Dog Wash" title="Dirty Dog logo"
border="0"></a> <a href=""><img src="../css/images/bofa.gif" height="102"
width="166" alt="Best of Austin 2004" title="Best of Austin 2004"
border="0"></a> </div>
<div id="navigation">
<div id="mainnav">
<ul style="margin-bottom: 0">
<li id="mainnav-home"><a href="../"
class="selected"><span>Home</span></a></li>
<li id="mainnav-how"><a href="../how"><span>How It
Works</span></a></li>
<li id="mainnav-services"><a><span>Services and Pricing</span></a>
<ul>
<li><a href="../services/dogwash">dog wash</a></li>
<li><a href="../services/trainingandpetcare">training & pet
care</a></li>
</ul>
</li>
<li id="mainnav-hours"><a
href="../locations"><span>Locations</span></a></li>
<li id="mainnav-story"><a href="../story"><span>Our
Story</span></a></li>
<li id="mainnav-links"><a href="../links"><span>Links</span></a></li>
<li id="mainnav-press"><a href="../press"><span>Press</span></a></li>
<li id="mainnav-gallery"><a
href="../gallery"><span>Gallery</span></a></li>
<li id="mainnav-contact"><a href="../contact"><span>Contact
Us</span></a></li>
</ul>
</div>
</div>
<div id="content-contact">
<h2> </h2>
<h4 style="margin-bottom: 0;">email us:</h4>
<p style="margin-top: 0; margin-bottom: 0;"><span
class="style2"><strong>Austin locations:</strong></span><a
href="mailto:info@dirty-dog.com"> [email]info@dirty-dog.com[/email]</a> </p>
<p style="margin-top: 0; margin-bottom: 0;"><strong><span class="style2">San
Antonio:</span> &nb sp;
</strong><a
href="mailto:melissa@washshakewag.com">melissa@was hshakewag.com</a> </p>
<h4 style="margin-top: 0; margin-bottom: 0;">phone us:</h4>
<p style="margin-top: 0; margin-bottom: 0;"><span class="style1">North
Lamar</span>
512.453.3647</p>
<p style="margin-top: 0; margin-bottom: 0;"><span class="style1">South
First</span> &nb sp; &n
bsp; 512.443.0013</p>
<p style="margin-top: 0; margin-bottom: 0;"><span class="style1">William
Cannon</span> 512.383.0444</p>
<p style="margin-top: 0;"><span class="style1">San
Antonio </span> &nb sp;
210.451.0309 </p>
<p style="margin-bottom: 0;"> </p>
<h3 style="margin-top: 0;">join our newsletter</h3>
<p style="margin-bottom: 0;"><a
href="mailto:info@dirty-dog.com?subject=Sign%20me%20up%20for%20the%20newsl etter.
">Click here to sign up for our newsletter.</a></p>
</div>
<div id="footer">
<ul style="margin-bottom: 0">
<li><a href="../"><span>Home</span></a></li>
<li><a href="../how"><span>How It Works</span></a></li>
<li><a href="../services/dogwash"><span>Services and
Pricing</span></a></li>
<li><a href="../location"><span>Hours</span></a></li>
<li><a href="../story"><span>Our Story</span></a></li>
<li><a href="../links"><span>Links</span></a></li>
<li><a href="../press"><span>Press</span></a></li>
<li><a href="../gallery"><span>Gallery</span></a></li>
<li><a href="../contact"><span>Contact Us</span></a></li>
</ul>
</div>
</div>
<p class="copyright">© Copyright 2005, Dirty Dog Self-Serve Dog Wash </p>
</body>
</html>
txnovice Guest
-
PDF-making Script
Is there a script to get pdfs made automatically? Currently, I am making pdfs by processing ad after ad by making a ps file and then dragging it into... -
Shader script is making error in Shockwave
Hi My script for creating a shader seems to be preventing my project from being able to be viewed in Shockwave format. It works fine as a... -
Making a script write to a file (take 2)
G'day all I'm trying to get a script to write (append) data to the bottom line of a text file (*.dat). I know the variables I want to add but... -
Making a script write to a file
G'day all -
Making Files Readonly With a script
On Tue, 26 Aug 2003 21:50:02 +0100, JRH <john.nntp@yoredale2003.uklinux.net> wrote: For the cron.daily script, make sure you use full paths for...



Reply With Quote

