Thanks Peter,
I will try to get it working that way. Still a newbie in html java etc ;-)
Ruud
Op 18-2-2011 12:10, Busai Péter schreef:
Or using javascript it could be possible to change form's "action" value
dinamically to the selected option link and submit a simple get.
Hmm, using onChange a
Or using javascript it could be possible to change form's "action" value
dinamically to the selected option link and submit a simple get.
Hmm, using onChange and javascipt you dont even need a form.
But than it is OT here.
> As Francois suggested, embedd select in a form and add define onchange
>
As Francois suggested, embedd select in a form and add define onchange
event to select.
In URLHandlerSomething do a relocation to the posted link
Peter
> The code I had was for a table, giving 'hyperlinks' to the items.
>
>
> Satellite-name
> <#table_rows SatList>
> <#SAT>
>
>
>
> So whe
The code I had was for a table, giving 'hyperlinks' to the items.
Satellite-name
<#table_rows SatList>
<#SAT>
So when i select my 'value' in the pulldown, it needs to open the link
satlist?CUS=<#CUS>&SATNAME=<#SAT>
Ruud Kerstens
Op 18-2-2011 11:11, Francois PIETTE schreef:
Is there a wa
Is there a way to activate the link in the pulldown after selecting it?
Sorry, I don't understand the question.
Maybe you want to make the pulldown par of a html form. Just give a name
attribute to the select tag and it will be sent as a field when the form is
submitted. Your Delphi code can t
Ok, I understand Francois, it is related to the web-app server, and not
midware.
Is there a way to activate the link in the pulldown after selecting it?
The pulldown works perfect!
Best regards,
Ruud
Op 18-2-2011 10:23, Francois PIETTE schreef:
Ruud Kerstens wrote in Midware mailing list:
Ruud Kerstens wrote in Midware mailing list:
Now I am able to
get the information in a table in the webscreen, however due to
screenlimitations i need to create a pulldown and fill it with the
variable i retrieve.
The variable works fine in a table, but my dropdown/pulldown box does
not get any