Hi
The following HTML code doesn't work neither in my WebKit based browser nor
in Safari and Google Chrome. It works in Firefox, Opera and IE:
<html>
<head>
<script type="text/javascript">
function a(var1)
{
document.write(var1);
}
</script>
</head>
<body>
<br>
<a href="javascript:a('bbbbb')">text</a>
</body>
<html>
After click on text I see only blank page.
Is it a bug or just wrong script?
Regards
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help