View Single Post
02-09-2007, 07:19 PM
#4
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

Code:
var eForm = document.getElementsByName("quickquote")[0];
var eOutput = eForm.getElementsByTagName("input")[0];
eOutput.value = "test";