Create HTML table using Javascript

后端 未结 3 1071
陌清茗
陌清茗 2020-12-13 19:43

My question will ultimately be related to this site:

http://dbtest.net16.net/ethanol-01.html

EDIT: View unencrypted page source code here >>> http://dbtest.n

3条回答
  •  [愿得一人]
    2020-12-13 20:02

    In the html file there are three input boxes with userid,username,department respectively.
    

    These inputboxes are used to get the input from the user.

    The user can add any number of inputs to the page.

    When clicking the button the script will enable the debugger mode.

    In javascript, to enable the debugger mode, we have to add the following tag in the javascript.

    /************************************************************************\

        Tools->Internet Options-->Advanced-->uncheck
        Disable script debugging(Internet Explorer)
        Disable script debugging(Other)
    
        
    
        
    
        Dynamic Table
    
        
    
        
    
        
    
        



    User ID User Name Department

提交回复
热议问题