Andreas Schneider: Target bei onclick

Beitrag lesen

Hallo Sensei,

Muss es dann

onclick="_self.location = '../main.htm';return false;"
oder
onclick="self.location = '../main.htm';return false;"
oder
noch anders heißen?

es muß heißen:
onclick="location.href = '../main.htm';return false;"

self kannst Du weglassen.

Grüße
Andreas

--

If you describe things as better than they are, you are considered to be romantic;
if you describe things as worse than they are, you will be called a realist;
and if you describe things exactly as they are, you will be thought of as a satirist.
(Quentin Crisp)