Page 1 of 1

How to perform click action without leaving a page

Posted: Mon May 10, 2010 10:28 pm
by wolfdogg
OK.. just went through my first php tut and built a small blog. It was pretty cool.. learned some things.

Now here's my question. For this first tut, I had an index.php page, put a table with 2 columns in it and did a php include to bring a different php page in each side of the table. We'll call those 2 pages side1.php and side2.php.

My question: Can I click a hyperlink in side1.php, have it perform the action in side2.php (such as bring up the hyperlink post in this case), without leaving index.php?

Thanks!

Re: How to perform click action without leaving a page

Posted: Mon May 10, 2010 10:43 pm
by yacahuma
you can do that with a popup window or AJAX