Hi, Add the following code to where you want to see the RXList search box. Unfortunately it's only in english.
<! Begin RxList Drug Search html code> <table border=1 bgcolor="#FFFFFF"> <tr align="left"> <td width = "198" valign="bottom" height="35"> <div align="left"><a href="http://www.rxlist.com" target="top"><img src="http://www.rxlist.com/images/rxlogo_tiny.gif"align=middle width="45" height="39" border="0" alt="RxList - The Internet Drug Index"></a><b> <font color="#003399">RxList Drug Lookup</font></b></div> </td> </tr><table border =1 bgcolor="0099FF"><tr><td width=198> <form method="post" action="http://www.rxlist.com/cgi/rxlist.cgi"><input name=drug size=15><b><input type="image" src="http://www.rxlist.com/images/golist_17.gif" name ="" width"78" height ="28""submit" value="" alt="Search for a Drug"></b></form></td></tr></table></table> <! End RxList Drug Search html code> Of course the only really important part is... <form method="post" action="http://www.rxlist.com/cgi/rxlist.cgi"><input name=drug size=15><b><input type="image" src="http://www.rxlist.com/images/golist_17.gif" name ="" width"78" height ="28""submit" value="" alt="Search for a Drug"></b></form> ... and even the '<input type="image" src' could be replaced to better integrate it into Care2X design. If you look into the HTML code in http://www.rxlist.com/interact.htm you will more advanced ways of searching that could be integrated. You could even build a wraper w/ CURL to strip reply contents and generate a new output page. Of course, in this last case it will be very advisable to mention somewhere the (c) RXList, LLC or even better contact them in order avoid any problem. 1, Lopo ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Care2002-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/care2002-developers

