knish Posted November 23, 2007 Share Posted November 23, 2007 Hi, Couple of questions. 1) Is it possible to connect a sql table to a flash drop down menu. How ? 2) A .php file with display of records from a table display a certain font size on one PC and another size on another PC. How is it possible to display same font size on all PC's no matter how different the monitor resolution or size are. 3) How is it possible to open a hyper link to a new quicktime window using php. BRgds, kNish Quote Link to comment Share on other sites More sharing options...
only one Posted November 23, 2007 Share Posted November 23, 2007 1. Yes, google it. 2. Set the font size to a certain % not pixels or points. 3. Yes with HTML, <a href="link" target="_BLANK">Link</a> (not valid in xhtml 1.0 strict) Quote Link to comment 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.