Beginning XML with DOM and Ajax From Novice to Professional phần 9

này chương trình con đặt giá trị innerText từ các giá trị được nhập vào các lĩnh vực văn bản . Sau đó nó sử dụng Save () phương pháp để cập nhật các tài liệu và hiển thị thông báo. Trước đây, bạn cần phải chắc chắn rằng bạn đã thiết lập cho phép thích hợp để cho phép cập nhật. | CHAPTER 11 INTRODUCTION TO SERVER-SIDE XML 341 Clicking the btnEdit button calls the btnEdit_Click sub Private Sub btnEdit_Click sender As Object e As EventArgs o .InnerText 1 .InnerText 2 .InnerText You have successfully updated the DVD End Sub This subroutine sets the InnerText value from the values entered into the text fields. It then uses the Save method to update the document and displays a message. As before you need to make sure that you ve set the appropriate permissions to allow updating. PHP Modifying DVD Information You can use the form on the page to collect the modifications which will then be processed with the page . The page populates the form with the selected element php id _GET id dom new DomDocument dom- preserveWhiteSpace false dom- formatOutput true dom- load path library DVD @id . id . xPath new domxpath dom selectedNode xPath- query path - item 0 foreach selectedNode- childNodes as child if child- nodeName title title child- textContent elseif child- nodeName format format child- textContent elseif child- nodeName genre genre child- textContent html head link href type text css rel stylesheet head body 342 CHAPTER 11 INTRODUCTION TO SERVER-SIDE XML h1 Edit DVD Details h1 form id frmEditDVD method POST action input type hidden name txtID value php echo id table tr td class emphasis Title td td input name txtTitle type text size 30 maxlength 50 value php echo title td tr tr td class emphasis Format td td input name txtFormat type text size 30 maxlength 50 value php echo format td tr tr td class emphasis Genre td td input name txtGenre type text size 30 maxlength 50 value php echo genre td tr tr td class emphasis colspan 2 input type submit id btnAdd value Update DVD td tr table form body .

Không thể tạo bản xem trước, hãy bấm tải xuống
TÀI LIỆU MỚI ĐĂNG
366    80    8    29-04-2024
Đã 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.