Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <select id="ITAAServerList" name="ITAAServerList" style="visibility:visible">
  2. <option ServerName="SERVER01" IPAddress="192.168.46.1" StartPageName="SERVER01_Start.html">SERVER01</option>
  3. <option ServerName="SERVER02" IPAddress="192.168.46.2" StartPageName="SERVER02_Start.html">SERVER02</option>
  4. <option ServerName="SERVER03" IPAddress="192.168.46.3" StartPageName="SERVER03_Start.html">SERVER02</option></select><button type="submit" name="oNext" id="oNext" onclick ="OnClickNext()" class="item cursor-pointer login-button">LOGIN</button>
  5.  
  6. <script type="text/javascript" src="onclicknext.js"></script>
  7.  
  8. function OnClickNext() {
  9. var oITAAServer = document.getElementById('ITAAServerList').Value;
  10. alert(oITAAServer);};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement