M
Matthew Speed
How do I access the web page properties, specifically the title bar?
I want to make it so that when someone accesses my site, it says
"Welcome aaa.bbb.ccc.ddd" and fills in their IP address up in the
title bar of IE. I've figured out how to access the controls I create
myself but the browser itself eludes me.
BTW...I am doing this in VS.Net 2003 and don't want to write asp code.
I want to do this in the
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
End Sub
section of the codebehind file. I am a VB6 programmer as well as an
okay ASP programmer but I want to do drag and drop layout with VB.Net
code behind if at all possible. I figured out how to show the client
IP address in a label but I can't get it into the title.
TIA
I want to make it so that when someone accesses my site, it says
"Welcome aaa.bbb.ccc.ddd" and fills in their IP address up in the
title bar of IE. I've figured out how to access the controls I create
myself but the browser itself eludes me.
BTW...I am doing this in VS.Net 2003 and don't want to write asp code.
I want to do this in the
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
End Sub
section of the codebehind file. I am a VB6 programmer as well as an
okay ASP programmer but I want to do drag and drop layout with VB.Net
code behind if at all possible. I figured out how to show the client
IP address in a label but I can't get it into the title.
TIA