נשלח בתאריך: 22 April 2007 בשעה 10:48 | | IP רשוּם
|
|
|
|
שלום לכולם,
תודה מראש על הזמן שאתה מקדישים לקרוא את המודעה.
איך אפשר לשים מסגרת על דף שלם ושיצוף מעליו פופ אפ שאינו בחלון נפרד.
קצת קשה להסביר את זה אבל שימו לב לדוגמאות:
דף עם פופ אפ שאינו בחלון נפרד (כאילו חלון בתוך חלון)–
http://www.myliron.com/test1.html
מסגרת על דף שלם – http://www.myliron.com/test.html
איך אני מלביש על זה את הדף עם הפופ אפ?
ניסיתי את הקוד הזה אבל משום מה הקוד לא עובד
<html>
<head>
<script>window.status = ' ';</script>
<meta http-equiv="Content-Language" content="en-us">
<title>Test</title>
<meta name="keywords" content>
<meta name="description" content>
<link rel="stylesheet" type="text/css" href="../../jsh01.css">
</head>
<frameset border="0" frameborder="0" marginleft="0" margintop="0" marginright="0" marginbottom="0" rows="100%,*">
<frame src="http://'WWW.GOOGLE.CO.IL" scrolling="auto" frameborder="no" border="0" noresize>
<frame topmargin="0" marginwidth="0" scrolling="no" marginheight="0" frameborder="no" border="0" noresize>
<noframes>
<body>
<script type="text/javascript" src="http://forms.aweber.com/form/61/split_2020683561.htm"></script>
</body>
</noframes>
</frameset>
</html>
אני שובר על זה את הראש כבר כמה שבועות.
מה אתם מציעים לעשות?
תודה מראש,
יניב
|