> how I can make a page dynamically generate its content without > refresh a page....
HTML itself is stateless static content. You can get a little bit of client-side interactivity with JavaScript, and some browsers offer JavaScript ways to change their HTML displays on demand. There are other client-side renderers which offer more redraw options, and some even can request new data from the server and display it without losing state -- without loading a new page. The Macromedia Flash Player is probably the most widespread way to do that these days... here's an example: http://reservations.broadmoor.com/oneScreen.cfm (Server-side dynamism and client-side dynamism can complement each other.) jd John Dowdell, Macromedia Tech Support, San Francisco CA US Search technotes: http://www.macromedia.com/support/search/ Offlist email risks capture by the spam filters. I may not see your email if it's not on the list. Private one-on-one email options are available via Priority Access: http://www.macromedia.com/support/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

