Home > Basic HTML Codes > Can you write Visual Basic code in your html?

Can you write Visual Basic code in your html?

Can you put Visual Basic programs or code in html like you can with javascript?

Basic HTML Codes

  1. doumbek
    February 10th, 2010 at 02:01 | #1

    No, Visual Basic compiles a system-specific executable. You can, however, use VBScript in .asp pages, which is very nearly the same language minus the system calls. It’s like the Microsoft version of Javascript, but with more vulnerabilities because it’s an "activeX control."

    If you’re on a Windows-based server, you can create an application in V.B. that executes and serves web pages dynamically, but this isn’t really an answer to the question.

    The ASP language is also based on Basic, and similar, but you need to run it on a Windows-based web server that allows .asp to execute.

  2. Scott P
    February 10th, 2010 at 02:01 | #2

    You may like to try ASP.net WEB applications.
    http://www.asp.net/
    The site should answer most of your questions…..

  1. No trackbacks yet.