33 lines
850 B
HTML
33 lines
850 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
function pageLoad()
|
|
{
|
|
plugin.setStartPageDisplayed (true);
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<script type="text/javascript"> pageLoad() </script>
|
|
|
|
<OBJECT name=idrivecontrol type="application/x-bmw-idrivecontrol" width="0px" height="0px">
|
|
<PARAM name="ROTATE_LEFT" value="33">
|
|
<PARAM name="ROTATE_RIGHT" value="34">
|
|
<PARAM name="PUSH" value="32">
|
|
|
|
<div style="text-align: center; width: 450px; margin-top: 4px;
|
|
padding: 0; border: 2px dashed red; background-color: #FFDBC6;">
|
|
Error : iDrive-Control-Plugin not available. <br>
|
|
</div>
|
|
|
|
</OBJECT>
|
|
|
|
<script type="text/javascript">
|
|
plugin = document.getElementsByName("idrivecontrol")[0];
|
|
</script>
|
|
|
|
<h1><p>Function currently not available - please try again later</p></h1>
|
|
</body> |