'AutoCompleteSaveForm()' Syntax, Parameters and Note : AutoCompleteSaveForm « Javascript Methods « JavaScript Reference

'AutoCompleteSaveForm()' Syntax, Parameters and Note

Note:

Adds the form input to the autocomplete list.
    
Syntax:
    
window.external.AutoCompleteSaveForm(param1)

Parameters:
    param1   Required; the name of the form.

    

      
      








Related examples in the same category

1.'AutoCompleteSaveForm()' Example
2.'AutoCompleteSaveForm()' is applied to