Search found 11 matches
- Mon Dec 20, 2004 4:08 pm
- Forum: Technical / Scripting
- Topic: can i set the focus to a field in vbscript
- Replies: 1
- Views: 4313
can i set the focus to a field in vbscript
i need to get into a specific field on an internet explorer page. can i set the focus to a field on the page using vbscript.
- Thu Dec 16, 2004 3:25 pm
- Forum: Technical / Scripting
- Topic: how can i be sure that the text i'm typing gets to the right
- Replies: 3
- Views: 5686
the focus might change after some typing
i have to sure that all the typing is done to the right window. is there a way to check if the typing went to the right window, or if i am still on the right window after the typing?
i also still am not getting emails when you replied.
i also still am not getting emails when you replied.
- Thu Dec 16, 2004 2:57 pm
- Forum: Technical / Scripting
- Topic: how can i be sure that the text i'm typing gets to the right
- Replies: 3
- Views: 5686
how can i be sure that the text i'm typing gets to the right
i setfocus> to the right window,
but how do i make sure that the window is still in focus when i send> characters?
I only want to send characters to a specific window. if that is not the open window set the focus again BEFORE typing further?
but how do i make sure that the window is still in focus when i send> characters?
I only want to send characters to a specific window. if that is not the open window set the focus again BEFORE typing further?
- Wed Dec 15, 2004 8:59 pm
- Forum: Technical / Scripting
- Topic: IE REQUESTING A CERTIFICATE
- Replies: 8
- Views: 11173
i found an answer!!
there is an option in ie in security, custom level, miscellaneous to don't prompt for client certificate selection when there is only one available. This makes that the dialog box should not come up!!
- Wed Dec 15, 2004 8:35 pm
- Forum: Technical / Scripting
- Topic: IE REQUESTING A CERTIFICATE
- Replies: 8
- Views: 11173
i tried that
please look at my previous post. the set focus must be happening and before the enter the focus must be changing.
also i am not being notified by email when a post replies.
also i am not being notified by email when a post replies.
- Wed Dec 15, 2004 7:57 pm
- Forum: Technical / Scripting
- Topic: IE REQUESTING A CERTIFICATE
- Replies: 8
- Views: 11173
i tried this trick, but it also does not work.
i saw this and tried it, but this doesn't work either. when i watch the macro it works, but when i let it work in the background the enter still goes to the wrong window Let>WIN_USEHANDLE=1 GetActiveWindow>old_window,x,y Label>waitforchange_3 GetActiveWindow>window_handle,X,Y If>window_handle=old_wi...
- Wed Dec 15, 2004 7:21 pm
- Forum: Technical / Scripting
- Topic: IE REQUESTING A CERTIFICATE
- Replies: 8
- Views: 11173
the dialog is not recognized as a window
the client authentication window is a dialog. it is part of the original ie window. how do i make sure that the dialog window is the one the enter is reaching?
sometimes it works and sometimes not.
sometimes it works and sometimes not.
- Wed Dec 15, 2004 4:22 pm
- Forum: Technical / Scripting
- Topic: IE REQUESTING A CERTIFICATE
- Replies: 8
- Views: 11173
thank you
yes it worked
- Tue Dec 14, 2004 8:08 pm
- Forum: Technical / Scripting
- Topic: IE REQUESTING A CERTIFICATE
- Replies: 8
- Views: 11173
IE REQUESTING A CERTIFICATE
WHEN I TRY TO ACCESS A WEBSITE (HTTPS://XNET.BLUENILE.COM) THEIR SITE REQUIRES A CERTIFICATE. I MUST CHOOSE THE CERTIFICATE TO SEND. ( I ONLY HAVE ONE CERTIFICATE). THE PROBLEM IS THAT I CANNOT SET THE FOCUS TO THAT DIALOG, I JUST SEND AN ENTER - AND IT PRESSES THE ENTER IN THE WRONG WINDOW.
- Thu Dec 02, 2004 6:00 pm
- Forum: Beginners
- Topic: open internet explorer to a url
- Replies: 12
- Views: 24159
THANK YOU
I am new to this. I really appreciate your help..
- Thu Dec 02, 2004 5:41 pm
- Forum: Beginners
- Topic: open internet explorer to a url
- Replies: 12
- Views: 24159
open internet explorer to a url
i tried doing this:
Run Program>C:\Program Files\Internet Explorer\iexplore.exe
WAIT >5
Press Tab
Send>http:www.yahoo.com
Press Enter
is there an easier way?
Run Program>C:\Program Files\Internet Explorer\iexplore.exe
WAIT >5
Press Tab
Send>http:www.yahoo.com
Press Enter
is there an easier way?