M
Mike
Hi. I have an HTML file CallingPage.html shown below. It contains a script
with a source from an aspx page named Default.aspx.
<body>
<script language="JavaScript" src="Default.aspx"></script>
</body>
</html>
-------------------
The only line of html I have for Default.aspx is the following:
document.write("<%response.write(request.UrlReferrer)%>");
Then this will cause CallingPage.html to appear with the text CallingPage.html
My question is: How do I use VB.NET instead of document.write, to output the
request.UrlReferrer and product the same result - The calling page's name on
the calling page?
Thanks! Mike
with a source from an aspx page named Default.aspx.
<body>
<script language="JavaScript" src="Default.aspx"></script>
</body>
</html>
-------------------
The only line of html I have for Default.aspx is the following:
document.write("<%response.write(request.UrlReferrer)%>");
Then this will cause CallingPage.html to appear with the text CallingPage.html
My question is: How do I use VB.NET instead of document.write, to output the
request.UrlReferrer and product the same result - The calling page's name on
the calling page?
Thanks! Mike