[Gambas-user] webform questions.

Bruce Steers bsteers4 at gmail.com
Mon Nov 7 18:19:01 CET 2022


On Mon, 7 Nov 2022 at 16:57, Marco Ancillotti <gambas at servinfo.it> wrote:

> Hi all ,
>
> i'm rewriting some tools from gambas desktop (kde) to gambas webform.
>
> I've made 99% of work but I can't find a way to make two things:
>
> 1) I need to open a url in a new tab passing some parameters , I've made
> it works in plain html and
>      I've put it in a webhtml container that works but I would like to
> do it directly in a gambas webbutton.
>
>      The code I use in the webhtml is:
>
>      <form action="http://miohost/xxx/yyy.cgi" method="GET">
>      <input type="hidden" name="user" value="pippo">
>      <input type="hidden" name="pass" value="pluto">
>      <button type="submit" formtarget="_blank"/>Open in new
> tab</button></form>
>
>      This open a new tab passing values, but I can't find a way to made
> the same in the _click code of a webbutton.
>
>
> 2) I have a webtabpanel , is there a way to delete/disable/hide a tab ?
> I can do it on gambas/kde but I don't find
>      a way to do it in the webtabpanel.
>
>
> Thank's in advance,
> marco.
>

for question 2
 WebTabPanel1.Remove(Index As Integer)
to remove the tab at Index

there does not seem to be a way to disable/hide
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20221107/f83d40a1/attachment-0001.htm>


More information about the User mailing list