-
Where to look for help?
Hello,
I'm a newbie to java and don't even know where to start looking for help. I'm using the Code:
function changeImage(filename) { document.mainimage.src = filename; }
to change a single jpg image from a series of links.
I want to be able to change between jpg's, swf's and flv's with a similar function. Any ideas on what I should be searching for?
Thanks,
Gary
-
I think the code you've post is a javascript....
Maybe you are a newbie in javascript right?
Try to have a tutorial about it.
-
And keep in mind, Java and JavaScript are totally different things.