Asp olarak isteyenler için;
<%vid = request.form("video_id")
if vid <> "" then
bol = split(vid, "=")
vid1=bol(1)
if len(vid1) <> "11" then
response.Write("Adresi eksik veya fazla kopyalanmışsınız ")
else
response.redirect("http://rd.cache.l.google.com/get_video?video_id="&vid1&"")
end if
else%><b>Youtube adresini kopyalayın</b><br>
<form method="post" action="default.asp">
<input type="text" name="video_id" size="50">
<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...
<%vid = request.form("video_id")
if vid <> "" then
bol = split(vid, "=")
vid1=bol(1)
if len(vid1) <> "11" then
response.Write("Adresi eksik veya fazla kopyalanmışsınız ")
else
response.redirect("http://rd.cache.l.google.com/get_video?video_id="&vid1&"")
end if
else%><b>Youtube adresini kopyalayın</b><br>
<form method="post" action="default.asp">
<input type="text" name="video_id" size="50">
<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...