Horje

How to add An <object> element located outside a form (but still a part of the form)

Object Example.

index.html
Example: HTML
 <form action="/action_page.php" id="form1">
  First name: <input type="text" name="fname"><br>
  <input type="submit" value="Submit">
</form>

<object data="helloworld.swf" height="400" width="400" form="form1" name="obj1"></object> 

Output should be:

How to add An <object> element located outside a form (but still a part of the form)




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin