Disable submit functionality for all forms on a HTML page

前端 未结 8 1530
轻奢々
轻奢々 2021-01-02 00:04

Using the .NET Windows Forms WebBrowser control to show the preview of a page, I\'m using the following approach described in this SO posting to disable all links on the pag

8条回答
  •  再見小時候
    2021-01-02 00:42

    
    
    ....
    ....
    ....

    my other answer has a more specific one-off example: https://stackoverflow.com/a/64831209/965666

提交回复
热议问题