On 20/02/2008, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
> It's a table builded by the server after a SQL query
>
>   11111111 is last column

So you just need to extract the 111111 and store it in the
userParameter variable.
I assumed this is what you were already doing, as you said:

".... if userParameter value is 11111111"

>  AAAAAA is value inththe HTML
>
>  ....skl'].value='AAAAAA';document.....return false;">11111111
>
>
> sebb <[EMAIL PROTECTED]> ha scritto:
>   On 20/02/2008, Fulvio Guglielmelli wrote:
>  > thank
>  > the problem is the the HTML returned from server in responde is dynamic,
>  > so i cannot put into the RegularExpression field.
>
>  Which other part is dynamic?
>
>  I thought I already allowed for that.
>
>  > is possible use * or samethink like that?
>  >
>
>  I already used +.
>
>  Have you actually tried it?
>
>  > fulvio
>  >
>  >
>
> > sebb ha scritto:
>
> >
>  > On 20/02/2008, Fulvio Guglielmelli wrote:
>  > > HI,
>  > > i need an help on the regular expressio extractor
>  > >
>  > > i have a http request, with HTML responseData similar like this
>  > >
>  > > ....skl'].value='AAAAAA';document.....return false;">11111111
>  > > ......
>  > > ....skl'].value=BBBBBB;document.....return false;">22222222
>  > >
>  >
>  > Try ....skl'].value=([^;]+);document.....return false;">${userParameter}
>  >
>  > > i have a user Parameter defined, i need to extract
>  > > AAAAA if userParameter value is 11111111
>  > > BBBBBB if userParameter value is 22222222
>  > >
>  > > i tied to use regular expression extractor.but i have no idea how i can 
> write the expression to extract them.
>  > >
>  > > thanks
>  > > FULVIO
>  > >
>  >
>  > [snip irrelevant e-mail thread]
>  >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>  >
>  >
>  > ---------------------------------
>  >
>  > ---------------------------------
>  >
>  > L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>  ---------------------------------
>
>  ---------------------------------
>  L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to