Replace CustomerExtrenalInfo.jsp

parent 6616e7f4
...@@ -6,6 +6,19 @@ ...@@ -6,6 +6,19 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Customer External Information</title> <title>Customer External Information</title>
<style>
button {
background-color: blue;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}
button:hover {
background-color: darkblue;
}
</style>
<script> <script>
function updateInputBox() { function updateInputBox() {
var selectedOption = document.getElementById("idType").value; var selectedOption = document.getElementById("idType").value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment