|
-
Sep 25th, 2007, 11:30 PM
#1
Thread Starter
Frenzied Member
test highlight
test Code:
Private Sub Command1_Click()
' WEb.Navigate2 "C:\New Text Document (2).html"
WEb.Document.All.Title.Value = "test"
WEb.Document.All.site.Value = "test"
WEb.Document.All.Description.Value = "test"
End Sub
Private Sub Form_Load()
WEb.Navigate2 "C:\Documents and Settings\zeezee\Desktop\New Text Document (2).html"
End Sub
Last edited by zeezee; Feb 18th, 2009 at 08:44 AM.
-
Sep 25th, 2007, 11:31 PM
#2
Thread Starter
Frenzied Member
Re: test highlight
Code:
code Code:
Private Sub Command1_Click() ' WEb.Navigate2 "C:\New Text Document (2).html" WEb.Document.All.Title.Value = "test" WEb.Document.All.site.Value = "test" WEb.Document.All.Description.Value = "test" End Sub Private Sub Form_Load() WEb.Navigate2 "C:\Documents and Settings\zeezee\Desktop\New Text Document (2).html" End Sub[B][/B]
Last edited by zeezee; Feb 18th, 2009 at 08:46 AM.
-
Oct 4th, 2007, 07:27 PM
#3
My usual boring signature: Something
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|