Alert box

admin

Administrator
Staff member
I would like to give an 'Alert' on a html link. Say the link is 'User Details'. When a visitor clicks on 'User Details' and alert should pop up with a message "Do you want to change profile?". The alert should have 2 buttons 'Yes' & 'No'. When the visitor clicks on 'Yes' button he should be taken to url - <!-- m --><a class="postlink" href="http://www.xyz123.com">http://www.xyz123.com</a><!-- m --> and it should open in a new window. If the visitor clicks on 'No' he should be taken to a page 'abcd.html' which should open in the same frame (target=_self) or a defined frame (target=mainframe).
 
Back
Top