AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 110 matches
AutoHotkey Community Forum Index
Author Message
  Topic: control Internet Explorer login and form submission
drmurdoch

Replies: 26
Views: 1327

PostForum: Ask for Help   Posted: Mon Nov 02, 2009 2:21 am   Subject: control Internet Explorer login and form submission
FileReadLine, LineOne, C:\harddrive\current-patient.html, 1
FileReadLine, LineTwo, C:\harddrive\current-patient.html, 2
SearchStr := "FirstName:"
FoundPos := InStr( LineOne, SearchStr ) ...
  Topic: control Internet Explorer login and form submission
drmurdoch

Replies: 26
Views: 1327

PostForum: Ask for Help   Posted: Mon Nov 02, 2009 1:00 am   Subject: control Internet Explorer login and form submission
In my first example.....

FileRead, HTML, C:\harddrive\www\current-patient.html
SearchStr := "NHI/SSN:"
FoundPos := InStr( HTML, SearchStr )
If FoundPos
patientnumber := SubSt ...
  Topic: control Internet Explorer login and form submission
drmurdoch

Replies: 26
Views: 1327

PostForum: Ask for Help   Posted: Mon Nov 02, 2009 12:50 am   Subject: control Internet Explorer login and form submission
A question about strings and reading files.

The file I have to read has this format.

<html><body><pre>FirstName:Billy
LastName:Bobby
NHI/SSN:2887786765439014
Address:<tex ...
  Topic: Capture/save highlighted text *WITHOUT* using clipboard?
drmurdoch

Replies: 5
Views: 258

PostForum: Ask for Help   Posted: Tue Jul 14, 2009 2:30 pm   Subject: Capture/save highlighted text *WITHOUT* using clipboard?
I didnt want my script to interfere with the windows clipboard, so I saved the clipboard, used the clipboard, then restored the clipboard.
Not sure if that helps you.
  Topic: IE button that must be clicked: can i get the co-ordinates ?
drmurdoch

Replies: 10
Views: 265

PostForum: Ask for Help   Posted: Mon Jul 13, 2009 2:57 am   Subject: IE button that must be clicked: can i get the co-ordinates ?
I guess what I need is a one line JS code to accomplish this.

I am reading this but it's not helping me.

Sad

http://www.hscripts.com/tutorials/javascript/dom/button-events.php
  Topic: IE button that must be clicked: can i get the co-ordinates ?
drmurdoch

Replies: 10
Views: 265

PostForum: Ask for Help   Posted: Mon Jul 13, 2009 1:23 am   Subject: IE button that must be clicked: can i get the co-ordinates ?
That might work.
I used the IE developer Tool Explorer Bar to figure out some things about this button.

name: imgSubmit
onclick: javascript:frmBasicSubmit(9045453,'Username')
src ht tps://w ww.t ...
  Topic: IE button that must be clicked: can i get the co-ordinates ?
drmurdoch

Replies: 10
Views: 265

PostForum: Ask for Help   Posted: Mon Jul 13, 2009 1:02 am   Subject: IE button that must be clicked: can i get the co-ordinates ?
http://i272.photobucket.com/albums/jj173/digitaldoctor/random/AHKsubmitbuttonisselected.jpg

The button is selected but no keystroke will enact it.

Is there a way to get the screen co-ordinates o ...
  Topic: IE button that must be clicked: can i get the co-ordinates ?
drmurdoch

Replies: 10
Views: 265

PostForum: Ask for Help   Posted: Thu Jul 09, 2009 8:36 am   Subject: IE button that must be clicked: can i get the co-ordinates ?
It doesn't allow the [enter] key to activate it !
  Topic: IE button that must be clicked: can i get the co-ordinates ?
drmurdoch

Replies: 10
Views: 265

PostForum: Ask for Help   Posted: Thu Jul 09, 2009 8:01 am   Subject: IE button that must be clicked: can i get the co-ordinates ?
I am able to tab over to a button,
Is there a way to determine my screen co-ordinates when I have tabbed over enough ?

I want to use the click command
but all my monitors are different sizes !
  Topic: SOLVED: Tablet Input Panel show/hide
drmurdoch

Replies: 12
Views: 991

PostForum: Ask for Help   Posted: Tue Feb 10, 2009 11:13 am   Subject: SOLVED: Tablet Input Panel show/hide
Cool solution.
  Topic: AHK training
drmurdoch

Replies: 26
Views: 1076

PostForum: Ask for Help   Posted: Tue Feb 10, 2009 11:06 am   Subject: Problem Based Learning for your tutorials ?
Hello AHKers.

Great thread. I think this thread is geared towards someone like me - someone interested in AHK, willing to take the time to learn, but skinny on knowledge.

Having tutorials for d ...
  Topic: AHK training
drmurdoch

Replies: 26
Views: 1076

PostForum: Ask for Help   Posted: Tue Feb 10, 2009 11:05 am   Subject: Learning Programming via YouTube.
I have learned a great deal about Microsoft Access via these tutorials.

http://www.youtube.com/user/Firchild

You might consider this method for teaching newbies.
Very Happy
  Topic: what is the code for pressing F11 and sending the Clipboard?
drmurdoch

Replies: 18
Views: 2224

PostForum: Ask for Help   Posted: Sun Feb 08, 2009 8:14 pm   Subject: Thanks dude.
http://www.comments.zingerbugimages.com/glitter_graphics/thanks_reflecting_smile.gif

Damn that works perfect.
  Topic: Download files from Rapidshare consecutively 1 after another
drmurdoch

Replies: 1
Views: 305

PostForum: Ask for Help   Posted: Sun Feb 08, 2009 7:30 am   Subject: Download files from Rapidshare consecutively 1 after another
if you are a rapidshare member (paid), use rapget.
  Topic: what is the code for pressing F11 and sending the Clipboard?
drmurdoch

Replies: 18
Views: 2224

PostForum: Ask for Help   Posted: Sun Feb 08, 2009 6:18 am   Subject: what is the code for pressing F11 and sending the Clipboard?
it is called ESP.

http://espsw.blogspot.com/

it is a filename indexer / searcher.
 
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group