Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How to call the project.html with parameter?
Thu, Oct 1 2020 3:25 AMPermanent Link

Martin Pflug

Hello,

i'm looking for a way to call the project.html (created with EWB 2.06) with parameters.
For example with $ POST or $ GET like this:

"... // https /.../ myProject.html? MyParameter = something"

Is there a way to query parameters in my project?

Thank you
Martin Pflug
Thu, Oct 1 2020 9:53 AMPermanent Link

Raul

Team Elevate Team Elevate

On 10/1/2020 3:25 AM, Martin Pflug wrote:
> Hello,
>
> i'm looking for a way to call the project.html (created with EWB 2.06) with parameters.
> For example with $ POST or $ GET like this:
>
> "... // https /.../ myProject.html? MyParameter = something"
>
> Is there a way to query parameters in my project?
>

Martin,

Yes - Address.Params contains params you can then parse. I think you
need to add WebComps to uses for this.

TAddress class has other useful things also

https://www.elevatesoft.com/manual?action=viewcomp&id=ewb2&comp=TAddress

Raul
Fri, Oct 2 2020 4:05 AMPermanent Link

Martin Pflug

Great!!

TAddress , ... that's exactly what i searched for.

Thank you

Martin
Image