Search found 6 matches

by redbrad0
Wed May 03, 2006 4:21 pm
Forum: Command Line and Scripting Interface
Topic: extra image and save on hard drive
Replies: 1
Views: 5283

extra image and save on hard drive

I have the following HTML Word Verification </label> </th> <td> <img width="200" alt="Visual verification" height="70" src="/captcha?type=IMAGE&captchaKey=lprqt3eivrbi"> <br> <input tabindex="3" id="f-captchaAnswer" name="captchaAn...
by redbrad0
Fri Apr 28, 2006 7:22 am
Forum: General Support & Discussions
Topic: clicking enter after filling in a textbox
Replies: 1
Views: 3199

clicking enter after filling in a textbox

After I type in the password I would like for it to just act like i clicked enter on the keyboard. I have tried the winclick but since i dont have X & Y it doesnt seem to work. Here is the code I have and now I just need one more line to hit enter on the keyboard TAG POS=1 TYPE=INPUT:TEXT FORM=N...
by redbrad0
Fri Apr 28, 2006 6:23 am
Forum: General Support & Discussions
Topic: Blogger Post Problem
Replies: 8
Views: 13103

I am having the exact same problem. My thought is there is some code running on bloggers back end that is keeping the page from thinking it has been loaded. did you ever figure this out? or is there a way you can make a page not wait for it to be loaded?
by redbrad0
Fri Feb 24, 2006 2:36 pm
Forum: Command Line and Scripting Interface
Topic: Insert PHP code to be posted (<? Error)
Replies: 3
Views: 5666

Thanks that worked... i knew a new line had to be replaced but I forgot.
by redbrad0
Thu Feb 23, 2006 11:42 pm
Forum: Command Line and Scripting Interface
Topic: Insert PHP code to be posted (<? Error)
Replies: 3
Views: 5666

Sorry I dont really think I asked my question...

Do I have to encode <? somehow? and if so how? Is this the cause of the error?
by redbrad0
Thu Feb 23, 2006 11:41 pm
Forum: Command Line and Scripting Interface
Topic: Insert PHP code to be posted (<? Error)
Replies: 3
Views: 5666

Insert PHP code to be posted (<? Error)

I am submitting to a form where it contains HTML and PHP code. It is giving me a error saying "load macro error, internal error #121" and then on the left it shows this message.. "Found wrong macro command while loading file: <?(Line:5) My guess is because my code looks like this... T...