|
-
Sep 16th, 2013, 01:19 PM
#1
Thread Starter
Hyperactive Member
Does not work in CHROME ?? charachter replacement
Why does not CHROME recognize this?
<script type="text/javascript" language="javascript">
function convertquotetospace()
{ if (event.keyCode == 39) { event.keyCode = 94; } }
document.onkeypress = convertquotetospace;
</script>
In every other browser if a ' is entered it converts it to a ^
why .. or what else to do? I want it in the html
gollnick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|