Good day to everyone!
I just want anybody to correct my code. The code tells that when i click on the button it will dispay a msg that will confirm if the client really wants to add the information, If yes then he will be redirected to another page, if no then the page that contain the onclink confirm will retain to its current status.
Here is my code pls help:
<input name="" type="submit" OnClick=\"return confirm('Are you sure to submit this payment transaction.?);\"" value="Submit Payment" >
When the client click yes.he/she will will redirected to another page.If no, then the current page will retain its current position.
Pls help.!