<HTML xmlns:IE>
<HEAD>
<TITLE>User Profile Request v 2.5</TITLE>
<HTA:APPLICATION
APPLICATIONNAME="UPR"
ID="UPR"
</HEAD>
<BR>
<SCRIPT LANGUAGE="VBScript">
var strEmployee, strName, strdate;
Sub getAllinfo()
CombinedName.Value = strEmployee & " " & strName & ", " &"Starting date: " & strdate
End Sub
</SCRIPT>
Name (required) <input type="text" id="txtName" value="" /><br />
<form name="UPRform">
<b>Enter user Name:</b><br><input type=text name="UserName"><br>
<select name="OptionChooser" size="1">
<option value="Employee type One" selected>Employee type One</option>
<option value="Employee type One">Employee type Two</option>
<option value="Employee type One">Employee type Three</option>
<option value="Employee type One">Employee type Four</option>
<option value="Recolation">Recolation Request</option>
</select>
<BR>
<BR>
<input type="checkbox" name="building" id="building" OnMouseOut="AlertMsg()">Address one/ Address 2 /Address 3/ Address 4<br>
<input type="checkbox" name="device" id="device">Laptop / Computer<br>
<input type="checkbox" name="mailbox" id="mailbox">MailBox<br>
<input type="checkbox" name="voice" id="voice">Phone<br>
<input type="checkbox" name="sharedrive" id="sharedrive">Home Directory / Share drive<br>
<input type="checkbox" name="application" id="application" OnMouseOut="AlertMsg2()">Any Special Application<br>
<BR>
<button type="button" onclick="getAllinfo()">Submit</button>
</form>
</HTML>
--- Working on making it simple ---
-
Edited by
JosephB777
Thursday, February 19, 2015 10:41 PM