Print Page | Close Window

Operation Aborted

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24598
Printed Date: 06 April 2026 at 12:12pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Operation Aborted
Posted By: freakyfred
Subject: Operation Aborted
Date Posted: 08 October 2007 at 7:58pm
I get this essage when trying to open an embedded YouTube video or similiar..

"Operation Aborted!
Internet Explorer could not open this window"

Only does it on IE and AOL and I'm assuming AOL uses the same browserConfused

I remember getting this error on a bit of code i had ages ago in a form that looked something like so..

                            <form action="go.asp" method="post">





                                <p>    <b>ID:&nbsp;</b><input name="id" size="25" value="" maxlength="12"></p>
                       
                               
              

    <p align="left" id="rom"></p>

<script type="text/javascript">
time = 60;

function download() {

if (time == 0) {
document.getElementById("rom").innerHTML='<input type="submit" style="font: 8pt verdana" value="Go"> <input type="reset" style="font: 8pt verdana" value="Reset">';
}

if (time > 0) {
document.getElementById("rom").innerHTML='<font size="2">Please wait. Your link will appear in ' + time + ' seconds</font>';
setTimeout('download()',1000);
}

time--;
}

download();
</script>

</form>


That code does exactly the same and after months of trying to figure out i gave up and now I am getting the same with the embedding thing on the forums. I'm assuming it is something to do with the inner HTML of when it is being embedded into the page? thanks.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net