Quantcast
Channel: Programming Ideas, Logics, Tips and Tricks » server
Viewing all articles
Browse latest Browse all 4

XAJAX

$
0
0
Basically using xajax “You can directly call php functions from your javascript code” Xajax will do the rest.  For example, if you are going to write a javascript function Capitalize which captilaze your textbox content when you press a button. Here is the pure html/javascript code for that: ============================================= <script> function Capitalize() {      [...]

Viewing all articles
Browse latest Browse all 4

Trending Articles