MyBB Community Forums

Full Version: Redirect to thread login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<input type="hidden" name="url" value="" />

value= is link thread

in quick_login is to file general.js is code

if(document.location.href)
			{
				form.insert({ bottom: new Element("input",
					{
						name: "url",
						type: "hidden",
						value: this.HTMLchars(document.location.href)
					})
				});
			}

what is code html is value="??"
You have been denied support. Please don't try to circumvent your support denial.