AJAX Data Insertion:--
Using Ajax is all about inserting fresh data into a page without having to
reload that page, and using the Dynamic HTML (DHTML) technique of inserting
text into a " div " or a " span " is very popular. Want to display some new
data? Fetch it from the server, pop it into a " div ", and pow!, there you are.
The " div " element is the most popular, but don’t forget that it’s a block element
and so takes up its own line(s) in the browser. If you want to place new
text inline, consider " span ".
Thursday, March 01, 2007
Subscribe to:
Posts (Atom)
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...
-
The Zimbra Ajax Toolkit : Zimbra is contributing to the Open Ajax Initiative by providing open access to the Zimbra Ajax Toolkit (AjaxTK)....
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...