Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Thinius
  • Content: Threads
  • Order by date
  1. Thinius

    How do I make a link load a div?

    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...
  2. Thinius

    How to change to uppercase w/ mouse paste

    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...
  3. Thinius

    How to utilise different charsets within a script?

    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...

Part and Inventory Search

Back
Top