View Full Version : errors


aero_misao
01-31-2003, 03:17 PM
i've done some searching over my code...
but to no avail...
since i almost memorized how my code looks like, could someone please help me find those three errors i always come accross?!
click here (http://www16.brinkster.com/higfalutin/kadal.htm) to see those errors and the code...
i've been at it for more than 5 hrs now..
i need to sleep..
please help...
i need it badly...
thanks in advance!


btw, you guys should try to listen to Stephen Speaks, those guys are amazing... :)

Sheila
01-31-2003, 03:20 PM
Is the site down, because the link is not working for me.

aero_misao
02-01-2003, 01:55 AM
oops...
sorry, i missed a letter...


http://www16.brinkster.com/highfalutin/kadal.htm


i typed that at 12:45am...
hehehe...
sorry again...

pb&j
02-01-2003, 04:01 AM
This part seems to have an extra ending script tag in it...

<script language="javascript">
<!--
</script>
function popup25()
{ window.open ("images/kada/kada12.jpg","popup25"," width=650,height=450,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>

Plus there is probably a MUCH better and smaller way to make this popup picture in window thing work for you instead of having all of those seperate functions. Ask in the javascript forum on how to make it only one function. The links themselves could pass a value into the function to tell it what image to use.

Good luck!

aero_misao
02-01-2003, 09:26 AM
uhm..
thanks for the help...
but it didn't work...

about the bazillion script...
i tried searching..
but in vain..
or maybe i was just staring waaay too much at my pc...
have any ideas?

thanks in advance!

epolady
02-01-2003, 10:25 AM
I know pop up 17 has an error

function popup17) (in the <head>)

I'm not getting an error everything I refresh, perhaps taking pb&j's suggestion might help dramatically, or try the script I use..
http://epo.250free.com/html.html


I really hate how this forum breaks up scripts, etc *grumbles*

aero_misao
02-01-2003, 11:22 AM
ok, i'll try that one..
:)
my code will be cleaner after this... :)

thanks for the help!

aero_misao
02-03-2003, 07:37 AM
ok...
my links page have 3 errors..
i've done some reading but i just can't find it...
please help..
click here (http://www16.brinkster.com/highfalutin/links.htm) to see the page and the code..

thanks so much! :)

epolady
02-03-2003, 07:51 AM
I'm not getting any errors :confusion

aero_misao
02-04-2003, 07:45 AM
really?
that's weird...
i get them all the time...
or maybe it's my pc?
hmm...
i'll go check some more...

thanks! :)

epolady
02-04-2003, 08:50 AM
Okay, I see them now....Is this correct?

onMouseOver="statusIn('proud fan of Stephen Speaks! Go here and be listed!'>">

because it's not looking like your other ones.

That's all I saw...... hope it clears it up.

----
EDIT: I saw another error

<a href="http://amoeboid.net/anima/armband" target="_blank" onMouseOut="statusOut()" onMouseOver="statusIn('i'm a proud fan of RUKAWA!')">
<img src="images/rukawa.gif" border="0"></a><br><br>
<a href="http://devious.devileye.net" target="_blank" onMouseOut="statusOut()" onMouseOver="statusIn('i'm listed at devious!')">

Apostrophes (I.e. I'm) breaks up the javascript, the usualy fix of place \ before the apostrophe isn't working, so you might want to find a fix or re write it like so "I am....".