Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Bài tập thực hành JavaScript | Bài tập thực hành JavaScript 1. Bài Tập 1 Tao Giao Diên Như Sau I Radio Button Alert Click on one of the radio buttons to see a message 1 2 r 3 r Yêu cầu Khi Click chuột vào Radio Button thì có các thông điệp Message tương ứng FORM p 1 INPUT TYPE radio NAME radio value Bạn chọn số 1 onClick alert value 2 INPUT TYPE radio NAME radio value Bạn chọn số 2 onClick alert value 3 INPUT TYPE radio NAME radio value Bạn chọn số 3 onClick alert value form 2. Bài tập 2 Button Alert Push this button to make a message appear. message I Khi Click chuột vàonút Message thì hiện lên câu chào__ form input type button value message onClick alert How are you return true form 3.BàI tập 3 Chào tạm biệt Khi đóng cửa sổ trình duyệt hoặc chuyển sang trang Web khác thì xuất hiện lời chào tạm biệt Bài tập thực hành Javascript _Nguyễn Hữu Tuấn html head title Click the back to see the Example title meta name GENERATOR content Copyright Next Step Software 1998 c head body onUnload window.alert This Message Appears When you exit a page form p input TYPE button VALUE BACK onClick history.go -1 p form p Click the back to see the Example p body html 4. Bài tâp 4 Yêu cầu Khi nhấp vào liên kết thì Windows hỏi .Nếu OK thì ta link dến trang đó không thì ta không là gì cả http www.cidnet.vn script function rusure question confirm YOUR CONFIRM MESSAGE if question 0 top.location YOUR LINK GOES HERE script Now put this anywhere in your page and change YOUR LINK DESCRIPTION a href onClick rusure return false YOUR LINK DESCRIPTION a Bài tâp thuc hành Javascript _Nguyên Hou Tuan 5.Bài tập 5 Hãy tạo một chương trình máy tính điện tử như sau ữ I - I X I I I 71 html head script LANGUAGE JavaScript function a_plus_b form a eval form.a.value b eval form.b.value c a b form.ans.value c function a_minus_b form a eval form.a.value b eval form.b.value c a-b form.ans.value c function a_times_b form a eval form.a.value b eval form.b.value c a b form.ans.value c function a_div_b form a eval .