Search found 44 matches

Go to advanced search

by jmd2004
Mon Aug 17, 2015 7:33 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4183
 
Jump to post

Bootstrap and Angular.JS - send email button

Hi Yurri, It worked! Thanks for your advise on how to execute the java script function. My Function to send an email opened my email client as expected. // Function code var my_agent_id = "12345678"; var email = "a href="mailto:test2@test_email.com" rel="nofollow"t...
by jmd2004
Thu Aug 13, 2015 7:32 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4183
 
Jump to post

Bootstrap and Angular.JS - send email button

any advise would be greatly appreciated!

by jmd2004
Wed Aug 12, 2015 12:24 am
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4183
 
Jump to post

Bootstrap and Angular.JS - send email button

that looks like a jquery tutorial. Any info for bootstrap/angular? I asked about email, but i'm specifically interested in how to run javascript functions for example in jquery the following works var my_phone = localStorage.getItem("phone"); var my_agent_id = localStorage.getItem("ag...
by jmd2004
Tue Aug 11, 2015 1:10 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4183
 
Jump to post

Bootstrap and Angular.JS - send email button

Any help would be greatly appreciated!

by jmd2004
Mon Aug 10, 2015 1:49 pm
Forum: Issues
Topic: Bootstrap and Angular.JS - send email button
Replies: 24
Views: 4183
 
Jump to post

Bootstrap and Angular.JS - send email button

Hi I'm trying to send an email via a button. Any help would be greatly appreciated! // Function code var my_agent_id = "12345678"; var email = "a href="mailto:test@acme_email.com" rel="nofollow"test@acme_email.com/a"; window.location.href = "mailto:"...
by jmd2004
Wed Aug 05, 2015 3:52 am
Forum: Issues
Topic: Social Login API - LinkedIn?
Replies: 4
Views: 718
 
Jump to post

Social Login API - LinkedIn?

Any tutorials on how to use this with bootstrap and angular?

by jmd2004
Tue Apr 07, 2015 7:14 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

I figured it out...

var my_id = localStorage.getItem("agent_id");
var email = "a href="mailto:bob@example.com" rel="nofollow"bob@example.com/a";

window.location.href = "mailto:" + email + "?subject=" + my_id;

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

Execute http get from javascript?

Hi Yurii,

I would like to have the following:

  1. user clicks on a button to send an email

  2. users local email client opens up

  3. the subject of the email is a local storage variable

    Thanks!
    James

by jmd2004
Sat Apr 04, 2015 1:34 pm
Forum: Issues
Topic: Execute http get from javascript?
Replies: 16
Views: 2389
 
Jump to post

Execute http get from javascript?

Thanks again for your help! Any help on the above would be greatly appreciated!

Go to advanced search