PDA

View Full Version : change src in a frame from an array


frozen
06-21-2002, 02:03 AM
the subject pretty much sums up what i need to do, but im making it more complicated than normal. im using a FOR loop to go through the array, however, im having problems getting the src to see the array. any help would be really appreciated!!!

cheers

ACJavascript
06-21-2002, 03:18 PM
If you could post what you have so far -- it would be very helpful.


Just by reading you might want to try this

parent.frameName.location.href=ArrayName[ForLoopVariable]

JohnKrutsch
06-21-2002, 03:19 PM
We are going to need to see your code to be able to help out. Post your code or a url so we can have a look see.