Hello. I have added the last two following lines of code to the <HEAD> tag inside my .aspx file. Here is the entire contents of the <HEAD> tag:
However, when I compile and test the code, the JavaScript and CSS file are not included. This is what the <HEAD> tag looks like when I view the source from IE:
Does anyone have any idea why the JavaScript and CSS includes that I added do not show up, when the ones listed above it are? Thank you very much for your time.
Nick Ruiz
CO-OP Intern, PPL Electric Utilities
Webmaster, DealMerchant.net
Code:
<HEAD>
<title>SPAAcctInfo</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="[URL unfurl="true"]http://schemas.microsoft.com/intellisense/ie5"[/URL] name="vs_targetSchema">
<LINK href="/EU_RSSelfServ/css/SelfServiceStyles.css" type="text/css" rel="stylesheet">
<LINK href="/EU_RSSelfServ/css/movingImageStyle.css" type="text/css" rel="stylesheet">
<script language="javascript" src="JScripts/moveSurveyImage.js" type="text/javascript"></script>
</HEAD>
However, when I compile and test the code, the JavaScript and CSS file are not included. This is what the <HEAD> tag looks like when I view the source from IE:
Code:
<HEAD>
<title id="title">myPPL Electric - Customer Services Online</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="[URL unfurl="true"]http://schemas.microsoft.com/intellisense/ie5"[/URL] name="vs_targetSchema">
<LINK href="/EU_RSSelfServ/css/SelfServiceStyles.css" type="text/css" rel="stylesheet">
<SCRIPT language="JavaScript" src="/EU_RSSelfServ/JScripts/ppleu_rsapp.js"></SCRIPT>
</HEAD>
Does anyone have any idea why the JavaScript and CSS includes that I added do not show up, when the ones listed above it are? Thank you very much for your time.
Nick Ruiz
CO-OP Intern, PPL Electric Utilities
Webmaster, DealMerchant.net