hallo user!
ich bin mir sicher das ihr langsam denkt ich hätte nichts anderes zu tun als neue projekte auf die beine zu stellen. aber man muss ja was machen um bekannt zu werden.
darum bin ich gerade am tüfteln, ein 3rd level domain service anzubieten. (für alle die sich darunter nichts vorstellen können: www.wunschname.kürzel.at)
nun stellt sich mir aber die frage: was müssen die user, die dieses service nutzen, als gegenleistung machen?
popUp windows sind verhasst soweit ich weiss. bannerframes wahrscheinlich auch. naja, viel bleibt garnicht über - eingentlich mag niemand werbung. ich dachte mir auch schon, dass alle benutzer dieses service' einfach nur am bannertausch.at teilnehmen müssen. wäre auch ne idee.
oder kann man folgenden code (ich glaub den hab ich vom alten geocities) so ändern, dass ich ne framesite erstelle mit einem frame. inhalt ist die site des users. und auf der site des users wird dann die graphic angezeigt?
-------------- <cut>
<!-- THREE STEPS TO INSTALL LOGO BRANDING:
1. Insert the first code into the HEAD of your HTML document
2. Add the onLoad event handler to the BODY tag
3. the last code into the BODY of your HTML document -->
<!-- STEP ONE: Put this code into the HEAD of your HTML document -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Randy Bennett (rbennett@thezone.net) -->
<!-- Web Site: http//home.thezone.net/~rbennett/utility/javahead.htm -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function setVariables() {
imgwidth=78; // logo width, in pixels
imgheight=25; // logo height, in pixels
if (navigator.appName == "Netscape") {
horz=".left";
vert=".top";
docStyle="document.";
styleDoc="";
innerW="window.innerWidth";
innerH="window.innerHeight";
offsetX="window.pageXOffset";
offsetY="window.pageYOffset";
}
else {
horz=".pixelLeft";
vert=".pixelTop";
docStyle="";
styleDoc=".style";
innerW="document.body.clientWidth";
innerH="document.body.clientHeight";
offsetX="document.body.scrollLeft";
offsetY="document.body.scrollTop";
}
}
function checkLocation() {
objectXY="branding";
var availableX=eval(innerW);
var availableY=eval(innerH);
var currentX=eval(offsetX);
var currentY=eval(offsetY);
x=availableX-(imgwidth+20)+currentX;
y=availableY-(imgheight+20)+currentY;
evalMove();
setTimeout("checkLocation()",10);
}
function evalMove() {
eval(docStyle + objectXY + styleDoc + horz + "=" + x);
eval(docStyle + objectXY + styleDoc + vert + "=" + y);
}
// End -->
</SCRIPT>
<!-- STEP TWO: Add this onLoad event handler to the BODY tag -->
</head>
<BODY onload="setVariables(); checkLocation();">
<!-- STEP THREE: Put this code into the BODY of your HTML document -->
<div id="branding" style="position:absolute; visibility:show; left:235px; top:-50px; z-index:2">
<table width=10 bgcolor=#ffffff><td>
<a href="http://www.yoursite.com" onmouseover="window.status='Thanks for visiting!';return true" onmouseout="window.status='';return true"><center><img src="../images/3w_design.gif" border="0"></center></a></font></td>
</table>
-------------</cut>
bitte teil mir eure meinung mit, was ich als gegenleistung erwarten soll/ kann. immerhin nutzen viele von euch ständig solche service'
danke schon jetzt für eure hilfe
mfg
Bogus