Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/05/2012, 12:52
RiverLife
 
Fecha de Ingreso: mayo-2012
Mensajes: 1
Antigüedad: 12 años
Puntos: 0
Pregunta Problema en Variable

Buenas!
Os comento mi siguiente error! El tema es que no se como meter en un var (' un ('') ')

Y al final me aparece este error:

Código HTML:
Ver original
  1. .html('<p>Looking to setup your own pop up window?</p>
  2. <p>My free HTML code can help. By not signing up for my email newsletter, I will give you the code for free.</p>
  3. <ul><li>that's an exciting offer!</li>
  4. <li>You must be crazy to give away freely available HTML code for free to other people who...</li><li>want to exploit it to make lots of money.</li></ul>
  5. <form><table style="margin-right:auto; margin-left:auto;"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p>
  6. <input type="hidden" value="entrenamientocom" name="uri"/><input type="hidden" name="loc" value="es_ES"/>
  7. <input type="submit" value="Subscribe" /></form>')

Necesito meterle esto:

<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('feedburner.google.com/fb/a/mailverify?uri=entrenamientocom', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

y supuestamente deberia quedar así:
Código HTML:
Ver original
  1. .html('<p>Looking to setup your own pop up window?</p>
  2. <p>My free HTML code can help. By not signing up for my email newsletter, I will give you the code for free.</p>
  3. <ul><li>that's an exciting offer!</li>
  4. <li>You must be crazy to give away freely available HTML code for free to other people who...</li>
  5. <li>want to exploit it to make lots of money.</li></ul>
  6. <form><table style="margin-right:auto; margin-left:auto;"> [COLOR="Red"][SIZE="5"]Y AQUI DEBERIA IR LO DE ARRIBA[/SIZE][/COLOR]<p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="entrenamientocom" name="uri"/><input type="hidden" name="loc" value="es_ES"/>
  7. <input type="submit" value="Subscribe" /></form>')

Pero el caso es que me marca error de sintaxis apartir de ahi no se que hacer!
Si me puede ayudar alguien se lo agraderia mucho!
Salu2 y Grax de antemano