ravula2000
IS-IT--Management
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="80%, 20%">
<FRAME noresize src='a.asp' scrolling="no">
<FRAME noresize>
</FRAMESET>
</HTML>
I want to open a.asp page in the first frame. It is giving 'want to download the file' and I could not see the page in the frame.
Can some body help me..?
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="80%, 20%">
<FRAME noresize src='a.asp' scrolling="no">
<FRAME noresize>
</FRAMESET>
</HTML>
I want to open a.asp page in the first frame. It is giving 'want to download the file' and I could not see the page in the frame.
Can some body help me..?