P
Pukeko
Hi, this is an array that is used for a dropdown menu.
var imageArray = new Array(
"ecwp://" + document.location.host + "/massey/images/massey/
massey_07_fullres.ecw",
"ecwp://" + document.location.host + "/sampleiws/images/usa/
1metercalif.ecw",
"ecwp://" + document.location.host + "/sampleiws/images/australia/
parramatta.ecw";
when the menu is displayed it shows the whole value
"ecwp://" + document.location.host + "/massey/images/massey/
massey_07_fullres.ecw""
is there a way i can just display a name for the image in the dropdown
menu, like "Massey 2007"
cheers
var imageArray = new Array(
"ecwp://" + document.location.host + "/massey/images/massey/
massey_07_fullres.ecw",
"ecwp://" + document.location.host + "/sampleiws/images/usa/
1metercalif.ecw",
"ecwp://" + document.location.host + "/sampleiws/images/australia/
parramatta.ecw";
when the menu is displayed it shows the whole value
"ecwp://" + document.location.host + "/massey/images/massey/
massey_07_fullres.ecw""
is there a way i can just display a name for the image in the dropdown
menu, like "Massey 2007"
cheers