Click here to Skip to main content
15,881,820 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionHow to redirect the weburl to particular country when user types in Browser. Pin
pradeep yajamanam21-Jan-16 3:17
pradeep yajamanam21-Jan-16 3:17 
AnswerRe: How to redirect the weburl to particular country when user types in Browser. Pin
F-ES Sitecore21-Jan-16 3:52
professionalF-ES Sitecore21-Jan-16 3:52 
GeneralRe: How to redirect the weburl to particular country when user types in Browser. Pin
Richard Deeming21-Jan-16 3:57
mveRichard Deeming21-Jan-16 3:57 
AnswerRe: How to redirect the weburl to particular country when user types in Browser. Pin
Beginner Luck27-Jan-16 14:49
professionalBeginner Luck27-Jan-16 14:49 
GeneralRe: How to redirect the weburl to particular country when user types in Browser. Pin
Richard Deeming28-Jan-16 1:07
mveRichard Deeming28-Jan-16 1:07 
QuestionNeed help with script Pin
Member 1227186218-Jan-16 9:27
Member 1227186218-Jan-16 9:27 
AnswerRe: Need help with script Pin
Richard Deeming18-Jan-16 10:45
mveRichard Deeming18-Jan-16 10:45 
QuestionGetting User Name Pin
Member 1226951817-Jan-16 8:20
Member 1226951817-Jan-16 8:20 
Hello - this is my first code so please be patient. I am using Google Apps Script in a google sheet . . .but I get an error . .I am trying to extract the full name from the email address . . .


C#
function onOpen() {
  
var MyName = Session.getActiveUser()
// Browser.msgBox(email)
var myvar = MyName.slpit("@");
   Browser.msgBox('Welcome to my spreadsheet '+MyName, Browser.Buttons.OK);
  
}

AnswerRe: Getting User Name Pin
Wombaticus17-Jan-16 11:25
Wombaticus17-Jan-16 11:25 
GeneralRe: Getting User Name Pin
Member 1226951817-Jan-16 12:50
Member 1226951817-Jan-16 12:50 
GeneralRe: Getting User Name Pin
Wombaticus17-Jan-16 12:55
Wombaticus17-Jan-16 12:55 
GeneralRe: Getting User Name Pin
Member 1226951817-Jan-16 12:58
Member 1226951817-Jan-16 12:58 
GeneralRe: Getting User Name Pin
Wombaticus17-Jan-16 13:05
Wombaticus17-Jan-16 13:05 
GeneralRe: Getting User Name Pin
Wombaticus17-Jan-16 13:10
Wombaticus17-Jan-16 13:10 
GeneralRe: Getting User Name Pin
Member 1226951817-Jan-16 13:13
Member 1226951817-Jan-16 13:13 
SuggestionRe: Getting User Name Pin
Richard Deeming18-Jan-16 1:39
mveRichard Deeming18-Jan-16 1:39 
QuestionHow to change MapTypeControl info text Change map style to our own text in google.maps.MapTypeControlStyle.DROPDOWN_MENU Pin
ven75313-Jan-16 6:36
ven75313-Jan-16 6:36 
QuestionArray Question Pin
Mindlesscandi10-Jan-16 16:17
Mindlesscandi10-Jan-16 16:17 
AnswerRe: Array Question Pin
Richard MacCutchan10-Jan-16 21:03
mveRichard MacCutchan10-Jan-16 21:03 
AnswerRe: Array Question Pin
Nathan Minier11-Jan-16 2:13
professionalNathan Minier11-Jan-16 2:13 
QuestionStatic Clock Pin
Mindlesscandi10-Jan-16 16:00
Mindlesscandi10-Jan-16 16:00 
AnswerRe: Static Clock Pin
Richard MacCutchan10-Jan-16 21:02
mveRichard MacCutchan10-Jan-16 21:02 
QuestionDisplay web page on mobile as overview with zoom-in on detail Pin
Member 122502747-Jan-16 5:49
Member 122502747-Jan-16 5:49 
AnswerRe: Display web page on mobile as overview with zoom-in on detail Pin
Nathan Minier8-Jan-16 2:16
professionalNathan Minier8-Jan-16 2:16 
QuestionHow to load all the images from a folder on local with only javascript? Pin
phinq19102-Jan-16 7:04
professionalphinq19102-Jan-16 7:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.