- function openSpecfiyWindown( windowName ) {
- window.open('about:blank',windowName,'width=700,height=400,menubar=no,scrollbars=no');
- }
- < form id = "editForm" name = "editForm" method = "post" action = "viewUser" target = "colors123" onsubmit = "openSpecfiyWindown( 'colors123' )" >
- < fieldset >
- < input type = "hidden" id = "id" name = "id" value = "$!{User.id}" />
- < input type = "submit" />
- </ fieldset >
- </ form >