Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Sending values to a TPage
Thu, Jan 23 2014 4:23 PMPermanent Link

aberas

Is there any other way from inside EWB to send values to a TPage than to assign to its TPage.URL something like 'formname.html?value1=10&value2=20&...' ?

I'm generating a graph inside a TPage and the parameters that I must send are starting to build up, and the .URL is becoming too large...

Thanks in advance for any pointers
Tue, Jan 28 2014 6:20 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Aberas,

<< Is there any other way from inside EWB to send values to a TPage than to
assign to its TPage.URL something like
'formname.html?value1=10&value2=20&...' ?

I'm generating a graph inside a TPage and the parameters that I must send
are starting to build up, and the .URL is becoming too large... >>

You could use a TServerRequest along with a POST, and have the web server
send back an HTML string.  Then you can just assign the HTML string to the
DocumentText property:

http://www.elevatesoft.com/manual?action=viewprop&id=ewb1&comp=TPage&prop=DocumentText

Tim Young
Elevate Software
www.elevatesoft.com
Image