NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 14, 2017, 05:53:36 AM
-
I have a register form that creates a new user, it is working ok.
I tried to call it as a popup and nothing happens.
Please see image.
What am I doing wrong?
Thanks
PD the page has the Capcha image like the 61 example
Firefox view source code does not shows any error
-
I had similar problem and it was related to some JS problems. It was hard to trace it and try to solve it with developer options in firefox.
Best regards,
Djole
-
Thanks!
Porblem is with a template that calls the Help page, the offending lines are:
<a href="javascript:var win=open('./help/html/uForgotUserPass_spa.html','DwsHelpPage','width=900,height=500,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizeable=yes');" class="link_gris">Ayuda</a> <div id="tab_uforgotuserpass_div" class="nt-tab-outer"><div id="tab_uforgotuserpass0_div" class="nt-tab-inner nt-plain"><fieldset class="ui-tabs ui-widget ui-widget-content ui-corner-all plain">
Saying the error is in col 229 which is:
This works ok if not popup, hwat is the problem?
-
The needs to be encoded. They are invalid XHTML, means it will work as a normal page but not as a popup. Replace each with &nbsp;
-
This is what I got using your code...
See image
-
remove from your HTML completely.
Use CSS to do layout, not hard-coded spaces.
cheers
Bruce