2005-10-04

 

Tips in Development (Web/J2EE)

Tips in Development (Web/J2EE)

1. Special Chars

2. Always use form to submit values, DO NOT use javascript link directly.

3. Avoid to use <%=sVal%>in .jsp (Specially in javascript scope), use hidden field to replace it.

4. <a title="tips" > and <img alt="tips" > can show the floating tips



This page is powered by Blogger. Isn't yours?