נניח יש לי את הקוד הבא: <html><head></head><body> <table class='body_t center' cellspacing='0' dir='ltr' > <tr> <td valign='top' style='height:128px' colspan='2'><img src='bg.jpg' style='height:128px;width:100%;border:0px' alt='home' /></td> </tr> <tr> <td height="20px" style="width:100%;background: url('grad_bar.gif') repeat-x" colspan='2'></td> </tr> <tr> <td width='80%' height='100%'> <iframe src='body.php' scrolling='no' width='100%' frameborder='0' height='100%' marginheight='0' marginwidth='0' id='frame1' name='frame1'></iframe> </td> <td width='20%' valign='top'> <table style='width:100%'> <tr><td height="32px" class='smen1' id='a1' onmouseover="style_ch('a1');" onmouseout="style_ch1('a1');" onclick="change_pg('body');" >דף הבית</td></tr> <tr><td height="32px" class='smen1' id='a2' onmouseover="style_ch('a2');" onmouseout="style_ch1('a2');" onclick="change_pg('new_user');" >רישום</td></tr> <tr><td height="32px" class='smen1' id='a3' onmouseover="style_ch('a3');" onmouseout="style_ch1('a3');" onclick="change_pg('user_reg');" >התחברות</td></tr> </table> </td> </tr> </table> </body> </html>
|
מה שאני רוצה זה שליטה מתוך ה IFRAME על אלמנטים מחוץ לIFRAME
נניח אפילו הבורד, גובה, רוחב, של ה IFRAME עצמו , או DIVים אחרים
שיש לי בדף
האם אפשרי?!