Share via


Using Forms in Hosted HTML Applications

You can use forms in a hosted HTML application in Windows Media Center much as you would in a page hosted by Internet Explorer. Keep in mind that to access an element inside a form by its name or ID, you must qualify the object reference to include the name or ID of the parent form. The following example shows how to access a submit button named mySubmitBtn inside a form named myForm:

myForm.mySubmitBtn

See Also