I have an asp page on one server/domain, let's call it that generates a table from a database that also resides on that server.
I would like to display myTable.asp on another page on a different server which doesn't have asp support
I have tried including the following line where I want the table to be displayed in plain_file.htm
<script language="VBScript" src=
It seems to go there but then I get error upon error popping up.
Line 3: Expected Statement
When I open up the debugger from IE, all the HTML code is correctly placed, the table is populated with the correct information.
I have removed HTML, HEAD,/HEAD, BODY, /BODY and /HTML tags from myTable.asp.
myTable.asp displays fine if viewed on it's own.
I would like to display myTable.asp on another page on a different server which doesn't have asp support
I have tried including the following line where I want the table to be displayed in plain_file.htm
<script language="VBScript" src=
It seems to go there but then I get error upon error popping up.
Line 3: Expected Statement
When I open up the debugger from IE, all the HTML code is correctly placed, the table is populated with the correct information.
I have removed HTML, HEAD,/HEAD, BODY, /BODY and /HTML tags from myTable.asp.
myTable.asp displays fine if viewed on it's own.