FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
Using javascript in webdev
Dec., 02nd 2009 at 06:58 AM
PETER ZHOU
<gu...st@news.pcsoft.fr>


Hi,
Anybody used java script in webdev before ?
Can provide some example/sample code ( browser's side ) based on user that clicks on a button?
Thanks & Regards,
PETER ZHOU


Replies to this message:
Re: Using javascript in webdev
hey guy. your example on using javasript have been of a good help. It opened my mind on using other language. I tried to apply the same approach using google map api and code, but it doesn't work. May ...
From Yao Bita - May, 04th 2010 - More »
Re: Using javascript in webdev
Dear Everybody, Thank you all for the advice & samples. I will feedback if any issue. Thanks & Regards, PETER ZHOU
From PETER ZHOU - Dec., 04th 2009 - More »
Re: Using javascript in webdev
Hi Peter, I've published a message for you that did not make it on the MySNIP forum. I have a lot of examples available. Have a look here : http://forum.pcsoft.fr/thread.awp?groupid=pcsoft.us.windev&p ...
From pat - Dec., 02nd 2009 - More »
Re: Using javascript in webdev
Hi Peter... be careful... If you are not VERY familiar with javascript, integrating external js code (ready to run or not) with a webdev site can be quite challenging best regards -- Fabrice Harari In ...
From Fabrice Harari - Dec., 02nd 2009 - More »
Re: Using javascript in webdev
Dear Shahine, Thank you for the sample code. I'm not familar with javascript, it's just that my client has "ready to run" javascript code and i will need to integrate them into webdev. Another questio ...
From PETER ZHOU - Dec., 02nd 2009 - More »
Re: Using javascript in webdev
Hi Peter Yes I have used Javascript quite a bit in WebDev-14 and generally it works very well. What is it that you want to do in JavaScript? Here is a generic example that I use to validate dates ente ...
From Shahine - Dec., 02nd 2009 - More »
Re: Using javascript in webdev
Hi Peter, Using javascript is relatively easy if you know where to start. I made this example : http://megusta.webdevtest.com/WD120AWP/WD120Awp.exe/CONNECT/Slimbox You will see it in action and the so ...
From pat - Dec., 02nd 2009 - More »