Hi, Friends

In some websites i have seen that in a website called mginger.com in that invite tab when i keep a mouse over the Text field in the right hand side of it shows that please enter the name in a layer .It looks very nice .My friend says that its an ajax.How to do that please anyone help me very urgent requirement

In the last session i asked the same questiuon but some of our friwnds asked what language r u using . Tahts why i m sending message i m using Ajax with php

Hello,
I don't think there is any need for AJAX here.
Simply:

<form name="The_wonders_of_DHTML">
<input type="text" onmouseover="document.getElementById('comment').value='Please enter name.'"/>&nbsp;<div id="comment"></div>
</form>

I hope this helps,
Omri Shaffer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.