Hello Im using Framesets In one of the frames
<FRAME SRC="GetURL.aspx" NAME="inputFrame">
the frame is used to gets a string of html characters The string is called StrResponse
Response.Write(strResponse)
displays the html in the input frame GetURl.aspx
but I want the string displayed in <FRAME SRC="C:\test2.html" NAME="displayFrame"> any ideas