aspupload| Upload framebar.asp
<% @EnableSessionState =false%>
<% Response.Expires =-1%>
<title> is uploading ............</title>
<style type= ' text/css ' >td {font-family:tahoma; font-size:8pt}</style>
<body bgcolor= "Menu" scroll= "no" frameborder= "no" status= "no" style= "border:0px"; >
<script language= "JavaScript" >
<!--
function Stopupload ()
{
if (typeof (Window.opener)!= "undefined") {
try{
Window.opener.document.execCommand ("Stop");
}
catch (e) {}
}
else if (typeof (Window.dialogarguments)!= "undefined") {
try{
Window.dialogArguments.document.execCommand ("Stop");
}
catch (e) {}
}
Window.close ();
}
-->
</script>
<iframe src= "bar.asp? pid=<%= request ("PID") & "&to=" & Request ("to")%> "title=" uploading noresize
frameborder=0 framespacing=10 width=369 height=115></iframe>
<table border= "0" width= "100%" cellpadding= "2" cellspacing= "0" >
<TR><TD align= "center" ><button onclick= "Stopupload" style= "font-size:12px"; > Cancel Upload </button>
</TD></TR>
</TABLE>
</BODY>
</HTML>