| Author |
Message |
Topic: ahk to write proxy info to reg? |
bronco531
Replies: 2
Views: 253
|
Forum: Ask for Help Posted: Tue May 24, 2011 5:34 pm Subject: Any idea what im doing wrong? |
i have tried a couple of variations
Regwrite, REG_SZ, HKEY_CURRENT_USER, Software, Microsoft, Windows, CurrentVersion, Internet Settings\Testkey, AutoConfigURL, Test Value
RegWrite, REG_SZ,HKE ... |
Topic: ahk to write proxy info to reg? |
bronco531
Replies: 2
Views: 253
|
Forum: Ask for Help Posted: Tue May 24, 2011 2:56 pm Subject: ahk to write proxy info to reg? |
Is there a way to add something to the reg with out a user seeing it using autohotkey?
i would like to add this "AutoConfigURL"="http://webdefence.global.blackspider.com:8082/proxy. ... |
Topic: ComboBox auto select line numbers |
bronco531
Replies: 1
Views: 134
|
Forum: Ask for Help Posted: Wed Aug 04, 2010 7:31 pm Subject: ComboBox auto select line numbers |
Is there a way to select multiple combo selections based on clicking any combo box.
if i got to any combo box and select line3 of the drop down box then i would like all combo boxes to go to line 3 ... |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Tue Jul 27, 2010 3:29 pm Subject: How to inject java /w iweb 2 private web site |
just found out that is i have the web page all ready open and on the right web site then my script will inject the user name admin.
but thats all it will do. |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Tue Jul 27, 2010 3:07 pm Subject: How to inject java /w iweb 2 private web site |
also tried to change my script to this and had not luck.
iWeb_Init()
COM_Init()
pwb:=iWeb_getwin("Login Page")
iWeb_setDomObj(pwb,"referUrl,userName, ... |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Mon Jul 26, 2010 3:49 pm Subject: pic of the site |
And here is the link to see the picture of how i got the info for the web site.
http://rapidshare.com/files/409195335/log_in.bmp
The picture has the iweb browser 2 learner prog up and the web site i ... |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Mon Jul 26, 2010 3:20 pm Subject: Try all over again |
Let me start this all over.
This is the code that does not bring up any errors when IE loads up.
; Fill in user name with admin
iWeb_getDomObj(pwb,"47")
iWeb_clickDomObj(p ... |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Mon Jul 26, 2010 3:09 pm Subject: How to inject java /w iweb 2 private web site |
Same thing with both.
The browser you tried to navigate to http://10.0.0.39/ with is not valid. |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Fri Jul 23, 2010 8:20 pm Subject: How to inject java /w iweb 2 private web site |
sorry yes i have tried
COM_Invoke(pwb,"Navigate","http://10.0.0.39/") |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Fri Jul 23, 2010 7:44 pm Subject: COM_Init() |
looks like COM_Init() is the command i want.
this at least allows the web sight to load as it gives me the error that its not valid. |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Fri Jul 23, 2010 3:13 pm Subject: How to inject java /w iweb 2 private web site |
See if either of the following work:COM_Invoke(Net,"Navigate","http://10.0.0.39/")
COM_Invoke(Net,"Navigate2","http://10.0.0.39/")
Als ... |
Topic: How to inject java /w iweb 2 private web site |
bronco531
Replies: 13
Views: 629
|
Forum: Ask for Help Posted: Fri Jul 23, 2010 2:45 pm Subject: How to inject java /w iweb 2 private web site |
When i try to use the command
iWeb_nav(Net,"http://10.0.0.39/")
i get an error.
The error is
The browser you tried to navigate to http://10.0.0.39/ with is not valid.
Can iweb comman ... |
Topic: email time line extractor? |
bronco531
Replies: 1
Views: 262
|
Forum: Ask for Help Posted: Fri Sep 04, 2009 6:01 pm Subject: email time line extractor? |
Has there been a script to extract a time line from emails?
example.
Your boss wants a time line from all the email communication to a company that's not paying a bill.
You have all the emails bu ... |
Topic: gui combobox variable |
bronco531
Replies: 6
Views: 745
|
Forum: Ask for Help Posted: Mon Aug 24, 2009 6:41 pm Subject: Ty |
How can i thank you!!!!
i took what i learned here and went on to my second project and had no problems at all.
Once again Thank you for taking the time to help out! |
Topic: gui combobox variable |
bronco531
Replies: 6
Views: 745
|
Forum: Ask for Help Posted: Fri Aug 21, 2009 6:14 pm Subject: almost done |
WOW just WOW
you helped me a ton and you did it in a way that made it easier for me to learn the code.
i made a couple of changes
;gui to collect downtime data for excel sheet
Gui, Add, Text, ... |
| |