• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Weiterleitung

vallelis

New member
Hi !
Hope you understand english because my german is not so good... well I can understand it but not write it !
Here is my problem :
I have to different home page (1x IE and 1x NS) but ALL other pages are ok and work well in both browsers. What I like to do is to redirect my home "button" (when clicked) with a redirection test.
My Home "button" is a rollover image.
I have written this :

<script>
//BROWSER TEST AND REDIRECTION
*****************************
var name = navigator.appName
if (name == "Microsoft Internet Explorer")
{url=("myMSIEurl.html");}
else
{url=("myNSurl.html");}
document.write('<A HREF="' + url + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','images/homeover.jpg',1)"><img name="home" border="0" src="images/home.jpg" width="155" height="24"></A>');
</script>

Doesn't work ! Help !
This @!?%& should just add the url in the <a href ....
What's wrong ?

Thanks for your help
 
I found the solution ...!
I just create a little function that I call with the
link ... all perfect
Thanks anyway ... it was a good motivation !
 
hi,

Also my English, the best is not want see we however whether I still can it. Question: have you now solved the problem? If nochmal,wir doesn't please report you then likes to help.

ciao, Klaus....
 
hi vallelis,

<script language="JavaScript" type="text/javascript">
<!--
var name = navigator.appName

if (name == "Microsoft Internet Explorer") {
url=("myMSIEurl.html");
} else {
url=("myNSurl.html");
}
document.write('<A HREF="' + url + '" onMouseOut="MM_swapImgRestore\(\)" onMouseOver="MM_swapImage\(\'home\',\'\',\'images/homeover.jpg\',1\)"><img name="home" border="0" src="images/home.jpg" width="155" height="24"></A>');
//-->
</script>

gruss
René
 
Thanks Klaus and René !
Ok I've solved the problem writting a little function that I call with a link type "javascript:function()"
I've try it it works nice !
I think yours is fine as well René ... Thanks ! I will keep it for future use.
Thanks both for your very quick replies and ... I guess ... see you soon on your forum (if you accept some english words on it)!

-Steve (vallelis)
 
hi,

hmm,
that is English with him/it, such a Sache,denn the forum is from bulletin and possesses a copyright it however no problem was allowed to is also said that I into the German to translate.Wie is not the Admin a Mod and we separates we see become something for you can.Wies do you sees is also restricted however my English I you hope can understand it.

ciao,
Klaus...
 
Wenn du kannst mein deutsch verstanden, ich könnte auch auf deutsch probieren aber mit viel viel viel mehr Fehler !
Wichtig ist dass du etwas verstehst oder ?

Grüss und schönes Wochenend.

Steve
 
hi,

I understand your English your German already very well however, okay,du is however can write me quietly further English that makes aus.Important for nothing that is us we doesn't misunderstand......:)
also I wish you a beautiful weekend

Klaus...
 
Zurück
Oben