View Single Post
02-17-2007, 07:41 AM
#10
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Ok I am going to suggest you to use innerHTML for the function... So what I suggest is...where you have a onclick or something and do this:
Code:
document.getElementById('id').innerHTML = '100$';
Since you are using an input, and that isn't really proper or needed. Where you can have a div, and use innerHTML.