|
-
Jan 2nd, 2007, 06:58 PM
#1
Thread Starter
Junior Member
wanna help in Webbrowser
i make a new project to broswe my site
so i know that code will make me visit the site
WebBrowser1.Navigate "www.mysite.com/index.php"
so know i am in my site login page so i wanna send the username and the pass through Webbrowser
someone tell me like that
WebBrowser1.Document.Name = "loginname"
WebBrowser1.Document.pass = "password"
so my index.php use Post Method so i wanna send it like post when it is login show me this in the WebBrowser controler
Soooo the question is how to send every variable via WebBrowser
with method Post Or Get and retrive data in WebBrowser controler
thx for your help
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
|