Jump to content

problem with default value in inputbox

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
user22

user22

    Newbie

  • Members
  • Pip
  • 3 posts
hi,
I have problem regarding default value in input box.
value for the inputbox is not visible when html page loaded..

e.g <input type="text" name="name" value="myname">
"myname " is not visible when page loaded.
but when we view the source of that page thet value is there.

Thanks.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
That is the correct method to insert a default value. You can verify it here: HTML INPUT TAG

Have you tried loading your page in another browser? Are you sure you have it typed exactly the way you have it above?

#3
user22

user22

    Newbie

  • Members
  • Pip
  • 3 posts
Thanks for reply.
ya i have checked the code line by line.but i doesn't found any problem in the code.

i am using the firefox,but i want the run that on each browser.
please tell me the solution if u know anything about this issue.
Thanks.