Video Search
Printed From: Progarchives.com
Category: Site News, Newbies, Help and Improvements
Forum Name: Report bugs here
Forum Description: Help us improve the site from a tech standpoint
URL: http://www.progarchives.com/forum/forum_posts.asp?TID=41404
Printed Date: November 26 2024 at 17:25 Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com
Topic: Video Search
Posted By: andu
Subject: Video Search
Date Posted: September 04 2007 at 08:01
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)?
------------- "PA's own GI Joe!"
|
Replies:
Posted By: andu
Date Posted: September 04 2007 at 08:07
andu wrote:
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);
} |
Where the hell is this coming from? It wasn't on the Video earch page with the error, and when I paste in the message body the error message I selected and copied, it's not shown!
------------- "PA's own GI Joe!"
|
|