/ Published in: JavaScript
// Takes the first argument and pushes it into the value of the second argument // Hides Layer "swissmap"
Expand |
Embed | Plain Text
function push2Value() { var args=push2Value.arguments; if ((obj=MM_findObj(args[1])) != null) { obj.value = args[0]; } MM_SCHMOE_showHideLayers('swissmap','','hide'); }
You need to login to post a comment.
