Le mercredi 18 mars 2009 à 13:53 +0100, Fco.MarioB a écrit :
> When I open a simple html form and press a button which shows a
> javascript alert the message windows does not display the message.
>
> An html example:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
> <title>My title</title>
> </head>
> <body>
> <script language="JavaScript">
> function myalert() {
> alert("Alert message");
> }
> </script>
> <form>
> <input type="button" value="alert" onClick="javascript:myalert();"/>
> </form>
> </body>
> </html>Sorry, but epiphany works perfectly here with this example. Any other ideas on how to reproduce the issue? -- .''`. Debian 5.0 "Lenny" has been released! : :' : `. `' Last night, Darth Vader came down from planet Vulcan and told `- me that if you don't install Lenny, he'd melt your brain.
signature.asc
Description: Ceci est une partie de message numériquement signée

