Jump to content

JSP - como passar texto html para uma var


jintonico

Recommended Posts

Pois, eu fiz uma coisa semelhante, mas cria evitar ao max o javascript.... ja agora o modo como fiz:

<SCRIPT>

  if (getTexto('$M4ITEM10$') == "ANALISE")

      document.write("<input name='An$M4ITEM0$' type='CHECKBOX'  checked value='T' onclick='javascript:validar3(this,document.b$M4ITEM0$.Ac$M4ITEM0$, document.b$M4ITEM0$.Ca$M4ITEM0$)'>");

  else

      document.write("<input name='An$M4ITEM0$' type='CHECKBOX' value='T' onclick='javascript:validar3(this,document.b$M4ITEM0$.Ac$M4ITEM0$, document.b$M4ITEM0$.Ca$M4ITEM0$)'>");

</SCRIPT>

A função:

  function getTexto(texto)

                {

                    return texto;

                }

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.