HTML - and JavaScript-Code 1 <script type=”text/javascript”> function Show(id) ... getElementById(id).style.visibility = “visible”; } function Hide(id) { if ...
確定! 回上一頁