@JackC gerne
-------------Das ist der Orginal Code im Auslieferzustand. Wir verändern den nicht sondern "basteln nur anstelle des durchgestrichenen Textes unseren eigenen. Wenn es aber mehr Zeilen werden, endet das im Nicht. Danke für Dein Interesse.
Gruß
Baer
-------------------- Code -----------------------------------
<html>
<head>
<style type="text/css">
body {
font-family: Arial, sans-serif;
font-size: 11px;
line-height: 20px;
color: #000000;
}
p { margin-top: 10px; margin-bottom: 0px }
p.headline2 {
font-family: Arial, sans-serif;
font-size: 11px;
line-height: normal;
color: #000000;
font-weight: bold;
}
a:link { color: #000000; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 20px; font-weight: normal; font-family: Arial, sans-serif }
a:visited { color: #000000; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 20px; font-weight: normal; font-family: Arial, sans-serif }
a:active { color: #000000; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 20px; font-weight: normal; font-family: Arial, sans-serif }
a:hover { color: #000000; text-decoration: none; font-weight: normal; font-size: 11px; line-height: 20px; font-weight: normal; font-family: Arial, sans-serif }
</style>
</head>
<body>
<span id="checkforsite"></span>
<div style="border: 1px solid #8b8b8b;">
<img src="../graphic/clubheader.jpg" width="378" height="89" style="margin-bottom: 5px"><br>
<p class="headline2" style="padding-left: 10px; padding-right: 10px"> Melden Sie sich kostenlos im Club Tobit Software an!
</p>
<p style="padding-left: 10px; padding-right: 10px; padding-bottom: 8px"> Als Mitglied im Club Tobit Software sind Sie immer auf dem Laufenden. Denn im Club finden Sie alles, was Sie suchen: Neben diversen Services, mit
denen Sie Ihr Produkt noch sicherer und leistungsfähiger machen bekommen Sie interessante Tipps und Tricks zur optimalen Nutzung Ihrer Software
sowie kompetente Unterstützung bei technischen Fragen. Und natürlich täglich die topaktuellen News rund um Tobit Software. Aber schauen Sie sich am
besten selber in <a href="#" onclick="javascript:loadOnlineSite()">Ihrem persönlichen Account</a> um...
<!--<span id=lnk style="cursor:hand; text-decoration: underline;" onclick="javascript:loadOnlineSite()">Ihrem persönlichen Account</span> um...-->
</p>
</div>
<script>
var oIC = document.parentWindow.external;
var oAcc = oIC.Account;
/////////////////////////////////////////////////////////////////////////////////////////////////////////
function loadOnlineSite ()
{
if (oIC.ClubUser == "" oIC.ClubPassword == "")
{
var strPassword = oIC.modalDialog ("dlg:ClubLoginDialog", "");
if (strPassword != "")
{
this.parent.pass = strPassword;
window.location.href = "https://club.tobit.com/portal/portal-news.asp?PersonID=" + oIC.ClubUser + "&Password=" + strPassword;
}
}
else
{
this.parent.pass = oIC.ClubPassword;
window.location.href = "https://club.tobit.com/portal/portal-news.asp?PersonID=" + oIC.ClubUser + "&Password=" + oIC.ClubPassword;
}
}
</script>
</body>
</html>