Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setfocus in webbrowser

Status
Not open for further replies.

rikeman

Programmer
Sep 18, 2004
40
BE
I've found a website to send online mail.
The problem is that you have to click on a textbox to activate the send button.
I have other websites that work like this.
anyone have an idea? maybe with setfocus??

Thanks rikeman
 
>The problem is that you have to click on a textbox to activate the send button.
>anyone have an idea? maybe with setfocus??

setfocus() should perform as setfocus() should. But, what has it anything to do with the question? I don't see "you have to click on a textbox to activate the send button." The send button is at all time "activate", that's what I see.
 
If You open the site and click on a textbox you will notic that the send button will be bolder.
so I have to click in my program on the textbox in my webbrowser to let the program automaticly click the send button.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top