When using the Search Videos facility to add videos, after some pages I get this error message:
ewVideoWindow(videoSource, videoTitle, videoWidth, videoHeight) {
width = eval(videoWidth + 25);
height = eval(videoHeight + 25);
y = (screen.availHeight - height)/2;
x = (screen.availWidth - width)/2;
window.open("videoPreview.asp?videoSource="+videoSource+"&videoTitle="+videoTitle+"&videoWidth="+videoWidth+"&videoHeight="+videoHeight, "videoPreviewWindow", "width="+width+",height="+height+",menubar=no,resizable=no,scrollbars=no,status=no,titlebar=yes,toolbar=no,screenX="+x+",screenY="+y+",top="+y+",left="+x);
}
Microsoft VBScript runtime error '800a01a8'
Object required: 'documentElement'
/Progressive_rock_discography_includes/inc_videosRss.asp, line 34
Does it mean it hasn't got anything more to show me (because I know there are other videos)?
Edited by andu - September 04 2007 at 08:02