Hi Geniuses,
I need u r help again...
I want to creat a confermation alert.
this is my .js code

function show_confirm(){
    var c=confirm("Are you sure to do this");
}

and this is my html code

<input name="confirm" type="button" id="confirm" value="Show" tabindex="1" onclick="javascript:show_confirm()"/>

Now my question is how I change the format of alert box..that means I want to see
1. 'Yes' in plase of 'ok',
2. 'confirm' in plase of 'windows internet explorer'

Please anyone help me...

Recommended Answers

All 2 Replies

Thanks...nice site...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.