Mam taki problem.
W pewnym projekcie korzystam z kilku projektorów do których mam dostep zdalny, w panelu projektora wyświetlają się pewne dane (czy projektor jest włączony, i żywotność lamp), potrzebuje te dane w jakiś sposob wyciągnąć, tak aby stworzyć stronke która wyświetli mi parametry wszystkich projektorów na raz. W jednej z podstron zauważylem żę są te dane zakomentowane. Kod źródłowy tej strony:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <meta HTTP-EQUIV="Expires" CONTENT="0"> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> <script LANGUAGE="JavaScript" TYPE="text/javascript"> <!-- function Startup() { setTimeout('Sdisplay()',500); } function Sdisplay() { top.statusF.document.stat.textfield5.value='Normal.\n'; top.statusF.document.stat.textfield5.style.color='black'; top.statusF.document.stat.textfield.value='60%'; top.statusF.document.stat.textfield6.value='60%'; top.statusF.document.stat.textfield2.value='791'; top.statusF.document.stat.textfield4.value='791'; top.statusF.document.stat.textfield3.value='795'; top.consoleN.document.power_on.src='/power_on_g.gif'; top.consoleN.document.power_off.src='/power_off_b.gif'; top.consoleN.document.src_rgb1.src='/src_rgb1.gif'; top.consoleN.document.src_rgb2.src='/src_rgb2.gif'; top.consoleN.document.src_rgb3.src='/src_rgb3_a.gif'; top.consoleN.document.src_comp.src='/src_comp.gif'; top.consoleN.document.src_svid.src='/src_svid.gif'; top.consoleN.document.src_vidn.src='/src_vidn.gif'; top.consoleN.document.mute_pic_on.src = '/mute_on_b.gif'; top.consoleN.document.mute_pic_off.src = '/mute_off_g.gif'; } //--> </script> </head> <!--<body bgcolor="#000000" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">--> <body text=#ffffff bgcolor="#000000" onLoad="Sdisplay();"> </body> </html> </script> </head> <body> </body> </html>