Кнопка
<!--
imageFiles= new Array ("images/Button1-Up.gif",
"images/Button1-Down.gif",
"images/Button2-Up.gif",
"images/Button2-Down.gif") ;
imageObjects = new Array (imageFiles.length);
for(var i=0; i<imageFiles.length; i++) {
imageObjects = new image (150, 25) ;
imageObjects . src = imageFiles ;
}
function setImage (neme, image) {
document.images [name].src = image;
}
function clickButton (name, grayImage) {
var origImage = document. images [neme].src;
setImage (name, grayImage) ;
var resetString =
"setImage ('" + name + "', '" + origImage + "' ) ";
setTimeout (resetString, 100) ;
}
// -->
</SCRIPT>
<A HREF="test.htm"
onClick="clickButton ('Button1', 'images/Button1-Down.gif')">
</A>
Подскажите, что не так!!!
Цитата:
Originally posted by Павел Трофимов
Я на JavaScript написал кнупку, а она почему-то не работает. Вот код кнопки: <SCRIPT TYPE="text/javascript">
<!--
imageFiles= new Array ("images/Button1-Up.gif",
"images/Button1-Down.gif",
"images/Button2-Up.gif",
"images/Button2-Down.gif") ;
imageObjects = new Array (imageFiles.length);
for(var i=0; i<imageFiles.length; i++) {
imageObjects = new image (150, 25) ;
imageObjects . src = imageFiles ;
}
function setImage (neme, image) {
document.images [name].src = image;
}
function clickButton (name, grayImage) {
var origImage = document. images [neme].src;
setImage (name, grayImage) ;
var resetString =
"setImage ('" + name + "', '" + origImage + "' ) ";
setTimeout (resetString, 100) ;
}
// -->
</SCRIPT>
<A HREF="test.htm"
onClick="clickButton ('Button1', '/Button1-Down.gif')">
</A>
Подскажите, что не так!!!
Я на JavaScript написал кнупку, а она почему-то не работает. Вот код кнопки: <SCRIPT TYPE="text/javascript">
<!--
imageFiles= new Array ("images/Button1-Up.gif",
"images/Button1-Down.gif",
"images/Button2-Up.gif",
"images/Button2-Down.gif") ;
imageObjects = new Array (imageFiles.length);
for(var i=0; i<imageFiles.length; i++) {
imageObjects = new image (150, 25) ;
imageObjects . src = imageFiles ;
}
function setImage (neme, image) {
document.images [name].src = image;
}
function clickButton (name, grayImage) {
var origImage = document. images [neme].src;
setImage (name, grayImage) ;
var resetString =
"setImage ('" + name + "', '" + origImage + "' ) ";
setTimeout (resetString, 100) ;
}
// -->
</SCRIPT>
<A HREF="test.htm"
onClick="clickButton ('Button1', '/Button1-Down.gif')">
</A>
Подскажите, что не так!!!
***
хай,...
я конечно не очиень селён в дЖаве, но помойму ты что то намудрил с определением image, ...ты лучше скажи, что именно ты хотел от этой кнопки???