Summary: I am currently trying to build a photo album, with picture thumbnails in the left frame. Clicking on the thumbnails will load the full picture in pla...
Summary: Hello. I'm new to javascript but have been trying out the image swapping code a bit lately for my site, which is pretty cool. Then recently I saw on...
Summary: I need to make a script that will randomly choose a background image from 4 different images when the page loads and displays it, everytime it reloads...
Summary: I'm using javascript and an "image place holder" for that, for a gallery I'm currently building: http://robinred.odiousj.com/gallery3/gallery3.html T...
Summary: What is wrong with this script. It did not pass the value to input. Basically, what i am trying to do is this: In index page, there is a link(link#1) ...
Summary: Well, personally I think frames are a very poor implementation choice. You can always get the same effect using DIVs. But, I am assuming you are using...
Summary: Hi I am using macromedia fireworks to design a site I have created the graphic design and separted it into layers, if i export the site, the site loa...
Summary: Hi, I have one java script that perform an image swap on mouseover. I haver another java script that will swap another image besides itself when you m...
Summary: I'm having so many problems trying to figure this out. I want to create a mouse-over drop-down menu for my web site with images and DHTML effects. For...
Summary: Thanks everyone, this post also helped me as I have a later post asking about transitions in Flash. I thought Photoshop was hard until Professor Teac...
Summary: SN-- Yes, funny I read this after figuring out a solution. As a good computing.net "asker" I posted some of my answer below. The question and concep...
Summary: I want to access a certain frame using javascript written in the frame-html document frameset.html .........|........| ...frame1.html....frame2....
Summary: Hello! Im trying to insert an image using javascript. My problem is, i cant use the standard: document.images["image_name"] This is because the image ...
Summary: This has been discussed here before, but I will say again that the reasons linked to in that article are reasons you should use frames wisely, not rea...
Summary: "mouse overs are created using CSS " I think you mean javascript. The only mouseover effect CSS is capable of is changing the color of link text. To...
Summary: If you use PHP, then the page must be refreshed on each image change, by using meta refresh for example. The more common way to replace images is by u...
Summary: So i dont know a whole lot about javascript here but anyways, i know i can flip an image with onMouseOver but what i'm trying to do is this: I have a ...
Summary: When i use an event handler in javascript, i will be able to get the name of the image by using event.srcElement. But this method does not work in fir...
Summary: Hey guys. I just wanted to know your opinion on what is the best way to displat multiple images on a page. Like thumbnails that you click that get b...
Summary: Y'know how Javascript can swap pictures onmouseover? Well, I want to do that with text (particularly text files, but any sort of text will do)...is it...
Summary: OK, here is what I found. Even though you try to "protect" your pages, I was able to find the code in my cache. I particularly liked the line in the p...
Summary: From what I've seen of PHP so far, it works similarly to JSP. I'll tell you how'd I do this in JSP and I believe that you can do the same thing with ...
Summary: Hi, I am trying to acess a form field in an iframe from within the main page and getting Object Expected errors: <script language="JavaScript1.2" t...
Summary: It is not the javascript, it is the style sheet (styles.css). In the "menu" class there is a background image defined for mouseover - it is an orange ...