אשכול: קוד ב JAVESCRIPT
View Single Post
ישן 21-10-12, 17:42   # 6
eliran2313
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Aug 2011
הודעות: 691

eliran2313 לא מחובר  

ציטוט:
נכתב במקור על ידי Shahar Haronian צפה בהודעה
<body>
<div id="main">
<div id="menu">
<ul>
<?php include('blocks/menu.php'); ?>
</ul>
</div>
<div id="bg">
<div id="banner-m"></div>
<div id="text">
<p>גלריה</p>
</div>
<div id="paget"></div>
<div id="page">
<table>
<tr>
<td><a href="#" onclick="javascript:showhide('picture1');">תמונה 1</a></td>
<td><a href="#" onclick="javascript:showhide('picture2');">תמונה 2</a></td>
<td><a href="#" onclick="javascript:showhide('picture3');">תמונה 3</a></td>
<td><a href="#" onclick="javascript:showhide('picture4');">תמונה 4</a></td>
<td><a href="#" onclick="javascript:showhide('picture5');">תמונה 5</a></td>
</tr>
</table>
<br>
<table cellpadding="9" cellspacing="6" class="table" align="center">
<tr>
<td class="table" id="picture1" style="display:none;"><img src="http://www.introx-serv.co.il/img/1.png" border="0"></td>
<td class="table" id="picture2" style="display:none;"><img src="http://www.introx-serv.co.il/img/2.png" border="0"></td>
<td class="table" id="picture3" style="display:none;"><img src="http://www.introx-serv.co.il/img/3.png" border="0"></td>
<td class="table" id="picture4" style="display:none;"><img src="http://www.introx-serv.co.il/img/4.png" border="0"></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</body>
איפה ה js?
אני מבין שעברית זאת שפה קשה.
אנא ממך:
העתק את כל הקובץ, כולל כל הדברים, html css js php וכו' וכו' וכו'
ותדביק אותו בתוך תגיות code של פורום.
תודה
__________________
  Reply With Quote