add onchange action
This commit is contained in:
parent
770e89c6a1
commit
1b4381cfa1
@ -6,7 +6,7 @@
|
|||||||
_/ _//
|
_/ _//
|
||||||
-->
|
-->
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>YTCget</title>
|
<title>YTCget</title>
|
||||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<form action="JavaScript:getCover()">
|
<form action="JavaScript:getCover()">
|
||||||
<input type="text" id="videoUrl" placeholder="YouTube video url"><!--
|
<input type="text" id="videoUrl" placeholder="YouTube video url" onchange="getCover()"><!--
|
||||||
--><button type="submit">Search</button>
|
--><button type="submit">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user