Avatar of Tom Knowlton
Tom Knowlton
Flag for United States of America asked on

undefined - more verbose info?

misc_modalWin = window.open(sUrl, sName, sFeatures);

after this line, misc_modalWin is undefined.

But I am not sure why.

From the Chrome debugger console:

sUrl
"../ds_dialog_small.aspx?ErrMsg=0%20events%20are%20assigned%20to%20Al%20Kramer%20-%20All%20Events&dlgType=1&lbl=Customer%20Reassignment%20Count"

sName
"_blank_1453153757664"

sFeatures
"Width=320px,Height=255px,Help=no,Status=no;Scroll=no"



Is it possible to "step into" the call for window.open(  )    ?  How can I get more information?
JavaScriptWeb Development

Avatar of undefined
Last Comment
Tom Knowlton

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Alexandre Simões

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Tom Knowlton

ASKER
The window never opened.

I have not considered pop up blockers, yet.

Yep, that was it.

Thanks!
Tom Knowlton

ASKER
Nice work.
Your help has saved me hundreds of hours of internet surfing.
fblack61