The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Well I have a comment system on my site and I'm tring to use Ajax to delete comments but it doesn't seem to work this is my java script:
HTML Code:
<script language="JavaScript" type="text/JavaScript"> <!-- function deletecomment(id) { xml = new vB_AJAX_Handler(true); xml.onreadystatechange(deleteprocess(id)); // window.location.href = 'index.php?delete=tutorialcomment&id=' + id; } function deleteprocess(id) { if (xml.handler.readyState == 4 && xml.handler.status == 200) { xml.send('index.php', 'delete=tutorialcomment&id=' + id); } } //--> </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|