![]() |
# 4 | |
משתמש - היכל התהילה
|
ציטוט:
iframe לא תקני בXHTML מסוג STRICT כן תקני בTRANSITIONAL וFRAMESET. לגבי תיבת טקסט אם הבנתי נכון אתה עושה ככה. כפתור SUBMIT והטקסט FIELD שלך, את שניהם בFORM. על הFORM אתה מגדיר בעזרת JS שיעשה מה שאתה רוצה לדוגמה: HTML קוד:
<form method="post" action="#" onsubmit="return false;document.getElementById('MyIframe').src='document.getElementById('MyField').value"> <input type="text" id="MyField" class="input" value="כתובת" /> <input type="submit" value="שלח" /> </form> <iframe id="MyIframe" src="" width="90%" height="90%"> עריכה: ביצעתי שינויים, בדקתי את הקוד והוא לא עבד, עכשיו עובד: HTML קוד:
<form method="post" action="#" onsubmit="document.getElementById('MyIframe').src=document.getElementById('MyField').value;return false;"> <input type="text" id="MyField" value="כתובת" /> <input type="submit" value="שלח" onclick="" /> </form> <iframe id="MyIframe" src="test.com" width="90%" height="90%"> Last edited by Shay Ben Moshe; 04-06-09 at 14:11.. |
|
![]() |
חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
|
|