Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang ="en">
- <head>
- <meta charset="UTF-8">
- <title>Laboratoriska1</title>
- </head>
- <body>
- <script>
- vlez=prompt("Vnesete telefonski broj");
- k=vlez;
- op=parseInt(k/1000000);
- if(op==70 || op==71 || op==72){
- document.write("0" + k +"-T-Mobile");
- }
- else if(op==75 || op==76){
- document.write("0" + k +"-ONE");
- }
- else if(op==77 || op==78){
- document.write("0" + k + "-VIP");
- }
- else{
- document.write("Vnesovte nevaliden broj");
- }
- </script>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement