Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form name="radyogetir" method="get" action="">
- <input type="submit" name="submitt" value=-- class="getirbox" onclick="fonksiyon()">
- </form>
- <script type="text/javascript">
- function fonksiyon(){
- var dosya = new XMLHttpRequest();
- dosya.open("GET", "ilkradyo.php", true);
- dosya.onreadystatechange = function (){
- if(dosya.readyState === 4){
- if(dosya.status === 200 || dosya.status == 0){
- var dosyaicerigi = dosya.responseText;
- document.write(dosyaicerigi);
- }
- }
- }
- dosya.send(null);
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment