trying to do something to where I have the buttons
8/24/2008 5:00:52 AM
http://www.w3schools.com/Ajax/tryit.asp?filename=tryajax_httprequest_js1
8/24/2008 11:08:35 AM
baller, thanks
8/24/2008 1:00:41 PM
you can do it two ways. Either have the content for both buttons on the same page but in hidden divs. Give each div a unique ID. and you can toggle the .style.display from none to block depending on which button is clicked.ORyou can do it the right and better way and use AJAX.http://www.prototypejs.org/[Edited on August 24, 2008 at 3:04 PM. Reason : asdf]
8/24/2008 3:03:33 PM