|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Displaying page URL |
From: |
Håkan Malmberg |
Date: |
6/27/2000 9:53:25 AM |
IP: |
193.12.91.35 |
try to do it with frames.
<html>
<head>
<title>FrameIT</title>
</head>
<!-- frames -->
<frameset rows="*,0">
<frame name="dummy" src="www.somewhere.com/default.asp?section=home&subsection=links " scrolling="auto" frameborder="no">
<frame name="empty" src="www.somewhere.com/empty.html" scrolling="no" frameborder="no">
</frameset>
</html>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|