Click here to Skip to main content
15,884,353 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: I have HTML and jQuery as below, I want to convert that into EmberJS Pin
simpledeveloper9-Sep-20 11:47
simpledeveloper9-Sep-20 11:47 
QuestionFilter the JSON object Pin
kasimmohamed5-Sep-20 5:11
kasimmohamed5-Sep-20 5:11 
QuestionHow to redirect in IE 11 Pin
huhuhhuhuh2-Sep-20 1:13
huhuhhuhuh2-Sep-20 1:13 
AnswerRe: How to redirect in IE 11 Pin
Richard Deeming2-Sep-20 2:52
mveRichard Deeming2-Sep-20 2:52 
AnswerRe: How to redirect in IE 11 Pin
huhuhhuhuh3-Sep-20 6:13
huhuhhuhuh3-Sep-20 6:13 
AnswerRe: How to redirect in IE 11 Pin
huhuhhuhuh4-Sep-20 2:33
huhuhhuhuh4-Sep-20 2:33 
AnswerRe: How to redirect in IE 11 Pin
Richard Deeming4-Sep-20 3:15
mveRichard Deeming4-Sep-20 3:15 
Questionwindow.open new window not showing up Pin
Member 1492460727-Aug-20 7:21
Member 1492460727-Aug-20 7:21 
I'm executing a function on onclientclick.

function GetUrlPage() {


var pplid = document.getElementById('<%= tbPersonId.ClientID %>').value;

var newwindow = window.open('MXUrl.aspx?PersonId=' + pplid, null,
"Width=475px, Height=500px; top=42px; scrollbars=1; toolbar=0; titlebar=0; menubar=0; statusBlush | :O ;");

Nothing happens. If I add an alert("some message"); after the window.open everything works great.
I can only assume it is just blowing thru the code but I don't know how to make it wait.

Don't do much in javascript so am really at a loss. Really appreciate any help you can give me.
AnswerRe: window.open new window not showing up Pin
Richard MacCutchan27-Aug-20 22:35
mveRichard MacCutchan27-Aug-20 22:35 
GeneralRe: window.open new window not showing up Pin
Member 1492460728-Aug-20 6:00
Member 1492460728-Aug-20 6:00 
GeneralRe: window.open new window not showing up Pin
Richard MacCutchan28-Aug-20 6:27
mveRichard MacCutchan28-Aug-20 6:27 
GeneralRe: window.open new window not showing up Pin
Member 1492460728-Aug-20 6:36
Member 1492460728-Aug-20 6:36 
GeneralRe: window.open new window not showing up Pin
Member 1492460728-Aug-20 11:07
Member 1492460728-Aug-20 11:07 
GeneralRe: window.open new window not showing up Pin
Richard Deeming31-Aug-20 22:32
mveRichard Deeming31-Aug-20 22:32 
QuestionTrouble communicating from brackets to chrome console Pin
Member 1492206724-Aug-20 19:00
Member 1492206724-Aug-20 19:00 
AnswerRe: Trouble communicating from brackets to chrome console Pin
F-ES Sitecore25-Aug-20 0:43
professionalF-ES Sitecore25-Aug-20 0:43 
GeneralRe: Trouble communicating from brackets to chrome console Pin
Member 1492206725-Aug-20 6:05
Member 1492206725-Aug-20 6:05 
GeneralRe: Trouble communicating from brackets to chrome console Pin
F-ES Sitecore25-Aug-20 7:02
professionalF-ES Sitecore25-Aug-20 7:02 
GeneralRe: Trouble communicating from brackets to chrome console Pin
Member 1492206725-Aug-20 9:21
Member 1492206725-Aug-20 9:21 
GeneralRe: Trouble communicating from brackets to chrome console Pin
Member 1492206725-Aug-20 6:44
Member 1492206725-Aug-20 6:44 
QuestionIterate nested json object in javascript and change the key names Pin
Member 1492059622-Aug-20 20:30
Member 1492059622-Aug-20 20:30 
AnswerRe: Iterate nested json object in javascript and change the key names Pin
Richard Deeming24-Aug-20 0:34
mveRichard Deeming24-Aug-20 0:34 
QuestionCan't set dropdown (option) value in static website after AJAX call Pin
huhuhhuhuh22-Aug-20 11:55
huhuhhuhuh22-Aug-20 11:55 
AnswerRe: Can't set dropdown (option) value in static website after AJAX call Pin
Richard Deeming23-Aug-20 23:21
mveRichard Deeming23-Aug-20 23:21 
GeneralRe: Can't set dropdown (option) value in static website after AJAX call Pin
huhuhhuhuh24-Aug-20 5:01
huhuhhuhuh24-Aug-20 5:01 

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.