Đang chuẩn bị liên kết để tải về tài liệu:
Perl in a Nutshell phần 8

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

CGI.pm hỗ trợ JavaScript kịch bản bằng cách cho phép bạn nhúng một đoạn mã JavaScript vào các hình thức HTML trong thẻ, và sau đó kêu gọi các kịch bản bằng cách sử dụng kịch bản tham số để phương pháp START_HTML. Sau đó, bạn có thể gọi các chức năng JavaScript cho phù hợp với các yếu tố hình thức. | Chapter 10 10.5 Using JavaScript Features PERL IN A NUTSHELL 41 PREVIOUS Chapter 10 The CGI.pm Module NEXT 10.5 Using JavaScript Features CGI.pm supports JavaScript scripting by allowing you to embed a JavaScript script into the HTML form within SCRIPT tags and then calling the script using the - script parameter to the start_html method. You can then call the JavaScript functions as appropriate to the form elements. PREVIOUS 10.4 Named Parameters NOME BOOK INDEX NEXT 10.6 Debugging Library Home Perl in a Nutshell Learning Perl Learning Perl on Win32 Programming Perl Advanced Perl Programming Perl Cookbook http www.crypto.nc1uw1aoi420d85w1sos.de documents oreilly perl perlnut ch10_05.htm 2 7 2001 10 35 34 PM Chapter 10 10.6 Debugging IN A NUTSHELL 41 PREVIOUS Chapter 10 The CGI.pm Module NEXT 10.6 Debugging A complication of writing CGI scripts is that when debugging the script you have to wrestle with the web server environment. CGI.pm provides support for debugging the script on the command line. If you run the script on the command line without arguments you will be placed into an offline mode in which name-value pairs can be entered one-by-one. When you press CTRL-D the script runs. For example birthday offline mode enter name value pairs on standard input birthday 6 4 65 d Content-type text html P Your birthday is 6 4 65. P You can also supply the name value parameters directly on the command line. For example test birthday 6 4 65 Content-type text html P Your birthday is 6 4 65. P Multiple values can be separated by spaces as separate arguments on the command line or by ampersands as in URL-encoded syntax . In fact you can use URL-encoded syntax on the command line. This makes it easy to supply raw CGI input to the script for testing purposes. Just remember to protect the ampersand from the shell. test Ibirthday 6 2f4 2f65 name Fred 20FlintstoneI Content-type text html P Fred Flintstone your birthday is 6 4 65. P PREVIOUS NOME NEXT 10.5 Using .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.