F
Frank
Hi,
I am working with VS.NET 2005
Ultimately, I wish to call a JavaScript function from a .js file
In the Master page, I have:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Admin Pages</title>
<link href="common/css/admin_style.css" rel="stylesheet" type="text/css"
/>
<script language="JavaScript" src="common/js/global.js"
type="text/JavaScript"></script>
</head>
<body runat="server" id="body">
I am working with VS.NET 2005
Ultimately, I wish to call a JavaScript function from a .js file
In the Master page, I have:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Admin Pages</title>
<link href="common/css/admin_style.css" rel="stylesheet" type="text/css"
/>
<script language="JavaScript" src="common/js/global.js"
type="text/JavaScript"></script>
</head>
<body runat="server" id="body">