B
Bob L
I'm writing a JavaScript routine that will open a new window and play a
QuickTime move. The new window will be a little bigger than the QuickTime
movie and will execute some script when the window is created. According to
something I found on the MS website, the window.open function looks like
this:
window.open( [sURL] [, sName] [, sFeatures] [, bReplace]) where:
sURL is the URL of the QuickTime movie
sName is the name of the new window
SFeatures is a parameter list for things like the height and width of the
window
The new window gets created okay but how do I go about having some script
executed when the window opens. Among other things, I'd like to resize the
window once the height and width of the movie are known. Is there a way to
have a specific predefined window open?
Anybody have any ideas on how to do this?
QuickTime move. The new window will be a little bigger than the QuickTime
movie and will execute some script when the window is created. According to
something I found on the MS website, the window.open function looks like
this:
window.open( [sURL] [, sName] [, sFeatures] [, bReplace]) where:
sURL is the URL of the QuickTime movie
sName is the name of the new window
SFeatures is a parameter list for things like the height and width of the
window
The new window gets created okay but how do I go about having some script
executed when the window opens. Among other things, I'd like to resize the
window once the height and width of the movie are known. Is there a way to
have a specific predefined window open?
Anybody have any ideas on how to do this?