Jump to content

aleksanteri

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by aleksanteri

  1. I use Notepad2, a freeware program from flos-freeware.ch. It allows you to have color-coding, customize them, has file extensions large (html;htm;asp;aspx;shtml;htd;xhtml;php;php3;phtml;htt;cfm;tpl;dtd;hta) and allows you to customise them too! Good one.
  2. I visited the HTML DOM reference and got a code about radio buttons in an example. I modified it to pop up an alert about it when a button is pressed. However, after an hour of thinking I got the button work but it displays "Out of memory at line: 8". Now what is this? <html><head><script type="text/javascript">function alert(){ // alert var BrowserName; BrowserName = document.getElementById('storage1').value; alert(BrowserName);}function store(browser){ // store document.getElementById('storage1').value=browser;}</script><style type="text/css"><!--body{background-color: #eeeeee; color:#0000aa; font: verdana 10px}--></style></head><body><p>What's your favorite browser:</p><form><input type="radio" name="browser" onclick="store(this.value)"value="1">Internet Explorer<br /><input type="radio" name="browser" onclick="store(this.value)"value="2">Firefox<br /><input type="radio" name="browser" onclick="store(this.value)"value="3">Netscape<br /><input type="radio" name="browser" onclick="store(this.value)"value="4">Opera<br /><input type="hidden" name="storage1" value="" /><br /><input type="button" value="Click Me to see the results" onclick="alert()"></form></body></html>
  3. I find VBS much easier than JS. Also, W3Schools has a total ref of all funcions :)I QUESS you should first do VBS and when you know it, go on to JS.
  4. nickname: aleksreal name: santericountry: finland :)timezone: GMT + 2web code understandance (is the right word? ) : HTML\CSS and a href java linesage: 13why here: wanted to help, discuss and just chat!
×
×
  • Create New...