Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Hi , I worked a lot on JSP and Servlets but my knowledge for Java Script is limited. Can anyone suggest me how to build PopUp Menus on web page using java script and html thannx in advance...
You can use DIV (in IE) or layers (in netscape) and set their visibility to hidden. Set their position to absolute. Then on some event, show them. I use onMouseDown and I check the button property of the evenet object. If it is 2, then it was a right click, and I show my DIV by setting its visibility to visible.