mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 18:51:56 +01:00
24 lines
439 B
HTML
24 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.js"">
|
|
</script>
|
|
<script type="text/javascript">
|
|
function ImageHosting_Click(){
|
|
alert("test");
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<form action="">
|
|
<input type="text" size="40" id="iofield" name="iofield" />
|
|
<input type='button' id='ImageHosting' value='Click me' onclick='ImageHosting_Click()' />
|
|
</form>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|