On 12/11/06, crhras <[EMAIL PROTECTED]> wrote: > That site works because they use > frames and target the GET output to the content frame. I want to achieve > the same functionality using only CSS. Can it be done?
Yes, but not easily. You can't target a div the way you can a frame; you'd have to use AJAX techniques: have a button that triggers, instead of a form submission, a call to a JavaScript function that manually assembles and POSTs the same query that the browser would assemble if you had really submitted the form, with a callback to a JavaScript function that populates the div with the results. There are JavaScript libraries that make this task easier (dojo, Yahoo!, etc), but you still need to know how to program... -- Mark J. Reed <[EMAIL PROTECTED]> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/