Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 994 | Replies: 1
I am using the coding below to open my file from pc to the frame call "myRTF". its can be function in vs.net browser but cannot function when i debug it and using Internet Exporer to run it. the function cannot retrieve content of the file into "myRTF".
Actually this is html code. but i wan to combine with my asp.net project. Please help!!
<SCRIPT language="javascript">
function openUpFile(path)
{ alert (path);
document.all.myRTF.src=path;
}
function doCommandOpenFile(ctrl)
{
window.open("open.htm","","resizeable=no,scrollbars=yes, left=30, top=30, menu=no, status=yes");
}
</script>
Actually this is html code. but i wan to combine with my asp.net project. Please help!!
<SCRIPT language="javascript">
function openUpFile(path)
{ alert (path);
document.all.myRTF.src=path;
}
function doCommandOpenFile(ctrl)
{
window.open("open.htm","","resizeable=no,scrollbars=yes, left=30, top=30, menu=no, status=yes");
}
</script>
Always be happy!!No matter u sad o happy, the life still going on!!
joycelsnjar@yahoo.com
joycelsnjar@yahoo.com
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode