Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How many arguments does the getInputHtml() accept?

  2. A.

     1

    B.

     2

    C.

     3

    D.

     4

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The method getInputHtml(0 accepts two arguments: $name and $value. $name is the name you should assign your HTML input’s name= attribute, and $value is the field’s current value (either from the DB, or the POST data if there was a validation error).


Be The First To Comment