View Single Post
02-09-2007, 06:33 PM
#3
Xi0s is offline Xi0s
Status: Sin Binner
Join date: Dec 2006
Location: Huddersfield, UK
Expertise:
Software:
 
Posts: 384
iTrader: 3 / 83%
 

Xi0s is on a distinguished road

Send a message via MSN to Xi0s

  Old

say if i wanted a script to change the value of the input named output how would i do it:

<script language="javascript">
document.quickquote.output.value = "test";
</script>