03-05-2012, 17:11
|
|
|
חבר מתאריך: 02.06.03
הודעות: 1,224
|
|
שמירת הודעה משתנה בHTML
שלום ,
בניתי דף HTML ובו יש 2 חלונות
שקוראת 2 סוגי הודעות מכתובת מסויימת.(נאמר עובד/לא עובד)
עכשיו - אני רוצה שטבלה אחת מהם תשמור את ההודעות "הלא עובד"
האם אפשר לעשות זאת ?, אשמח לעזרה בנושא ,
אני די חלש בכל תחום הHTML (הכל מלימודי Google...... אז אשמח לתשובה פשוטה)
תודה.
קוד:
<HTML>
<HEAD>
<TITLE>Sensor test</TITLE>
</HEAD>
Sensor messages
<BR>
<BR>
Get data from arduino:
<BR>
<table width="75%" border="0">
<td align="center">
<table width="99%" border="4">
<td align="center">
running- <a href='http://10.0.0.155:80' traget='NormalBox'></a>|
<BR>
<iframe src='http://10.0.0.155' width='30%' height='300'
name='NormalBox'>
<meta http-equiv=\"refresh\" content=\"1\">
</iframe>
<BR>
</td>
</table>
</td>
<td align="center">
<table width="99%" border="4">
<td align="center">
Warning Log
<BR>
<iframe src='http://10.0.0.155:80' width='30%' height='300'>
<meta http-equiv=\"refresh\" content=\"1\">
</iframe>
<BR>
</td>
</table>
</td>
</table>
</HTML>
_____________________________________
It is nice to be importent but it's more importent to be nice
|