help me

Just starting out? Need help? Post your questions and find answers here.
289089000
New User
New User
Posts: 9
Joined: Sun Oct 31, 2010 7:16 am

help me

Post 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
289089000
New User
New User
Posts: 9
Joined: Sun Oct 31, 2010 7:16 am

Re: help me

Post by 289089000 »

i'm english no good .
Excuse
User avatar
freepurebasic
Enthusiast
Enthusiast
Posts: 123
Joined: Fri Sep 24, 2010 12:02 pm
Location: world wide web

Re: help me

Post 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

Code: Select all

121212
value when you fill it in text box ?
289089000
New User
New User
Posts: 9
Joined: Sun Oct 31, 2010 7:16 am

Re: help me

Post by 289089000 »

Code: Select all

Source HTML:
<input type="text" name="wd" id="kw" maxlength="100">

Code: Select all

i write "121212" in this input  

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">
User avatar
TomS
Enthusiast
Enthusiast
Posts: 342
Joined: Sun Mar 18, 2007 2:26 pm
Location: Munich, Germany

Re: help me

Post 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.
289089000
New User
New User
Posts: 9
Joined: Sun Oct 31, 2010 7:16 am

Re: help me

Post 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
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: help me

Post 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
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: help me

Post by Rook Zimbabwe »

you are NOT wrong rsts

needsss to be locked and possibly booted!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
289089000
New User
New User
Posts: 9
Joined: Sun Oct 31, 2010 7:16 am

Re: help me

Post by 289089000 »

China can not buy.
My problem be fixed?
User avatar
freepurebasic
Enthusiast
Enthusiast
Posts: 123
Joined: Fri Sep 24, 2010 12:02 pm
Location: world wide web

Re: help me

Post by freepurebasic »

289089000 do not try this at your home: boot your computer in water
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Re: help me

Post by Fluid Byte »

MysticBoy ye ole priate, how are you? :lol:
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Locked