The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
using javascript event in options
hello,
i have a questions: 1. is it possible to use javascript events (onclick, onselect, onchange ..etc) with php? 2. is it possible to use javascript events in ACP options? great thanks to people read, answer or wondering |
#2
|
|||
|
|||
It would be easier to help if you stated more about what you are trying to do, but....
PHP is a server side language, meaning it is executed on the server itself. It is only executed when a request is sent by the browser to the server. Javascript is a client side script that is executed on the users machine which is why you can respond to events within the browser. The only way to do anything close to what you are asking is to use AJAX(javascript) to communicate with the server(execute your php scripts) based on user events. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|