Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 25, 2012, 10:34:49 AM

Pages: [1]   Go Down
  Print  
Author Topic: DeBug..  (Read 289 times)
Måd Hatter
Spacescooter Operator
*****
Offline Offline

Posts: 43


WWW
« on: December 10, 2002, 02:33:00 PM »

I'm having a heck of a time trying to find out whats wrong with my code here.

http://saturn.lunarpages.com/~svenh1/liquidbeat/photos/

Try the gallery called "Contact"..  I keep on getting this error saying that an Object is Expected.. on line 21, character 1

I have no idea what it means, and I can't find anything wrong on that line..  it looks just like everything else.

Please help, this is driving me CrAzY!

Thanks!

-->Sven
..::liquidbeat productions::..
Logged
Johnny
MR-Disabled
Über Jedi
*
Offline Offline

Posts: 1914



« Reply #1 on: December 10, 2002, 05:10:00 PM »

You might try changing this piece of code:

code:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.79 [en] (Win95; U) [Netscape]">
<meta name="Author" content="lb">
<title>liquidbeat///photos</title>
<frameset cols="180,20,*" border="0" framespacing="0" frameborder="0">
<frame name="left-frame" src="left-frame.html" scrolling="no">
<frame name="center-frame" src="center-frame.html" scrolling="no">
<frame name="right-frame" src="right-frame.html" scrolling="no">
<noframes>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000">
<font face="Arial,Helvetica"><font size=-1>This page
uses frames, but your browser doesn't support them. -lb</font></font>
<p><font face="Arial,Helvetica"><font size=-1><a href="http://neptune.lunarpages.com/~svenh1/liquidbeat/central.htm">&lt;&lt;
Back to Main</a></font></font>
</body>
</noframes>
</frameset>
</html>

To this:
code:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>liquidbeat///photos</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.79 [en] (Win95; U) [Netscape]">
<meta name="Author" content="lb">
</head>
<frameset cols="180,20,*" border="0" framespacing="0" frameborder="0">
<frame name="left-frame" src="left-frame.html" scrolling="no">
<frame name="center-frame" src="center-frame.html" scrolling="no">
<frame name="right-frame" src="right-frame.html" scrolling="no">
</frameset>
<noframes>
<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000">
<font face="Arial,Helvetica"><font size=-1>This page
uses frames, but your browser doesn't support them. -lb</font></font>
<p><font face="Arial,Helvetica"><font size=-1><a href="http://neptune.lunarpages.com/~svenh1/liquidbeat/central.htm">&lt;&lt;
Back to Main</a></font></font>
</body>
</noframes>
</html>

I noticed too, that you have the links in the left-frame.html opening up in the centerframe. You might want to have them open up in the right-frame.html

Also, the error is coming from the centerframe.
 
 [ December 11, 2002, 01:36 AM: Message edited by: whoisthis ]
Logged

Pages: [1]   Go Up
  Print  
 
Jump to: