The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
http://www.geocities.com/enterthefog/pages/template.htm
as you can see, when the Mouseout is operated it forms an error, Javascript is usually quite obvious to edit, but I can't see anything wrong with this, so i'd be very grateful for some help please :)
I havn't got round to finishing Gabbo's Javascript script, but no errors came up earlier.
Thanks for your help though, I hadn't thought of a doing a second page guess it makes sense *sigh* which means more work...or frames! AH!
Just click on "JavaScript", and "Event Handlers" or "The Onerror event handler"
------------------
Put that in between your tag and your tag. Then, for the links...
------------------

------------------
You just have to swap different attributes to suit your needs. Remember to change every attribute with the 'image1' thing though. Also, you can have as much images in the first script as possible, for example...
------------------
image1_out = new Image(145,55); image1_out.src = 'image1_out.gif';
image1_over = new Image(145,55); image1_over.src = 'image1_over.gif';
image2_out = new Image(145,55); image2_out.src = 'image2_out.gif';
image2_over = new Image(145,55); image2_over.src = 'image2_over.gif';
image3_out = new Image(145,55); image3_out.src = 'image3_out.gif';
image3_over = new Image(145,55); image3_over.src = 'image3_over.gif';
------------------
Let me know if you have any problems.
messy! you jest :)
http://www.geocities.com/enterthefog/pages/template.htm
as you can see, when the Mouseout is operated it forms an error, Javascript is usually quite obvious to edit, but I can't see anything wrong with this, so i'd be very grateful for some help please :)
