Expand|Select|Wrap|Line Numbers
- var total=document.getElementById("pagelimit").value;
- var choice=confirm("Adakah anda pasti untuk set semula password bagi "+total+" rekod\!\nAre you sure to reset password for "+total+" record\!");
- if (choice)
- {
- str="http:\\somethingurl";
- }else{
- str="http:\\somethingurl";
- }
mabe like this command:
Expand|Select|Wrap|Line Numbers
- document.link("str");