Is this possible to get result from a php file without using jQuery ? i haven't permission to use Jquery and any other javaScript platform.
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- Carriage Return (ASCII chr 13) is missing from tex
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
i use this one to send request with javascript and its works perfectly :
and the html code :
Here is an example:
daten is for example "name=1&name2=Hello".
Edit: Version with prototype:
This should work: ({}).ajax('value1=...', 'index.php', document.getElementById('id'), 'innerHTML');