Recent content by arpit_gadle

  1. A

    How to create Ajax Drop Down 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...
  2. A

    How i can create drop down menus in ajax?

    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.
  3. A

    Are there any IDE's available, to develop website using Ajax?

    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?
  4. A

    Are there any IDE's available, to develop website using Ajax?

    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?
  5. A

    How to create Ajax Drop Down 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...
  6. A

    Can we have Ajax with PHP?

    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.
  7. A

    How i can create drop down menus in ajax?

    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.
  8. A

    How can I add navigaition to the table displayed in HTML file?

    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?
  9. A

    Are there any IDE's available, to develop website using Ajax?

    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?
  10. A

    How i can create drop down menus in ajax?

    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.
  11. A

    What is Dummy Page or Dummy Categories In HTML?

    How can I create a Drop Down menu usig Dummy Categories? and What is Dummy Page in HTML?
  12. A

    How to create Ajax Drop Down 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...
  13. A

    How can we find, the HTML element which fired a event is JavaScript?

    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)...
  14. A

    Can we have Ajax with PHP?

    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.
Back
Top