JSP javascript µÄÎÊÌâ - Java / Web ¿ª·¢
<script>
function set(operation) {
alert(operation);
if(operation=='zhuye')
{
with (document.forms[0]) {
method.value = operation;
}
}
else
{
with (document.forms[0]) {
method.value = operation;
}
if(document.getElementsByName("name")[0].value!="")
{
doReadOnly();
}
}
}
function doReadOnly()
{
document.getElementsByName("city")[0].disabled="true" ;
document.getElementsByName("state")[0].disabled="true" ;
document.getElementsByName("address")[0].disabled="true" ;
document.getElementsByName("phone")[0].disabled="true" ;
document.getElementsByName("sex")[0].disabled="true" ;
document.getElementsByName("age")[0].disabled="true" ;
}
function Empty()
{
document.getElementsByName("name")[0].value="" ;
document.getElementsByName("city")[0].value
Ïà¹ØÎÊ´ð£º
µ±ÖªµÀÒ»¸öÈÕÆÚ£¬ÈçºÎ°ÑÕâ¸öÈÕÆÚËùÔÚÑ®µÄǰºóÁ½¸öÈÕÆÚÈ¡³ö
±ÈÈçÊäÈë20090905£¬¾ÍÊäÈë20090901 20090910
Êä³ö20090901 20090910
È¡µÃÌìÊýºó×÷Ò»ÏÂÅжÏÔÙ°ÑÕâ¸ö·½·¨ÓÃÏÂvoid set(int field, int value)
......
JSPÒ³ÃæÖÐÓжà¸öradio°´Å¥
JSPÒ³Ãæ½«²ÎÊýPOST¸øservlet
ÒªÇóÈçÏÂ;
1.Ñ¡ÔñÒ»¸öradio£¬µ÷ÓÃservlet servletÖиù¾Ý²ÎÊýµ÷ÓÃÆäËû½Ó¿Ú£¬³ý·ÇÑ¡ÖиÃradio²¢µã»÷JSPÖеÄʵР......
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 52 in the jsp file: /vip_info.jsp
ÕË cannot be resolved
49: <table border="1& ......
È磺 @superwaring("unchecked");
Õâ¸öÀïÃæ¶¼¿ÉÒÔÈ¡ÄÄЩֵ°¡£¬»¹ÓÐÀàËÆµÄ @superwaring±êÇ©ÓÐÄÄЩ°¡
ûÓùý¡£¡£
¿´jeeµÄapi
javax.persistenceÀï
@superwaring("unchecked");Ö»ÊǺöÂÔ ......