The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
WTF have i done wrong
i have a form that is ment to send a user's Name to my custom page but i cant seem to get it working heres the code
Code:
<form action="../addreview.php" method='post' name="reviewform" > <input name="User" type="hidden" /> <a href="javascript:getreview()">Add Review</a> </form> <script language="JavaScript" type="text/javascript"> <!-- function getreview () { document.reviewform.User.value = ' $bbuserinfo[username] '; document.reviewform.submit() ; } --> </script> right cheers forrie |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|