Hi

I want to make different style of alert box on my code
So help me how to make user choice alert box.


Thanq

<select name='almost' id='bob' onchange="javascript:return confirm('Are you sure you want to change this setting ?')">
<option>blue</option><option>green</option><option>red</option></select>
<input type='submit' onclick="javascript:return confirm('Have you completed all required fields form will not submit untill complete ?')">

'javascript:return confirm(text query)' works for me in many applications

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.