Skip to content
Snippets Groups Projects
Commit 2a9b7964 authored by developer27's avatar developer27
Browse files

Initial commit

parents
Branches
No related merge requests found
<!DOCTYPE html>
<html lang="en" ufr>
<head>
<meta charset="UTF-8">
<title>UFR example</title>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="script.js"></script>
</head>
<style>
#lista{
width:350px;
margin-top: 30px;
margin-left: 30px;
}
k {
color: #ff0015;
}
#response {
margin-top: 30px;
margin-left: 30px;
}
</style>
<body onload="load()">
<input list="functions" name="func" id="lista" onkeyup="onenter(event)" oninput="change(event)">
<datalist id="functions">
</datalist>
<button id="btn" onclick="onclickbutton()">Send</button>
<h4 style="display: inline;" id="arguments"></h4>
<div id="response"></div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
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