|
ASP
Nov 20, 2007 22:12:31 GMT -5
Post by Reverse Blade on Nov 20, 2007 22:12:31 GMT -5
What am I doing Wrong? rb.jayowns.com/test.asp <html> <head> </head> <body>
<h1>HELLO!</h1><br /> <h3>Time: <% =Now%></h3>
</body> </html>
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
ASP
Nov 20, 2007 22:58:47 GMT -5
Post by Kahless on Nov 20, 2007 22:58:47 GMT -5
needs to be a .aspx page
|
|
|
ASP
Nov 20, 2007 23:38:45 GMT -5
Post by Reverse Blade on Nov 20, 2007 23:38:45 GMT -5
Thats only if it's .net
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
ASP
Nov 21, 2007 1:53:10 GMT -5
Post by Kahless on Nov 21, 2007 1:53:10 GMT -5
I only know .net, I havent got to learning the old school stuff,
when I create a new page in the editor I get this at the top, its declaring a new page lanugage and the VB file to use <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
|
|
|
ASP
Nov 21, 2007 12:23:14 GMT -5
Post by Reverse Blade on Nov 21, 2007 12:23:14 GMT -5
Now it works since I downloaded Visual Web
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
ASP
Nov 21, 2007 17:55:24 GMT -5
Post by Kahless on Nov 21, 2007 17:55:24 GMT -5
what did you do with it?
|
|
|
ASP
Nov 21, 2007 18:57:32 GMT -5
Post by Reverse Blade on Nov 21, 2007 18:57:32 GMT -5
What did I do with what?
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
ASP
Nov 21, 2007 19:54:14 GMT -5
Post by Kahless on Nov 21, 2007 19:54:14 GMT -5
well, whats Visual Web?
|
|
|
ASP
Nov 21, 2007 20:33:43 GMT -5
Post by Reverse Blade on Nov 21, 2007 20:33:43 GMT -5
Visual Web Developer, the windows program for Asp and web programming.
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
ASP
Nov 21, 2007 20:42:18 GMT -5
Post by Kahless on Nov 21, 2007 20:42:18 GMT -5
ah, thought so, I have the .NET Developers Studio
|
|