On Tuesday, March 19, 2002, at 07:12 AM, Denis L. Menezes wrote:
> I am making a database website where I need to add a small help button > for > every field on the form. Whenever the user clicks the small help > button, I > wish to show a titleless popup window containing the help text and a > "close" > button. Can someone help me with the php script for this. This kind of trick isn't done in PHP but rather in JavaScript. Search google for "javascript tutorial" and if you want to narrow that down some add "window open resize". As has been mentioned on this list five times over the past 24 hours, JavaScript is code that is executed by the user's browser (as opposed to PHP which is code executed by the server), which provides the ability to manipulate browser objects like windows. I don't know much JavaScript so I can't answer your question directly, sorry. Erik ---- Erik Price Web Developer Temp Media Lab, H.H. Brown [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php