Paradox Community

Items in pnews.paradox-web

Subject:Re: Here's one for you
Date:Thu, 30 Jun 2016 08:15:09 -0500
From:Mark Bannister <markRemove@ThisINjection-Moldings.com>
Newsgroups:pnews.paradox-web
Merry Christmas.
Attached form takes HTML and coverts it to opal code.

Example:
Give it this:
  <a href="javascript:PrintThisPage();">Printer Friendly Version</a><a 
href="javascript:PrintThisPage();"><img
             src="../app_themes/images/icons/IconPrint.gif" alt="Printer 
Friendly Version" style="border: 0px;" /></a>


Returns:
" <a href=\"javascript:PrintThisPage();\">Printer Friendly Version</a><a 
href=\"javascript:PrintThisPage();\"><img"
+"\n            src=\"../app_themes/images/icons/IconPrint.gif\" 
alt=\"Printer Friendly Version\" style=\"border: 0px;\" /></a>"


On 6/29/2016 5:52 PM, JI wrote:
> Here's some code that is supposed to fill a field with the contents of
> the database...
>
> "<P ALIGN=LEFT><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
> nbsp;Name:  </B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
>     <INPUT TYPE=TEXT  NAME=RepName SIZE=50 VALUE="     +
> tcReps.RepName  + " ></P>
>
> The only thing returned is the first part of any field in the table.
>
> For example, if the Repname is John Jones, I get John only.
>

-- 
Mark B

textconvert.fsl


Copyright © 2004 thedbcommunity.com