Posted by Toby Inkster on 10/04/09 11:40
©® wrote:
> list[list.length]='images/potd/potd01.jpg?&alt=Picture Of The
> Day&border=1&link=index.htm';
Replace with:
list[list.length]='images/potd/potd01.jpg?&alt=Picture Of The
Day&border=1&link=index.htm&cap=Caption of the day';
> case 'target':
> q=" target='"+unescape(sub[1])+"'";
> break;
Add here:
case 'cap':
cap+=sub[1];
break;
> z+="<img
> src='"+list[j].substring(0,list[j].indexOf('?'))+"'"+m+">"+p;
> document.write(z);
Add here:
document.write("<div id=cap>"+cap+"</div>");
Better yet, use a server-side script.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|