adding numbers to text box

wxdqz

New Member
Oh yeah, one more thing. :D i also have two frames. One has a text box in
(<form name="coins"><input type="text" name="gold"></form>)
and the bottom frame is a simple page

When the bottom page loads i want it to add a number like 10 to the text box above. This is probably a simple question for you guys but it dosn't like me!:D

Here the code for the bottom :


function add() {
parent.T.document.coins.gold.value + 10;
}


Any ideas?:confused: :confused: ??:confused:
 
Top