صفحة: 221
td > value = < % = session . getAttribute ( "lastName" ) % >/> th > < th align = "right" >< input type = "text" size = " 30 " name = "lastName " < tr > שם משפחה tr > < td align = "right" > td > value = < % = session . getAttribute ( "address" ) % > /> th > < th align = "right" >< input type = "text" size = " 30 " name = "address " < tr > כתובת tr > < td align = "right" > td > value = < % = session . getAttribute ( "gender" ) % > /> th > < th align = "right" >< input type = "text" name = "gender" size = " 1 " < tr > מין tr > < td align = "right" > F / M td > value = < % = session . getAttribute ( "birthYear" ) % > /> th > < th align = "right" >< input type = "text" name = "birthYear" size = " 4 " < tr > שנת לידה < tr > tr > < td align = "right" > td > value = < % = session . getAttribute ( "phone" ) % > /> th > < th align = "right" >< input type = "text" size = " 25 " name = "phone" טלפון td > value = < % = session . getAttribute ( "cellPhone" ) % > /> th > < th align = "right" >< input type = "text" size = " 25 " name = "cellPhone" < tr > tr > < td align = "right" > טלפון נייד tr > < td align = "right" >
|