Search found 37 matches

Go to advanced search

by David Fung
Mon Jul 20, 2020 8:59 am
Forum: Issues
Topic: Facebook Plug-in
Replies: 3
Views: 512
 
Jump to post

Facebook Plug-in

\n \""type\"": \""OAuthException\""

by David Fung
Thu May 09, 2013 4:23 pm
Forum: Issues
Topic: Google Map info window not showing
Replies: 20
Views: 2233
 
Jump to post

Google Map info window not showing

Sorry, I copied the above code but the marker does not display. Anything missing? Thanks! var newLat = localStorage.getItem("lat"); var newLng = localStorage.getItem("long"); var myLatLng = new google.maps.LatLng(newLat, newLng); var mapOptions = { zoom: 15, center: myLatLng, map...
by David Fung
Fri Apr 26, 2013 2:09 pm
Forum: Issues
Topic: Project zip file restore issue
Replies: 3
Views: 635
 
Jump to post

Project zip file restore issue

Thanks for your support.

by David Fung
Fri Apr 26, 2013 5:14 am
Forum: Issues
Topic: Project zip file restore issue
Replies: 3
Views: 635
 
Jump to post

Project zip file restore issue

No amendment is made. I just sent the zip file by e-mail. Thanks!

by David Fung
Fri Apr 26, 2013 3:08 am
Forum: Issues
Topic: Project zip file restore issue
Replies: 3
Views: 635
 
Jump to post

Project zip file restore issue

When I restore the project zip file in project wizard, it returned the error "Unsupported file content. Please only upload Appery.io project file."

I am sure the zip file was generated by Appery.io platform recently.

by David Fung
Thu Mar 07, 2013 11:44 am
Forum: Issues
Topic: Make a PayPal button
Replies: 2
Views: 480
 
Jump to post

Make a PayPal button

Thanks! Finally, I found that the html code is equal to the below web link.

https://www.paypal.com/cgi-bin/webscr...

Code: Select all

i.e. I put the web link into a click event of a button.
by David Fung
Thu Mar 07, 2013 11:19 am
Forum: Issues
Topic: Make a PayPal button
Replies: 2
Views: 480
 
Jump to post

Make a PayPal button

If I want to create a paypal button via the below html code, is it possible?

< form action="https://www.paypal.com/cgi-bin/webscr" method="post"
< input type="hidden" name="cmd" value="_s-xclick"
...
...
...
< /form

by David Fung
Wed Feb 27, 2013 4:26 pm
Forum: Issues
Topic: Can I use PHP?
Replies: 6
Views: 816
 
Jump to post

Can I use PHP?

I see. Thanks!

by David Fung
Wed Feb 27, 2013 3:16 pm
Forum: Issues
Topic: Can I use PHP?
Replies: 6
Views: 816
 
Jump to post

Can I use PHP?

I am going to write a program which receives the mail issued by mailgun. Here is their documentation.

http://documentation.mailgun.net/user...

In php, I can use the _$REQUEST to collect the http post generated by mailgun. I am not sure whether JS can do the same function.

by David Fung
Wed Feb 27, 2013 9:17 am
Forum: Issues
Topic: Can I use PHP?
Replies: 6
Views: 816
 
Jump to post

Can I use PHP?

I have a program in php and use the _REQUEST[ ] syntax. Can I deploy it in JavaScript?

// get sender, recipient fields
$subject = $REQUEST['subject'];
$text = $REQUEST['body-plain'];
...
...

Thanks!

Go to advanced search