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:
Comments (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...
-
Getting Started : Of course, the first thing you need to do is install Python, if you don ’ t already have it. Installers are available for ...
-
Why to use Ajax ? Mainly to build a fast, dynamic website, but also to save resources.For improving sharing of resources, it is better to us...
-
Python Width and Precision: A conversion specifier may include a field width and a precision. The width is the minimum number of characters...