Can a Virtual Include inside a .asp page be ANYWHERE in page?

M

Mr. Analogy

I'm putting a Virtual Include at the start of the page (before the
<!doctype..>)

Is that OK?

Or does it need to be after doctype, or within <html> tag?

Does it matter?


Ex:
<!--#include virtual="/include/LeaveRefCookie.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top