K
Kathy Burke
Hi, in trying to discover why my RegisterStartUpScript wouldn't work (I
do NOT see it in the HTML source), I looked at the HTML source of a page
where I do an XslTransform.
First, I get the transform results as expected, beginning with <html>
and ending with </html> but then I see the following immediately after
that:
<HTML>
<HEAD>
<title>Work Instruction</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="WI.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwtMTI3OTMzNDM4NDs7Pn0AD1+1JID+r7cXT86Hd3DoaMxM" />
</form>
</body>
</HTML>
I suspect this is interfering with my startup script but I have no clue
as to why or how?
Any enlightenment welcome!
Thanks, Kathy
do NOT see it in the HTML source), I looked at the HTML source of a page
where I do an XslTransform.
First, I get the transform results as expected, beginning with <html>
and ending with </html> but then I see the following immediately after
that:
<HTML>
<HEAD>
<title>Work Instruction</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="WI.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwtMTI3OTMzNDM4NDs7Pn0AD1+1JID+r7cXT86Hd3DoaMxM" />
</form>
</body>
</HTML>
I suspect this is interfering with my startup script but I have no clue
as to why or how?
Any enlightenment welcome!
Thanks, Kathy