I copied whatever in text1.text to clipboard.
Now how do I paste it to an username or password editbox in the browser( when I right click that editbox and click on paste option)?
Printable View
I copied whatever in text1.text to clipboard.
Now how do I paste it to an username or password editbox in the browser( when I right click that editbox and click on paste option)?
Are you talking about something inside or out of the page?
inside the page
hope that helps!Code:document.formName.textName.value="whatever"
Sorry, I haven't explained it clearly.
here is my code,
Clipboard.Clear
Clipboard.SetText text1.text
???? = Clipboard.GetText
???? is an editbox inside a browser, example yahoo_id editbox in yahoo email site.
So what should I replace ???? with
Are you using Javascript, or VBscript? :confused:
What exactly are you trying to do? Are you writing a browser or something?
It's a plain VB that has window browser.
I'm not writing a browser, just trying to bypass typing a long username and password repeatly over and over everytime I want to login to main office.
So anyone can give me a hand?