Prompt A Message

This is my code in view

_form:

<?php echo CHtml::submitButton($model->isNewRecord ? UserModule::t(‘Create’): UserModule::t(‘Save’)); ?>

How do i add a prompt message before it proceed.

Prompt message would be like this "Are you sure … ? (with ok and cancel BUTTON)"

Kindly help me. Thanks.

You can use javascript on submit,use confirm box .

http://www.yiiframework.com/forum/index.php/topic/31116-confirmation-button/