The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can't Submit in Custom Template
For some reason this has issues with my submit button. It is suppose to convert text to hex, but instead it refreshes. Any idea?
Code:
<input id="box" value="YourHexCodeHere" maxlength="48" size="90" name="text" type="text"><input onclick="runHex(document.text2hex.text.value);return false" generate="" value="Convert" type="submit"> |
#2
|
|||
|
|||
Need a form element named text2hex.
|
#3
|
|||
|
|||
I already had that:
Code:
<form name="text2hex"> <strong>Enter Desired Imposter Name:</strong> <input id="box" value="HexCode" maxlength="48" size="90" name="text" type="text"><input onClick="runHex(document.text2hex.text.value);return false" generate="" value="Convert" type="submit"><input onClick="text.value=''" value="Clear Fields" type="button"> </form> |
#4
|
|||
|
|||
Do you have function runHex defined?
|
#5
|
|||
|
|||
hm.. your trying to create a custom page which is integrated to vbulletin rite?,
try using an iframe |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|