kb0000
01-26-2008, 11:07 AM
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
Its a good script and is working fine with me.
But one thing I want to ask in it according to my use.
When I am using this script. I have say 5 tabs in it,
First tab is home.php,
In 2nd tab: I have a form which is to be submitted say of "rating.php" and the form action is the same page on which the user is currently present "home.php" when I press the submit button the page loads again then 2nd tab is loaded that is fine but no action is taken. that means what I have specified in 2nd tab URL gets open and that is rating.php but without any action been taken.
If I give form action as rating.php than I goes to different page and not on the home.php page.
Please tell me what to do so that when i press submit button on rating.php then the rating get submitted and the same home.php page opens.
Can it be done something like this that when I submit the button on rating.php then only inside this page action is taken. I also tried in form action
the direct code for 2nd tab but then also no action is taken and the 2nd tab opens directly without any action.
Please Help.
thanx
Its a good script and is working fine with me.
But one thing I want to ask in it according to my use.
When I am using this script. I have say 5 tabs in it,
First tab is home.php,
In 2nd tab: I have a form which is to be submitted say of "rating.php" and the form action is the same page on which the user is currently present "home.php" when I press the submit button the page loads again then 2nd tab is loaded that is fine but no action is taken. that means what I have specified in 2nd tab URL gets open and that is rating.php but without any action been taken.
If I give form action as rating.php than I goes to different page and not on the home.php page.
Please tell me what to do so that when i press submit button on rating.php then the rating get submitted and the same home.php page opens.
Can it be done something like this that when I submit the button on rating.php then only inside this page action is taken. I also tried in form action
the direct code for 2nd tab but then also no action is taken and the 2nd tab opens directly without any action.
Please Help.
thanx