-
Ultimate Fade-In Slideshow (v1.51)
1) Script Title: Ultimate Fade-In Slideshow (v1.51)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem: SOMETHING IS WRONG WITH THIS CODE-WHAN I PUT THIS ON INTERNET IE IS SHOW FOLOWING MESAGE:
*****************************
A Runtime Error has occurred
Do you wish to Debug?
line 108:
ERROR:" this.theimages[...].1 " is null or not object.
***********************************************
NOTE: I HAVE PUT 4 IMAGES BUT THIS IMAGES NOT LINKED.!!!!!!
*************************************************
WHAT I HAVE TO DO WITH JAVASCRTPT BELOW TO AVOID ERROR MESSAGE????
*************************************************
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks