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.html('
<p>Looking to setup your own pop up window?
</p><p>My free HTML code can help. By not signing up for my email newsletter, I will give you the code for free.
</p> <ul><li>that's an exciting offer!
</li> <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> <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> <input type="hidden" value="entrenamientocom" name="uri"/><input type="hidden" name="loc" value="es_ES"/> <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.html('
<p>Looking to setup your own pop up window?
</p><p>My free HTML code can help. By not signing up for my email newsletter, I will give you the code for free.
</p> <ul><li>that's an exciting offer!
</li> <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> <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"/> <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