|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net 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
|
|
|
|
|
|
|
|
|
|
|
|