Re: What is this? <!-- Inject Script Filtered -->

  •  12-27-2006, 9:32 PM

    Re: What is this? <!-- Inject Script Filtered -->

    FYI. here is the first section of the HTML file, followed by CuteEditor's translation, including the comments "Inject Script Filtered". Can you tell me why CuteEditor is inserting those comments:
     

    Actual HTML:
     
    <html>
    <head>
    <title>Qasper :: beyond CRM - information organizer project and document management and more</title>
    <meta name="Description" content="If you are looking for a CRM software which does more than simply manage contacts then you need Qasper.  It is also a personal information manager, help desk solution, project management software and much more.">
    <meta name="Keywords" content="crm software personal information organizer help desk solution project management software customer experience">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <link rel="alternate" type="application/rss+xml" title="ROR" href="ror.xml" />
    <link href="styles.css" type="text/css" rel="stylesheet">
    <script type="text/javascript" src="js/chrome.js"></script>
    <script language="JavaScript" src="js/pop.js"></script>
    </head>
    <body bgcolor="#cce2fc" background="images/stripe_back.gif">
    <center>
    <table background="images/stripe_back.gif">

    <tr>
     <td id="tdTopFiller" class="tinyHeader" width="100%" valign="top" align="left">&nbsp;</td>
    </tr> 

    Translated as:
     
    <html>
        <head>
            <title>Qasper :: beyond CRM - information organizer project and document management and more</title>
            <meta content="If you are looking for a CRM software which does more than simply manage contacts then you need Qasper.  It is also a personal information manager, help desk solution, project management software and much more." name=Description>
            <meta content="crm software personal information organizer help desk solution project management software customer experience" name=Keywords>
            <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
            <meta content="Microsoft FrontPage 4.0" name=GENERATOR>
            <meta content=FrontPage.Editor.Document name=ProgId>
            <link title=ROR href="ror.xml" type=application/rss+xml rel=alternate>
            <link href="styles.css" type=text/css rel=stylesheet>
            <link href="http://cutesoft.net/oneto1/class/qword.css" rel=stylesheet>
        </head>
        <body bgcolor="#cce2fc" background="images/stripe_back.gif">
            &lt;!-- Inject Script Filtered --&gt; &lt;!-- Inject Script Filtered --&gt;
            <center>
            <table background=images/stripe_back.gif>

                <tbody>
                    <tr>
                        <td class=tinyHeader id=tdTopFiller vAlign=top align=left width="100%">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
    ... continues
     

     
     
     
     
View Complete Thread