Gnoga.Gui.Location.Search

See test/forms.adb although in the current test you would have to type
something like http://localhost:8080/demo?hadsa=skjasdh  to see it
displayed.

David Botton


On Sun, May 31, 2015 at 5:35 AM Pascal <blady-...@users.sf.net> wrote:

> Hello,
>
> The function Gnoga.GUI.Window. Form_Parameter returns one GET parameter of
> the given name:
>    function Form_Parameter (Window : Window_Type; Name  : String)
>                             return String;
>
> How to get the whole parameter list of GET parameters as for POST
> parameters in Gnoga.Types.Data_Map_Type?
> For instance parsing 3 parameters in: ?cat=42053&s=date&npk=1
>
> Thanks, Pascal.
> http://blady.pagesperso-orange.fr
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to