Hi,
I am working on a web page that will display a menu into a div tag.
Here is the premise of my idea.
3 div tags.
1st div tag to hold company logo.
2nd div tag is a horizontal menu that holds either buttons or text, example might be: Lunch: Dinner: Drinks: Location:
3rd div tag to display web page.
What I want to be able to do is that when the user clicks for example the Lunch button, it will call up the web page with the lunch menu and place it into the main div tag.
I used this question in JavaScript and got a response to as if I would like the answer in AJAX.
The answer is yes.
Any suggestions?
Thank you,
Paul
I am working on a web page that will display a menu into a div tag.
Here is the premise of my idea.
3 div tags.
1st div tag to hold company logo.
2nd div tag is a horizontal menu that holds either buttons or text, example might be: Lunch: Dinner: Drinks: Location:
3rd div tag to display web page.
What I want to be able to do is that when the user clicks for example the Lunch button, it will call up the web page with the lunch menu and place it into the main div tag.
I used this question in JavaScript and got a response to as if I would like the answer in AJAX.
The answer is yes.
Any suggestions?
Thank you,
Paul