|
|
#1 (permalink) |
|
Neuer Benutzer
Registriert seit: 18.07.2010
Ort: sachsen
Beiträge: 6
![]() |
hallo...
wie erstelle ich eine extra seite , die beim öffne n der hp auch noch geöffnet wird. das beim klick auf Home noch eine extra Willkommensseite aufgeht... mit etwas Text oder nur mit einen bild und das dieses Extrafenster nach ein paar Sekunden wieder zu geht.. |
|
|
|
|
|
#4 (permalink) |
|
Erfahrener Benutzer
Registriert seit: 22.01.2010
Ort: Nirgendwo
Beiträge: 604
![]() |
ich verstehe was du meinst. aber ich würde es nicht mit der navigation verknüpfen, sondern mittels html-absatz an entsprechender stelle lösen.
erstelle in w2d einen html-absatz und kopiere den kompletten code dort hinein. klicke auf das bild und warte ab, was passiert. das fenster schließt sich von selbst ! wenn du dir den code anschaust, so hoffe ich, weißt was zu tun ist. Code:
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf('=', pos_start);
cookie_name = cookie_str.substring(pos_start, pos_end);
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body>
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf('=', pos_start);
cookie_name = cookie_str.substring(pos_start, pos_end);
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
<table border="0" width="155" bordercolor="#000000">
<td width="155" height="33">
<p align="left"><a href="javascript:na_open_window('Info', 'http://www.dh-herford.de/index.php', 790, 250, 250, 275, 0, 0, 0, 1, 0)" target="_self"><img src="http://www.steffens-hp.de/images/baustelle480_480.gif" width="200" height="50" alt="Infofenster" border="0"></a>
</td>
</table>
|
|
|
|
![]() |
| Lesezeichen |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| PDF in extra Browser-Fenster bzw. Tab öffnen | harlekin8 | Web to Date 7.0 | 12 | 13.09.2011 11:05 |
| Neue Seite öffnen bei Downloads? | schwandi | Web to Date 6.0 | 14 | 24.11.2010 13:26 |
| Neue Seite öffnen | JPS | Web to Date 6.0 | 5 | 25.08.2010 15:09 |
| externe Seite im Mainframe öffnen | Super-1600 | Web to Date CCML Designs | 8 | 08.06.2010 22:31 |
| LogOut (ohne Browser zu schliessen) | NobiMcLear | Web to Date 6.0 | 4 | 27.11.2009 05:25 |