<script>
function myFunction(x) {
alertify.prompt('Prompt Title', x, '1'
, function (evt, value)
{
}
, function () {
alertify.error('Cancel') });
}
</script>