Re: Auto populate an HTML form with LC server

2022-08-07 Thread Hakan--- via use-livecode
I don’t understand Japanese but to clarify the process. The server side can’t do anything unless you call it in some way. So every time you see something happening in the browser before you submit it is JavaScript running. The libraries mentioned are Ajax libraries (as far as I understand) and s

Re: megabundle thoughts

2022-08-07 Thread Tom Glod via use-livecode
Greetings Everyone! I might be pretty biased (cuz the bundle contains my AppStarterStack), And I understand that people have different goals with their software development. But all i know is there is ALOT of value in the bundle. So much so, I don't even necessarily agree with the price points, f

Re: Auto populate an HTML form with LC server

2022-08-07 Thread Tim Selander via use-livecode
一発でした! 小島様、ありがとうごあいました。助かりました! お久しぶりに「小島健治」というお名前をメールリストに見て、すごく嬉しくなりました。過去、何回も手伝ってくださいましたね。 ごめんんさい、芸術の世界とまったく縁のない人間ですが、HPを見ると、相変わらず重要なプロジェクトを取り上げていますね。 では、これからもよろしくお願いいたします。 セランダー・ティム Thank you so much!! Tim On 2022.08.07 20:17, Kenji Kojima wrote: Tim, See this https://www.webdesign-fan

Re: Auto populate an HTML form with LC server

2022-08-07 Thread Kenji Kojima via use-livecode
Tim, See this https://www.webdesign-fan.com/ajaxzip3 and http://www.webdesign-fan-guide.com/ajaxzip3/ I believe you can use these on the LC server. Best, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/

Auto populate an HTML form with LC server

2022-08-07 Thread Tim Selander via use-livecode
Many web forms in Japan automatically fill in prefecture, town, ward and block when you just put in the zip code. I would like to do that on my web site, and know the api I would use. I assume these sites are using javascript, but can LC server pick up user input before the submit button is cl