Hi everyone, I know this is a stupid question but I can't figure out how to make a link load a div. I have
<html>
<head>
<style type="text/css">
#lock { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.7; }
</style>
</head>
<body>
<p>This page will...
Hi everyone, I've been trying to amend this so that when I paste text in with a mouse it changes to uppercase automatically. Does anyone know how this can be done?
<html>
<head>
<script type="text/javascript">
function upperCase(x)
{
var y=document.getElementById(x).value...
Hello everyone, I'm looking for some help. What I'd to know is how to refer to characters from different charsets like Herbrew or Japanese simultaneously, as well as English and all others within the same script block.
E.g,
if ( xx[M]=="C" ) { N = 1;}
if ( xx[M]=="?" ) { N = 2;}
Please note...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.