Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
var x = document.getElementById('x')
	var x = parent.FRAMENAME.getElementById('x')
	window.status = "Ihr Browser ist"+navigator.appName
	Frank schrieb:bzw so (wenns mit Frames klappen soll)
Code:var x = parent.FRAMENAME.getElementById('x')
JavaScript - file:/menu.htm
Event thread: mouseover
Error:
name: TypeError
message: Statement on line 13: Type mismatch (usually a non-object value used where an object is required)
Backtrace:
  Line 13 of inline#1 script in file:/menu.htm
    parent.banner.GetElementById("id").value = x;
  Line 1 of  script 
    instatus("text");
  At unknown location
    [statement source code not available]
	<tr><td onmouseover="instatus('text')"> punkt </td></tr>
	JavaScript - file:/menu.htm
Inline script thread
Error:
name: TypeError
message: Statement on line 2: Could not convert undefined or null to object
Backtrace:
  Line 2 of linked script file:/javascripts.js
    document.form.statl.value = x;
	<body>
  <table id="menu">
    <tr><td> </td></tr>
  </table>
</body>
	document.table.tr.td
	document.menu.tr.td
	onmouseover="this.bgcolor='white'"