View Single Post
ישן 01-01-06, 20:49   # 5
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

אבל גם בJS אפשר!
הפונקצייה:
HTML קוד:
<script>
function imageopen(imagen)
{
window.open(imagen.src,"Bla Bla","location,height=imagen.height,width=imagen.width"); 
}
</script>
החלק של התמונה:
HTML קוד:
<img src="imagesrc.src" id="littleimage1" onclick="imageopen(this.id);">
אני חושב שזה פועל.
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote