NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: dmoyer on November 13, 2011, 06:14:01 PM
-
I have a login form with 3 fields, and I have code that selected the 2nd field that was working, but somewhere along the way it quit working.
I just tested with the simple login example. I put this code:
p_web.SetValue('SelectField',clip(loc:formname) & '.Loc:Password')
at the 'After Setting Select Field' embed, but the Login field is still selected.
-
I suspect you might need underscores in the name.
IE
clip(loc:formname)&'_Loc__Password')
-
Hi Stu,
I tried that, but no luck. It looks like the templates translate it since it looks right in the page source. It is the last thing generated:
</script>
</div>
<div class="nt-width-100 adiv nt-margin-top"><fieldset class="ui-corner-all">
<table class="footertable" height="16">
<tr>
<td height="12">Copyright 2009-2011 © EmergiTech, Inc.</td>
</tr>
</table>
</fieldset></div>
<script defer="defer">
jQuery('#Loc__Login').focus();
</script>
</div></body>
</html>
-
can you post an example?
cheers
Bruce
-
Here is the basiclogin example where I added code to the login form to select the password field instead of the login field. It always selects the first field. I added a trace statement that shows the password field is being assigned to the SelectField property.
[attachment deleted by admin]
-
thanks - fixed for the next build. (5.43)
-
thanks - fixed for the next build. (5.43)
Hi Bruce,
I am also facing this issue.
When will 5.43 be available for download?
Best regards and thanks
Jeffrey
-
5.43 has been uploaded.
Cheers
Bruce
-
Thanks a lot!
Best regards
Jeffrey
-
I can confirm this is fixed in 5.43 - Thanks, Bruce