<xsl:script language="javascript">
<![CDATA[
pos = 0;
function getpos(spos){
        epos = spos + 4;
        pos = pos + 1;
        if(pos >= spos && pos <= epos){
                return true;
        }else{
                return false;
        }
}
]]>
        </xsl:script>






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to