Thread Rating:
  • 17 Vote(s) - 3.94 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Registration Security Question v1.2 (Updated: 07/27/2011)
#45
(2011-03-22, 01:37 PM)Aeolian Wrote: hey, this is my regsecureq in Global Templates Smile
i did edit it to make it appear better in IE, that could be it.
pls let me know.
thanks

<br />
<fieldset class="trow2">
<script type="text/javascript" src="jscripts/regsecureq.js?ver=100"></script>
<legend><strong>{$lang->regsecureq}</strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}">
<tr>
<td colspan="2"><span class="smalltext">{$lang->regq_explain}</span></td>
</tr>
<tr>
<td colspan="2"><br /><span class="smalltext" id="regsecureq">{$regsecureq}</span></td>
</tr>
<tr>
<td width="254"><input type="text" class="textbox" name="regsecureans" value="" id="regsecureans" style="width: 100%";" /><input type="hidden" name="regsecureq_id" value="1" id="regsecureq_id" /></td>
<td width="253" align="right" valign="top">
<script type="text/javascript">
<!--
	if(use_xmlhttprequest == "1")
	{
		document.write('<br \/><input type="button" class="button" tabindex="10000" name="refresh" value="{$lang->regq_change}" onclick="regsecureq.change();return false;" \/>');
	}
// -->
</script>
</td>
</tr>
<tr>
	<td id="regsecureans_status"  style="display: none;" colspan="2">&nbsp;</td>
</tr>
</table>
</fieldset>

This is your problem:
<td width="254"><input type="text" class="textbox" name="regsecureans" value="" id="regsecureans" style="width: 100%";" />

It should be
<td width="254"><input type="text" class="textbox" name="regsecureans" value="" id="regsecureans" style="width: 100%;" />
Reply


Messages In This Thread
RE: Registration Security Question v1.0 - by Matt - 2010-12-05, 11:46 AM
RE: Registration Security Question v1.1 - by ~Rs - 2010-12-05, 04:32 PM
RE: Registration Security Question v1.1 - by Yumi - 2011-02-24, 10:27 AM
RE: Registration Security Question v1.1 - by Yumi - 2011-02-24, 10:59 PM
RE: Registration Security Question v1.1 - by Yumi - 2011-02-26, 12:50 AM
RE: Registration Security Question v1.1 - by - G33K - - 2011-03-23, 12:34 AM
RE: Registration Security Question v1.1 - by Pars - 2011-04-10, 05:16 PM
RE: Registration Security Question v1.1 - by eSpy - 2011-04-27, 06:01 PM
RE: Registration Security Question v1.1 - by eSpy - 2011-04-27, 11:07 PM
RE: Registration Security Question v1.1 - by amal - 2011-05-25, 04:34 AM

Forum Jump:


Users browsing this thread: 11 Guest(s)