Change picture
I was hoping I could get some help with creating a script.
I have a popup window that a user selects to pop up. I want to be able to put links on the popup so the picture and description changes if each link is selected. Thanks.
[239 byte] By [
TJC19999] at [2007-11-19 2:00:23]

# 1 Re: Change picture
picture_id.src="newsrc" //where newsrc is supplied by the link when clicked.
description_id.text="new text" //where new text is also supplied by the link.
for more specific details get back with specific requirements and some code that has been written so far.