Hallo zusammen,
ich möchte das beim Öffnen einer Seite der IE aufgerufen wird und ein Parameter mitgegeben wird (andere Seite). Leider klappt das nicht. Es geht immer auf die Bretter.
Habt Ihr eine Idee?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
</head>
<body onload="location.href='file:///C:/Program Files/Internet Explorer/iexplore.exe ' + 'http://neuerlink/abcd.html">
</body>
</html>
Viele Grüße
Martina