Home
About
Contact
Categories
Classic ASP (30 - Entries)
CSS (1 - Entry)
JavaScript (5 - Entries)
Databases (26 - Entries)
ASP.NET (25 - Entries)
Delphi (6 - Entries)
Windows Server Core (7 - Entries)
VMWare (1 - Entry)
Code Editing Tools (2 - Entries)
Linux (3 - Entries)
Dell Servers (15 - Entries)
Blog Entries
2025 (3 - Entries)
Bug Reports
(Bugs Fixed
CFFCS Coding Source
Please report any errors to the [
Contact
] page. Thank you.
Classic ASP (30)
CSS (1)
JavaScript (5)
Databases (26)
ASP.NET (25)
Delphi (6)
Windows Server Core (7)
VMWare (1)
Code Editing Tools (2)
Linux (3)
Dell Servers (15)
Tools
Format Your SQL Script
Minify your CSS
Resources
[View The Source Code For This Project]
Classic ASP
Forms
ASP Classic play YouTube videos on your page
Live Editing Disabled for Server-Side Example
HTML
Attention: Click in the textarea, then hit a key (Spacebar recommended) to activate Preview
.
You can edit the HTML and CSS in this demo.
Copy each field to a new file and save it to run this on your own system.
YouTube ID
CSS
#YTBut { border-radius: 10%; width: 25%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } #YTField{ border-radius: 10%; width: 25%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; }
Classic ASP
Load.asp
YouTube ID
<%' Create our variable getSub = request.form("Submit") ' Next we call our variable and query it against the value of the input if getSub="Play YouTube Video" then UTube = trim(request.form("YouTube")) UTube = replace(UTube, "'","'") %>
<%end if%>
Preview
Tags
play YouTube videos on your site
asp classic play YouTube videos on your site