Hi All,
I have page with many tabs, in one of the tab i have a form (only a input box) and i want to show some output on the same tab view based on the user input. (bvy using php function)
I dont want to refresh the page becuase other tabs already has some outputs that i dont want to touch.
I know ajax is a solution for this, but i have gone through many ajax examples, it passes values to another page (.php). I dont want to do this becuase my page has resource value, it cannot pass to other pages as per php documentation. I want to use the value in the input box in the same tab/page after clicking the submit button without refreshing the page and without passing value to (POST and GET) in another page.
I have been trying for 3 weeks and couldnt succeed yet. Can please some one help me on this.
I have page with many tabs, in one of the tab i have a form (only a input box) and i want to show some output on the same tab view based on the user input. (bvy using php function)
I dont want to refresh the page becuase other tabs already has some outputs that i dont want to touch.
I know ajax is a solution for this, but i have gone through many ajax examples, it passes values to another page (.php). I dont want to do this becuase my page has resource value, it cannot pass to other pages as per php documentation. I want to use the value in the input box in the same tab/page after clicking the submit button without refreshing the page and without passing value to (POST and GET) in another page.
I have been trying for 3 weeks and couldnt succeed yet. Can please some one help me on this.
Comment