PDA

View Full Version : Error on page...


afe
11-25-2007, 02:45 AM
((1))Hello, can anyone tell me why I get this error on my page. http://www.athletes4excellence.com/newlayout.php

On the taskbar, "Done, but with errors on page".

((2))Does anyone know where I can get the code for the tabbed panels like "Featured Videos" or "About RunnerSpace.com" on this website... http://runnerspace.com/index.php


Thanks!!:)

srule_
11-25-2007, 04:23 AM
1) I do not see any error on your page. Please be more clear on what you are talking about.

2) The tabs used on http://runnerspace.com/index.php use AJAX. To find out more info on them try googling "AJAX TABS" or asking in the Javascript section.

jcdevelopment
11-25-2007, 05:16 AM
I also did not get an error when i went to the page...

afe
11-25-2007, 05:28 PM
http://www.athletes4excellence.com/erroronpage.JPG

Apostropartheid
11-25-2007, 05:50 PM
IE says: Line 138, object expected. This is something to do with JavaScript on your page. Namely, filltext() is undefined. Remove that line and you won't get an error.

(NB: What he's talking about is the in-built JS debugger that IE ships with. It's nice =].)

afe
11-25-2007, 05:59 PM
Thanks! One more question, how come my menu is not going all across the window, it's about half an inch away from the left side.

jlhaslip
11-25-2007, 06:36 PM
Fix the Input tag warnings by closing the tags.
Consolidate all of your style tags into the Head section and run the page through the w3c validator. Once the warnings are gone, have another look and post back here.

afe
11-25-2007, 06:53 PM
thanks!