Forum Moderators: mack

Message Too Old, No Replies

Prepopulation in textbox

query regarding prepopulation in textboxes

         

Mukti

5:26 pm on Jan 4, 2007 (gmt 0)

10+ Year Member



Hi,

Can anyone help me out by sending the code for prepopulating the textboxes?

Thanks & regards,
Mukti

jatar_k

11:28 pm on Jan 4, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld Mukti,

you could prepopulate a textbox like so

<input type="text" name="mytextbox" value="this will be in the form element">

that what you need?