Initiating a URL call from within an Omnis Studio web-client

Andrew Stolarz stolarz at gmail.com
Thu Jun 11 11:50:35 EDT 2015


Rolf,

In the most basic way, If you have paypal html code, simply put it into a
method such as: (or any javascript code to suit you)


JavaScript: window.location.href = "https://test.com";


Right click on the method and select "execute on client". This will turn
your method pink. run that method behind your button.



Andrew





On 11 June 2015 at 11:25, Rolf Brauch <rolf at brauch.com> wrote:

> Hello all — I don’t think I phrased my last post on this subject clearly.
>
> We have a web-client front-ending a database running on an Apple server.
> Once a user has made a connection the user makes a selection and then
> clicks on the Order button.  I’m looking for Omnis Studio code to place
> behind the button in our web-client app that will simulate a URL-call to
> Paypal, as if the user had clicked on a normal Submit button on a
> web-page.  I know what the html code to Paypal looks like — I need the
> Omnis Studio code to simulate this.
>
> Any sample code will be greatly appreciated.
>
> Rolf Brauch
> Brauch Database Systems, Inc.
> 810 Gulf Pavilion Drive #204
> Naples, Florida 34108
>
> 239-449-8585
> 416-907-6929 (Toronto link)
>
> http://www.brauch.com
>
>
>
>
>
>
>
>
>
>
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
>



More information about the omnisdev-en mailing list