Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
onclick mac i-explorer [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr

- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
onclick mac i-explorer


 
Tago
26-04-2002, 11:38 
 
Hi,

ich komme da nicht weiter.
Ich habe ein Formular, welches ich über ein button abschicken will, das funktioniert auch, soweit, nur nicht unter mac i-explorer.
Folgendes hatte ich ausprobiert

<a href="#"javascript:; onClick="document.login.submit();">
<img src="images/enter.gif" border="0">
</a>

<a href="#" onClick="javascript:document.login.submit();">
<img src="images/enter.gif" border="0">
</a>

<a href="javascript:;" onClick="document.login.submit();">
<img src="images/enter.gif" border="0">
</a>

Beim letzten sagt er mir, dass er javascript nicht finden kann, weil er auf javascript linken will.
Bei den anderen linkt er auf #.

Hat jemand noch eine idee ?

Gruß
Tago

 
Aroree
26-04-2002, 13:18 
 
du willst unbedingt das Bild als Button habe wenn ich dich richtig verstehe.

Versuch es mal mit

input type="img" src="bild.gif" onclick="document.login.submit();"

- -

Alle Zeitangaben in WEZ +2. Es ist jetzt 19:23 Uhr.