[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gb.web webpage, pass javascript value to the class?
[Thread Prev] | [Thread Next]
- Subject: gb.web webpage, pass javascript value to the class?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Mon, 15 Dec 2025 15:32:23 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Is it possibleto pass a Javascript from a Main.webpage file to the Main.class? Or is it possible to get the webpage Javascript info in the class? I want to do something like this in Main.webpage... <DOCTYPE html> <head> <script> let sOrigin = location.origin; </script> </head> <% Init(sOrigin) %> Or if that's not possible is it possible to get location.origin in Main.class? Thanks Respects BruceS
| Re: gb.web webpage, pass javascript value to the class? | Lee <t.lee.davidson@xxxxxxxxx> |