prova a mettere questo script nell'header di introduzione.asp

a = new Image();
a.src = 'immagine.jpg';
a.onload = function() {
location = 'http://.../homepage.asp';
}