Click to See Complete Forum and Search --> : e-commerce mail


2030671
05-19-2003, 09:13 AM
I already have a website with pc-products. I have to implement this. Some older products are being sold online. You can place bids (People just email their bid). I have to get this : people can fill in their bid in a textbox, when pushed a button this number(bid) automatically gets emailed to us and automatically placed in another textbox on the same page which content you can't alter. (This way people can see the highest bid)

Is this possible or should i do all this manually?

Thanx

Jelle

AdamGundry
05-19-2003, 09:19 AM
You can't do this with client-side Javascript, you either need to do it manually or get a server-side script in a language such as PHP, etc.

Adam