![]() |
Quote:
I have a site with 21k on it and it went a bit slow. (slow as in not just poping up instantly). you need to keep in mind the users online that are doing god knows what.... and this site had the arcade going on... resource monster. around 1g online prime time. |
T3,
Yeah, I'm not really sure how much extra work it would take to turn make that work for the password/email/referral field. But I hope it can be done and that they will do it for us! :o I don't allow ASCII characters and other things on my forum, it would be too cool if it could tell them "No ASCII allowed" if they do use it. Question: After a tab into a different filed on the sign up, an error comes up saying that 'submit' is null or not an object? Thanks! - Jonathan |
Quote:
https://vborg.vbsupport.ru/showpost....7&postcount=23 :) |
This is the way I have mine, but I still get the submit error. :ermm:
HTML Code:
<div style="margin-top:$stylevar[cellpadding]px"><input type="submit" class="button" value="$vbphrase[complete_registration]" accesskey="s" name="submitform" /><input type="reset" class="button" name="Reset" value="$vbphrase[reset_fields]" /> |
Can you pm me with the url to your forums please? :)
|
I checked your code three times and couldn't point out where the error was so here's another solution to this. I hope this one solves it.
open ajax_checkusername.js and replace: Code:
submit = document.register.submitform; Code:
submit = document.getElementById('submitform'); Code:
<div style="margin-top:$stylevar[cellpadding]px"><input type="submit" class="button" value="$vbphrase[complete_registration]" accesskey="s" name="submitform" /><input type="reset" class="button" name="Reset" value="$vbphrase[reset_fields]" /> Code:
<div style="margin-top:$stylevar[cellpadding]px"><input type="submit" class="button" value="$vbphrase[complete_registration]" accesskey="s" id="submitform" /><input type="reset" class="button" name="Reset" value="$vbphrase[reset_fields]" /> Please try that and tell me if it's working :) __________________________________________________ ___ Here's another solution that came up after some google searches. Open ajax_checkusername.js and replace: Code:
function checkName(input, response) Code:
function checkName(input, response) This error seems pretty strange to me since the same code is working fine for me :) |
MrNase - I'm assuming the 'register' in the JS is the name of the form? I would advise using:
Code:
document.forms['register'] - Zero Tolerance |
MrNase,
Brilliant! The first fix fixed it! :) Great job! :banana: |
Just like Zero Tolerance said: Somehow he didn't select the submit button.. And this was necessary to disable it :)
Iam glad it's working. What browser are you using btw. ? |
Internet Explorer 6.0
Thanks again! - Jonathan |
All times are GMT. The time now is 12:32 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|