mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
495c7d78a6
commit
f5ebec2119
7 changed files with 77 additions and 24 deletions
|
|
@ -121,3 +121,17 @@ function completeInsertJoinForm(ret_obj) {
|
|||
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
/* 가입폼의 기본 값 관리 */
|
||||
function doShowJoinFormValue(sel_obj) {
|
||||
var val = sel_obj.options[sel_obj.selectedIndex].value;
|
||||
switch(val) {
|
||||
case 'checkbox' :
|
||||
case 'select' :
|
||||
xGetElementById('zone_default_value').style.display = 'block';
|
||||
break;
|
||||
default :
|
||||
xGetElementById('zone_default_value').style.display = 'none';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue