bindiya Posted December 28, 2010 Share Posted December 28, 2010 i have website,in which ineed to give the user the info about the field when the user click on the ? How can i do this? Quote Link to comment https://forums.phpfreaks.com/topic/222781-how-to-create-the-message-box-when-i-ckick-on/ Share on other sites More sharing options...
trq Posted December 28, 2010 Share Posted December 28, 2010 Were going to need allot more information than what that half sentence provides. Quote Link to comment https://forums.phpfreaks.com/topic/222781-how-to-create-the-message-box-when-i-ckick-on/#findComment-1152018 Share on other sites More sharing options...
bindiya Posted December 28, 2010 Author Share Posted December 28, 2010 what i mean is in websites we see no,Want to Know more? on clicking this ? mark a small textarea or tetfield appers with the meaning. how to make this type of help boxes in a website. Quote Link to comment https://forums.phpfreaks.com/topic/222781-how-to-create-the-message-box-when-i-ckick-on/#findComment-1152028 Share on other sites More sharing options...
theverychap Posted December 30, 2010 Share Posted December 30, 2010 I take it you are not referring to a regular Javascript Alert() pop-up dialog box? (if you are then <span onclick="alert('some text');">click me</span> would do that.) If you want a nicely formatted help tip, it would be best to learn exactly what you are doing, i.e appending elements to the dosument etc. OR you could just pickup jQuery and use one of the many great built in features and/or one of the plugins available... Quote Link to comment https://forums.phpfreaks.com/topic/222781-how-to-create-the-message-box-when-i-ckick-on/#findComment-1152909 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.