View Single Post
ישן 17-01-06, 16:02   # 7
Homie
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 38
הודעות: 287

Homie לא מחובר  

הנה לך סקריפט כמו של enterserv:
HTML קוד:
</script>
function King2006() {
props=window.open('http://www.walla.co.il', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=440, height=320');
}
</script>
ובקישור בחבילה במקום לכתוב: http://www.blah.co.il

תכתוב:
HTML קוד:
<a href="javascript:King2006()">
הסברים:

width: רוחב החלון הקופץ
height: גובה החלון הקופץ
windows.open: הכתובת שנפתחת

Last edited by Homie; 17-01-06 at 16:13..
  Reply With Quote