|
-
Nov 18th, 2002, 06:51 AM
#1
Thread Starter
Member
<!-- #include problem
i want to call an asp file inside an html file.
But it doesnt work.
The code i have written is
<!-- #include file=abc.asp?val=1234 -->
the code works fine when defined in asp.
-
Nov 18th, 2002, 11:06 AM
#2
Addicted Member
I don't know what you try to do, but it's quite normal that this doesn't work.
It's a server-side directive, not html, so you ll need to put it in an asp page.
It's also impossible to include an asp page with a url parameter.
-
Nov 22nd, 2002, 04:25 PM
#3
<?="Moderator"?>
if its in an ASP page try this.
server.execute("Page.asp?field=value")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|