Frame, iframe, java script. Here's how to do it in asp:
<%
geturl("
http://www.frontpagewiz.com")
Function getURL(URL)
dim objXML,displayText
'dim post
Set objXML = Server.CreateObject
("MSXML2.ServerXMLHTTP")
objXML.open "GET", URL, False
'objXML.SetRequestHeader "Content-
Type", "application/x-www-form-urlencoded"
'objXML.send(POST)
objXML.send
'displayText = objXML.responSetext
'response.write "<iframe id=mainwindow
src="&URL&" width=360 height=40 " _
' & " marginwidth=0 marginheight=0
hspace=0 vspace=0 frameborder=0 scrolling=no></iframe> "
displayText = objXML.responSetext
Response.Write displayText
Set objXML = Nothing
end function
%>
~Bill Schroyer
[email protected]
http://www.frontpagewiz.com