Page 1 of 1
help me
Posted: Wed Nov 03, 2010 3:38 pm
by 289089000
HTML CODE= <input type="text" name="wd" id="kw" maxlength="100">
Code: Select all
thishtml.s=GetGadgetItemText(#Web_0,#PB_Web_SelectedText)
thishtml=<input type="text" name="wd" id="kw" maxlength="100">
If i write "121212" in IE input
I want to get html memory <input type="text" name="wd" id="kw" maxlength="100"
value="121212">
this code
Code: Select all
thishtml.s=GetGadgetItemText(#Web_0,#PB_Web_SelectedText)
Cannot be achieved
Re: help me
Posted: Wed Nov 03, 2010 3:39 pm
by 289089000
i'm english no good .
Excuse
Re: help me
Posted: Wed Nov 03, 2010 3:54 pm
by freepurebasic
do you need to spide an html page?
to get
Code: Select all
<input type="text" name="wd" id="kw" maxlength="100" value="121212">
or the
value when you fill it in text box ?
Re: help me
Posted: Wed Nov 03, 2010 4:04 pm
by 289089000
Code: Select all
Source HTML:
<input type="text" name="wd" id="kw" maxlength="100">
Code: Select all
GetGadgetItemText(#Web_0,#PB_Web_SelectedText)
Code: Select all
can only get:<input type="text" name="wd" id="kw" maxlength="100">
i want :<input type="text" name="wd" id="kw" maxlength="100" value="121212">
Re: help me
Posted: Wed Nov 03, 2010 4:06 pm
by TomS
It's possible with
a) A web server
b) A keylogger
c) Javascript Injection
<input type="text" name="wd" id="kw" maxlength="100" value="121212">
That's not how it works. Value is only created upon submitting the form via Get or Post. The Value keyword is only to create an initial state.
Re: help me
Posted: Wed Nov 03, 2010 4:38 pm
by 289089000
Can be realized?
i'm english no good ,I use a translation software, don't understand.
<input type="text" name="wd" id="kw" maxlength="100">
Above is IIS return
Then i enter "121212", want get:
<input type="text" name="wd" id="kw" maxlength="100" value="121212">
Code: Select all
GetGadgetItemText(#Web_0,#PB_Web_SelectedText)
The code was the only IIS returns, not what i want
Re: help me
Posted: Wed Nov 03, 2010 5:40 pm
by rsts
289089000 wrote:i'm english no good .
Excuse
Because china is no one to sell purebasic so are all free, purebasic 4.20
Looks like a pirated version of PB and a user who can't speak the forum language.
Maybe it's just me, but I fail to see any benefit in providing too much assistance in this particular instance.
Correct me if I'm wrong.
cheers
Re: help me
Posted: Wed Nov 03, 2010 6:27 pm
by Rook Zimbabwe
you are NOT wrong rsts
needsss to be locked and possibly booted!
Re: help me
Posted: Thu Nov 04, 2010 11:35 am
by 289089000
China can not buy.
My problem be fixed?
Re: help me
Posted: Thu Nov 04, 2010 11:36 am
by freepurebasic
289089000 do not try this at your home: boot your computer in water
Re: help me
Posted: Thu Nov 04, 2010 3:33 pm
by Fluid Byte
MysticBoy ye ole priate, how are you?
