I am learning Ajax. I had created a menu and submenu but I am not able to make any selection bcoz as I move mouse to the menu(which is a image) I get a submenu but when i move mouse to make a selection the submenu disappear.
Ignoring the above details, How can I create a simple drop down menu...
I am new to ajax and I have to submit the drop down menu as per the criteria as soon as possible i.e custom color, images for the menus and etc in related to look of the menu.
I am having a project, in which I have to develop a website using Ajax, and hardcoding ajax is very difficult and time consuming. So are there any Ajax IDE's available which can help in rapid development of web-site?
I am having a project, in which I have to develop a website using Ajax, and hardcoding ajax is very difficult and time consuming. So are there any Ajax IDE's available which can help in rapid development of web-site?
I am learning Ajax. I had created a menu and submenu but I am not able to make any selection bcoz as I move mouse to the menu(which is a image) I get a submenu but when i move mouse to make a selection the submenu disappear.
Ignoring the above details, How can I create a simple drop down menu...
I have been asked to recreate a website developed in PHP with Ajax programming. Can I use Ajax with the PHP programming by not making much changes to the existing PHP code. Or I have to develop the website from scratch.
I am new to ajax and I have to submit the drop down menu as per the criteria as soon as possible i.e custom color, images for the menus and etc in related to look of the menu.
I want to display records from clients table in the database to the table of 9 rows in the HTML page using AJAX. If the client records are more than 9. I should provide navigation to view the next and the previous clients record without refreshing the page. How can i do this?
I am having a project, in which I have to develop a website using Ajax, and hardcoding ajax is very difficult and time consuming. So are there any Ajax IDE's available which can help in rapid development of web-site?
I am new to ajax and I have to submit the drop down menu as per the criteria as soon as possible i.e custom color, images for the menus and etc in related to look of the menu.
I am learning Ajax. I had created a menu and submenu but I am not able to make any selection bcoz as I move mouse to the menu(which is a image) I get a submenu but when i move mouse to make a selection the submenu disappear.
Ignoring the above details, How can I create a simple drop down menu...
GO through this code snippet.
<IMG id="img1" src="image1" onmouseover="show(event)">
<IMG id="img2" src="image2" onmouseover="show(event)">
The Javascript
<SCRIPT> show(evt)
{
if(img1)...
I have been asked to recreate a website developed in PHP with Ajax programming. Can I use Ajax with the PHP programming by not making much changes to the existing PHP code. Or I have to develop the website from scratch.