• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

window.confirm() not working in dreamweaver 2018 CEP panel

New Here ,
Jan 15, 2019 Jan 15, 2019

Copy link to clipboard

Copied

Hi,

I am developing a CEP panel that needs some confirmation from the user, but the simple javascript confirm('message') doesnt seem to work. Is this something you cannot do from within CEP, or am I doing something wrong?.

my code is now basically this and runs fine without the confirm function.

var confirm = confirm("text");

if (confirm){

     go on

}

Views

195

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 18, 2019 Jan 18, 2019

Copy link to clipboard

Copied

LATEST

Not the expert on this one, but found a discussion that could provide you with insights JavaScript confirm not working in Chrome - Stack Overflow

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines