Masaüstü Widget PHP kullanarak

0 Cevap php

I need to create a desktop widget where the users wants to update their details from the desktop html file.i haved tried with ajax but the value getting stored in the database but the response cannot get back to html file,i have included the remote js file into the html file. Im using Windows OS, php 5, Xampp server.

örnek komut dosyası, aşağıdaki gibidir

    <script type="text/javascript" src="http://bizzedge.freezyads.com/scripts/widget.js" 

></script>

<input type="text" value="75" style="border:0; width:20px;" maxlength="2" 

onblur="myscore(this.value,'51')" 
/>

0 Cevap