Frame set

 outputstr = "<html>" _
                                       & vbCrLf & "<head>" _
                                       & vbCrLf & "<title>FileOn Service - Paperwork Automation Solutions</title>" _
                                       & vbCrLf & "</head>" _
                                       & vbCrLf & "<frameset cols='40%,30%,30%'>" _
                                       & vbCrLf & "<frame name='viewer' scrolling='no' noresize src='ViewDocument.aspx?mid=" & ModuleId & "&itemid=" & documentIds & "&filename=files.pdf" & "'>" _
                                       & vbCrLf & "<frame name='header' scrolling='no' noresize src='MetaViewer.aspx?" & "&in=" & indexField & "&itemid=" & documentIds & "'>" _
                                       & vbCrLf & "<noframes>" _
                                       & vbCrLf & "<pre id='p2'></pre>" _
                                       & vbCrLf & "</noframes>" _
                                       & vbCrLf & "</frameset>" _
                                       & vbCrLf & "</html>"

Response.Write(outputstr)