Hi,
I have customized my RDweb page with a different way to login. Now it looks like:
<table width="300" border="0" cellpadding="0" cellspacing="0"><tr><td id="tdDomainUserNameLabel" width="130" align="right" style="display:none"><%=L_DomainUserNameLabel_Text%></td><td id="tdClaimsDomainUserNameLable" width="130" align="right" style="display:none"><%=L_ClaimsDomainUserNameLabel_Text%></td><td width="7"></td><td align="right"><label><input id="DomainUserName" name="DomainUserName" type="text" class="textInputField" runat="server" size="6" autocomplete="off" value="COMPLURA\"/></label></td><td>@</td><td><select name="domain" id="domain"><option>domain1.local</option><option>domain2.local</option></select></td>
But how do I change the javascript correctly that he takes the username from the first label and than the domainname from the input selector?
Kind regards,
Ruben