






<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>

</HEAD>
<SCRIPT>
var blnSubmitted = false;

function onBtnContinueClick()
{
	//added by jimmyyong 20190411 for SVERHB-1250 start
	var selectedModule = document.frmParam.superId_sel.value;
	
	if(selectedModule == "-")
	{
		alert("Please select a module ");
		return;
	}
	//added by jimmyyong 20190411 for SVERHB-1250 end
    if (!blnSubmitted)
    {
        blnSubmitted = true;
        window.document.frmParam.submit();
    }
}

function onloadChangeState(){
	window.history.pushState("", "", "/rhbcams/corporate/login.jsp");
}
</SCRIPT>

<!-- <link rel="stylesheet" href="../theme/fo/def/css/default.css" type="text/css" media="screen" /> -->
<LINK rel="stylesheet" type="text/css" href="../theme/general/css/style.css">
<script type="text/javascript" src="../js/updatedJS/jquery-3.7.1.min.js"></script> <!--//added by jimmyyong 20190329 for SVERHB-1250 -->
<script type="text/javascript" src="../js/style.js"></script>

<BODY bgcolor="#FFFFFF" text="#000000" onload="onloadChangeState()">

<FORM action='superIdSelection.jsp' method='POST' AUTOCOMPLETE="OFF" name='frmParam'>


<div class="table_head1 no-accordian"><div class="tableH_L"></div><div class="tableH_M">Corporate Front Office/Corporate Back Office Selection</DIV><div class="tableH_R"></div></DIV><DIV class="table_content" id="tableblue1" ><TABLE class="entry tabledata" cellpadding="0" cellspacing="0"><colgroup><col width="450px"><col width="450px"><colgroup><TBODY>

    <tr><td colspan="2"><b><font face="Lato" style="font-size: 12pt">Welcome null</font></b></td></tr>

    <tr><td colspan="2"><b><font face="Lato" style="font-size: 12pt">Please select the module you would like to access.</font></b></td></tr>

    <tr>
    <td width="30%">
    <b><font face="Lato" style="font-size: 12pt">&nbsp;Select module </font></b>
    <div class="scn_div_input_dd  "><SELECT ID="superId_sel" NAME="superId_sel" 
 onchange="onComboboxChange('superId_sel','SpansuperId_sel');		"  class="scn_input_dd" 
>
<OPTION VALUE="-"
>
<FONT COLOR="RED"> Invalid Key : droplist.please_select</FONT>
</OPTION>
<OPTION VALUE="N"
>Corporate Front Office</OPTION>
<OPTION VALUE="Y"
>Corporate Back Office</OPTION>
</SELECT>
<span class="select " id="SpansuperId_sel">
<FONT COLOR="RED"> Invalid Key : droplist.please_select</FONT>
</span>
</div><script type="text/javascript">
$( document ).ready(function() {
onComboboxChange('superId_sel','SpansuperId_sel'); 
});
</script>
</DIV>
	</td>
	<td>&nbsp;</td>    
    </tr>
    <tr><td colspan="2">&nbsp;</td></tr>
    <tr><td colspan="2">&nbsp;</td></tr>
    
</TBODY></TABLE></DIV>
			<div class="tableBtm marginT_20"><div class="tableBtm_L"></div><div id="btm_btn"><LAYER id="a_button_NS"><DIV id="a_button_IE">
<a class="btn_primary"><div class="btn_L"></div><div class="btn_M" ID="BtnContinue" NAME="BtnContinue" onClick="Javascript:onBtnContinueClick();">Continue</div><div class="btn_R"></div></a></div></LAYER></div><div class="tableBtm_R"></div><div class="clear"></div></div>
  		

</FORM>

</BODY>

</HTML>



