Forum Moderators: open
I have been experimenting with tabs in javascript and css. I have managed to get this to work which is great however I have one major issue. Picture this, I have four tabs in my page 1,2,3 and 4.
When clicked, they each pull in include files (php).
On tab 3 I have small form that when filled in, is supposed to show a preview of teh form content before submitting.
My problem is that when i click preview it defaults back to tab 1.
Is there any way to make my preview appear while tab 3 is still live?
Many thanks