S
Scott M.
So, your final response is that having this runat="server" in the head tag
gives me no more functionality that we've already had.
Gee, you could have said that like 12 posts ago.
gives me no more functionality that we've already had.
Gee, you could have said that like 12 posts ago.
Göran Andersson said:Scott said:The way that you demonstated is to put a server control or an inline
code block inside the head tag, but that requires you to know where the
head tag is already. That can't be done automatically.
[sigh] Yes it can, it's been done for years by every HTML editor that
wanted to insert a <meta name="Generator" ...> tag into the output.
[sigh] Yes, as I said, it's possible. It can be done, but it would be
stupid. It doesn't make sense to parse the code one extra time to find the
head tag, when the code has already been parsed once.