View Single Post
ישן 30-10-06, 19:03   # 3
Scooter
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 289

Scooter לא מחובר  

ניסיתי ככה :

PHP קוד:
<html>
    <
body>
        <
img src="pic.jpg"  onmouseover="window.location=('www.one.co.il','iframe')";>
        <
iframe src="http://www.walla.co.il" height="400" width="400" name="iframe"></iframe>
    </
body>
</
html
וגם ככה:

PHP קוד:
<html>
    <
body>
        <
img src="pic.jpg"  onmouseover="window.document.iframe.src=('www.one.co.il')";>
        <
iframe src="http://www.walla.co.il" height="400" width="400" name="iframe"></iframe>
    </
body>
</
html
__________________
  Reply With Quote