Search found 44 matches

Go to advanced search

by jmd2004
Fri Apr 03, 2015 2:43 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

One more question related to this topic. How would i code a dynamic email link using the same method. var my_agent_id = localStorage.getItem("agent_id"); "mailto:a href="mailto:your@email.address" rel="nofollow"your@email.address/a?subject=Comments about the color ...
by jmd2004
Fri Apr 03, 2015 2:39 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

This worked for me.... var my_phone = localStorage.getItem("phone"); var my_agent_id = localStorage.getItem("agent_id"); var my_wait_to_callback = Appery("callback_input_time").val(); $.get( " https://localhost.com ", { var1: "foo", id: "7113&qu...
by jmd2004
Mon Mar 30, 2015 7:38 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

This worked for me!

by jmd2004
Mon Mar 30, 2015 4:41 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

Hi Egor, Your suggestion worked perfectly! I'm now trying to also add a variable into the url from a "select" menu. The user will select a duration measured in minutes and click submit. var myLSV1 = localStorage.getItem("MYLSV1"); var myLSV2 = localStorage.getItem("MYLSV3&qu...
by jmd2004
Mon Mar 30, 2015 4:19 pm
Forum: Issues
Topic: SMS - WITH VARIABLE FROM LOCAL STORAGE
Replies: 8
Views: 1023
 
Jump to post

SMS - WITH VARIABLE FROM LOCAL STORAGE

HI Egor, Thanks for your quick reply. I found this info from the apple deveolpers website. So unfortunately, it doesn't appear to be possible on IOS. I will test on android. The sms scheme is used to launch the Messages app. The format for URLs of this type is “sms:”, where is an optional parameter ...
by jmd2004
Sun Mar 29, 2015 7:07 pm
Forum: Issues
Topic: SMS - WITH VARIABLE FROM LOCAL STORAGE
Replies: 8
Views: 1023
 
Jump to post

SMS - WITH VARIABLE FROM LOCAL STORAGE

HI, I'M TRYING TO CODE A BUTTON THAT WILL OPEN UP AN SMS WINDOW AND DYNAMICALLY POPULATE THE "BODY WITH A VARIABLE" var my_id = localStorage.getItem("user_id"); window.open(‘sms:+375292771265?body= from Appery.io!’, ‘_system’); Is this possible? If so, any help would be greatly a...
by jmd2004
Fri Mar 27, 2015 6:25 pm
Forum: Issues
Topic: OAuth 2 Template plugin sign in
Replies: 9
Views: 1488
 
Jump to post

OAuth 2 Template plugin sign in

Interesting. This may have been a cache issue or that I needed to enable the google plus api. Not sure exactly, but the issue is resolved.

by jmd2004
Fri Mar 27, 2015 6:11 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

Egor,

Thanks for your response!

by jmd2004
Fri Mar 27, 2015 5:58 pm
Forum: Issues
Topic: OAuth 2 Template plugin sign in
Replies: 9
Views: 1488
 
Jump to post

OAuth 2 Template plugin sign in

I have a similiar issue with a different error message Image

by jmd2004
Sat Mar 21, 2015 2:08 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

@yuri - i don't understand your suggestion. is their not a way to lets say insert a variable into an event javascript.

Go to advanced search