[quote=andHa]^
try to remove the red part in ur html code.
[quote]// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS
var wipe_imgs=new Array(
'
http://img144.imageshack.us/img144/3523/ohohbi4.gif'[color=red][b])[/b][/color];
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}[/quote]

[/quote]
aw

thank you,
but i edited the code, and it still doesnt work,
all it shows when the htm link is clicked, is a white blank page & the title.

here > [url]http://www.freewebs.com/rrocco/welcome.htm[/url]
Last edited by sugarstyx_x (2008-03-31 22:48:31)