Asp olarak isteyenler için;
<%vid = request.form("video_id")
if vid <> "" and len(vid)= "11" then
response.redirect("http://rd.cache.l.google.com/get_video?video_id="&vid&"")
else%>
<form method="post" action="default.asp">
<input type="text" name="video_id" size="50" maxlength="11">
<input type="submit" value="indir">
</form>
<%end if%>
Tasarımı yok istediğiniz yere gömersiniz bu haliyle default.asp olarak kaydedilirse sorunsuz çalışır...