Can you write Visual Basic code in your html?
Can you put Visual Basic programs or code in html like you can with javascript?
Public Comments
- 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.
- You may like to try ASP.net WEB applications. http://www.asp.net/ The site should answer most of your questions.....
Powered by Yahoo! Answers