Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

still path problem with jquery plugin

I thought I had this resolved, but it is not working in the one page:

<script src="../../Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
<script src="../../Scripts/jquery-ui-1.8.13.custom.min.js" type="text/javascript"></script>
<link href="../../Scripts/css/jquery.modaldialog.css" rel="stylesheet" type="text/css" />
<script src="../../Scripts/js/jquery.js" type="text/javascript"></script>
<script src="../../Scripts/js/jquery.modaldialog.js" type="text/javascript"></script>
<script src="../../Scripts/js/__testmodal.js" type="text/javascript"></script>

Perhaps it has something to do with the fact that these declarations are on a master page and not a regular webform.

Avatar of leakim971
leakim971
Flag of Guadeloupe image

Look like you've two jQuery plugin :

<script src="../../Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>

<script src="../../Scripts/js/jquery.js" type="text/javascript"></script>
Avatar of Tom Knowlton

ASKER

I deleted the one and it makes no difference
do you have firebug or chrome

you will be able to check if the page can't load the script
Yes, it thinks it is undefined:

It is capable of working, see screencast:

knowlton-515584.flv
click on the Net tab during your test
Here is the result on the page that does not work:

 User generated image
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
versus....this is the .net tab on the page that DOES work:

I see right away that many more .js files are loading for the page that has the master page.
page-that-works.png
>>>>Ok, I see jQuery 1.5 is two time loaded, the second time jquery.modaldialog.js  is not loaded
Maybe an iframe somewhere?

--------------------------------------

Perhaps....yes....I noticed the second "jquery" 1.5.1 js as well!!!!!!
Having a difficult time finding where the second 1.5.1 js is coming from.


The only place I am including .js files is in the <head> tag in the master page.


I commented-out the reference to the 1.5.1 page in my master page <head> tag and it STILL loads twice....
if possible, right click on the page and post it here.
check if you found iframe tag in your page
Further down in my code I have this:

<body runat="server" id="bodytagASH">
<form id="mainbodyform123" runat="server" style="background-color: #E1DFDB;">


<atlas:ScriptManager id="ScriptManager1" runat="server" EnablePartialRendering="True"
AsyncPostBackErrorMessage="An error has occurred">
<Scripts>
<atlas:ScriptReference Path="~/Scripts/always-include-common.js" />
<atlas:ScriptReference Path="~/Scripts/always-include-moz.js" />
<atlas:ScriptReference Path="~/Scripts/always-include-ie.js" />
<atlas:ScriptReference Path="~/Scripts/browser-all.js" />
<atlas:ScriptReference Path="../../Scripts/jquery-1.5.1.min.js" />
<atlas:ScriptReference Path="~/Scripts/thickbox.js" />
<atlas:ScriptReference Path="~/Scripts/jquery.cycle.all.js?v2.23'" />
<atlas:ScriptReference Path="~/Scripts/jquery.hoverIntent.js" />
<atlas:ScriptReference Path="~/Scripts/header.js" />
</Scripts>
</atlas:ScriptManager>

Open in new window




This is in addition to the declarations in my <head> tag.  So I   AM   declaring it twice!!!!!!!!!!!!


I have not checked on an IFRAME yet:

Here is the HTML source for the page that does not work:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Content Copyright Kent State University -->
<!-- Page generated 2009-07-28 11:50:57 by CommonSpot Build 5.0.3.132 (2009-02-13 11:10:58) -->
<!-- JavaScript & DHTML Code Copyright 1998-2009 PaperThin, Inc.  All rights reserved -->
<head id="ctl00_Head1"><link href="App_Themes/ashtabula/addoredit_control.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/ashmasterpagestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/booksearchstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/catalogstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/commonspot.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/CWS.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/dwcs3-design-time.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/flyout.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/footer.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/giftcard_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/global.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/header.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/home.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/ie.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/internal.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/loginpagestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/menu.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/minicartstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/miniloginstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/no-vertical-menu.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/orderdonestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/print.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/reset.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/searchpagestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/securepaymentpagestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shippingmethodstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shippingonetimeshipaddress_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shopping_header.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shopping_progress_steps_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingallowsubstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingcartdetailstable_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingcarttotal_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingccpayoptions_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingcheckoutbuttons_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingcheckoutpolicy_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/shoppingstepsinstructionsdisplay_styling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/slideshow.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/topcartstyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/useremailandphonestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/waitmessagestyling.css" type="text/css" rel="stylesheet" /><link href="App_Themes/ashtabula/webmessageboxstyling.css" type="text/css" rel="stylesheet" /><title>
	Ashtabula Bookstore
</title><meta id="ctl00_Description" name="Description" content="About" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta id="ctl00_Keywords" name="Keywords" /><meta id="ctl00_Generator" name="Generator" content="CommonSpot Content Server Build 5.1.0.128" />
<script type="text/javascript">
<!--
    var gMenuControlID = 0;
    var menus_included = 0;
    var jsDlgLoader = '/about/loader.cfm';
    var jsSiteID = 1;
    var jsSubSiteID = 12;
    var js_gvPageID = 9077;
    var jsPageID = 9077;
    var jsPageSetID = 0;
    var jsPageType = 0;
    var jsControlsWithRenderHandlers = ",8,9,10,20,23,23,23,23,23,23,23,36,36,36,36,36,39,39,39,39,1401,1401,1409,1409,1428,1428,1457,1457,1460,1460,1460,1474,1526,1526,1526,1526,2097,2108,3397,3397,8173,8195,8195,8230,8482,8482,8482,8482,8482,9039,9299,9299,9299,9299,28049,36870,36870,260469,334861,334861,664201,670580,670580,707473,707473,";
    var jsDefaultRenderHandlerProps = ",20_2,20_1,39_2,39_1,1401_1,1409_1,1428_1,1474_1,2097_1,2108_1,3397_1,8173_1,8195_1,8230_1,8482_1,9039_1,36870_1,260469_1,334861_1,670580_1,707473_1,";
    var jsAuthorizedControls = ",1,2,3,4,6,7,8,9,10,11,16,18,20,21,22,23,25,26,27,28,29,30,31,34,36,37,38,39,40,41,42,43,44,45,46,47,50,51,52,53,54,1356,1373,1401,1409,1428,1433,1439,1448,1457,1460,1470,1474,1477,1501,1516,1526,2097,2108,2909,3397,8173,8195,8230,8482,9039,9198,9299,12667,12669,15663,16678,17103,22517,28049,31170,32055,32177,34217,34230,34249,34273,35119,35607,36870,42648,50940,50949,258497,260469,334861,334871,382628,463802,484398,523520,664139,664201,664327,667704,667774,670580,707473,744838,745018,745020,745236,751375,751404,751489,784747,786759,791358,843272,865565,954102,954156,";
    var jsCustomRenderHandlerPairs = "";
    var jsSiteSecurityCreateControls = 0;
    var jsShowRejectForApprover = 1;

    document.CS_StaticURL = "http://cmsprod.uis.kent.edu/";
    document.CS_DynamicURL = "http://cmsprod.uis.kent.edu/";
// -->
</script>

<script src="../../Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
<script src="../../Scripts/jquery-ui-1.8.13.custom.min.js" type="text/javascript"></script>

<link href="Scripts/css/jquery.modaldialog.css" rel="stylesheet" type="text/css" />

<script src="../../Scripts/js/jquery.modaldialog.js" type="text/javascript"></script>

<script src="../../Scripts/js/__testmodal.js" type="text/javascript"></script>





<meta name="google-site-verification" content="FVw1W1OPIe7mlesI8YCQhzU7ptUjlDaXS11Cp0zB2UY" /><link id="ctl00_Link1" rel="icon" type="image/png" href="App_Themes/Ashtabula/images/favicon.ico" /></head>




<body id="ctl00_bodytagASH">
<form name="aspnetForm" method="post" action="login.aspx" id="aspnetForm" style="background-color: #E1DFDB;">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODg3MTc1MzE2D2QWAmYPZBYCAgMPZBYCAgEPZBYCAgMPZBYEAgEPZBYCAgcPZBYCAgEPZBYCAgEPZBYCAgEPDxYCHghJbWFnZVVybAUnLi4vQXBwX1RoZW1lcy9hc2h0YWJ1bGEvSW1hZ2VzL2NhcnQuZ2lmZGQCAw9kFgICAw9kFgICAQ9kFgQCBQ8PFgIeB1Zpc2libGVoZGQCCw88KwANAGQYAQUjY3RsMDAkQ29udGVudFBsYWNlSG9sZGVyMSRHcmlkVmlldzEPZ2TZQlIWp14xsNSxaz2bGYd3GBeFfg==" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<script src="/WebResource.axd?d=qt613d4Z-W7c91f4hS4aZ30MSqfbBviT6yW4ryxuEZclUeB9dSRBjOjd6r0yceXagY9K1WsxuCOZWTlB49WC7x4WXVQ1&amp;t=634244974914809245" type="text/javascript"></script>


<script src="/ScriptResource.axd?d=X2i0eJCq6oSKbWNPhZZyqoFP4OFL_Ptg4yKWGPFo9a-KVjsl1XOI7HQ8Y0Gdo5CjLximZDTSs2_UmwnOO-toB49R6gxw40IUicjTF0h3sAFcrtNw_nilyNPA6Q23qtRf3KRAiMP2818qakTg-Qa3MNEam26M5_ZiSNXJHubadJ8T0OXZ0&amp;t=fffffffff9d85fa6" type="text/javascript"></script>

<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

<script src="/ScriptResource.axd?d=ljneZwfeLkp33cA1BKDaH08AXvEiRjJrJT7wm2Knso6VVybQPOFtCw_UoutF7VW-zTnhAw-dczHzYhIt0CoLj5i0IxwrN2-cTGCFfovnNwIWzInis_YEbEPeAitmcyBP4EDDyxE5BYjsf8QuzAScPQjlwf6QR_HRK84xrwSNzkL7LvPY0&amp;t=fffffffff9d85fa6" type="text/javascript"></script>
<script src="Scripts/always-include-common.js" type="text/javascript"></script>
<script src="Scripts/always-include-moz.js" type="text/javascript"></script>
<script src="Scripts/always-include-ie.js" type="text/javascript"></script>
<script src="Scripts/browser-all.js" type="text/javascript"></script>
<script src="Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
<script src="Scripts/thickbox.js" type="text/javascript"></script>

<script src="Scripts/jquery.cycle.all.js?v2.23'" type="text/javascript"></script>
<script src="Scripts/jquery.hoverIntent.js" type="text/javascript"></script>
<script src="Scripts/header.js" type="text/javascript"></script>
<div>

	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwLSwJy8BwLxy72jDQK5k/GhCfnIg1PRwX1A2VNqpCmUsvo/ydmv" />
</div>


<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
</script>


<div id="ctl00_ash_mainA" class="ash_mainA">

    <div id="ctl00_ash_mainB" class="ash_mainB">
        
        <div id="ctl00_ash_mainD" class="ash_mainD">
            <ul id="utilities">
                <div id="script" style="display:block;">
                <li id="utl_flashline" class="utlIcon"><a href="https://flashline.kent.edu/site/content/login.html?KeepThis=true&amp;TB_iframe=true&amp;height=295&amp;width=376"
                class="thickbox">FlashLine Login</a></li>
                <li id="utl_dir" class="utlIcon"><a href="javascript:void(0);">Phone Directories</a></li>
                <li id="utl_ask" class="utlIcon"><a href="javascript:void(0);">Ask Kent State</a></li>

                <li id="utl_maps" class="utlIcon"><a href="javascript:void(0);">Maps</a></li>
                <li id="utl_home"><a href="/index.cfm">Home</a></li>
                </div>
                
            </ul>
        </div><!-- end of div ash_mainD -->           
          
        <div id="ctl00_ash_mainF" class="ash_mainF">      
            <div id="ctl00_ash_mainH" class="ash_mainH">
                <img src="../../App_Themes/Ashtabula/images/header_bg.jpg" />                                  
            </div><!-- end of div ash_mainH -->

            <div id="ctl00_ash_mainK" class="ash_mainK">
                <div id="main_nav">
                    <div id="cs_control_2158" class="cs_control CS_Element_LinkBar">
                    <ul class="sf-menu" id="sf-menu">
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/index.cfm">ABOUT
                    US</a>
                    <ul>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/offices/businessservices/index.cfm">
                    Business Services Office</a></li>

                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/offices/collegecommittee/index.cfm">
                    College Committee</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/offices/development/index.cfm">
                    Development Office</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/directions.cfm">
                    Directions</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/events/index.cfm">

                    Events</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/offices/hours.cfm">
                    Hours of Operation</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/virtualvisit/index.cfm">
                    Virtual Visit</a></li>
                    </ul>
                    </li>

                    <li class="main_nav_divider"></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/index.cfm">
                    ACADEMICS</a>
                    <ul>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/depts/index.cfm">
                    Academic Departments</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/resources/AcademicServices/index.cfm">
                    Academic Services</a></li>

                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/advising/index.cfm">
                    Advising</a></li>
                    <li><a href="http://ash.kent.campuswebstore.com">Bookstore</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/degrees/index.cfm">
                    Degree Programs</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/about/facultystaff/faculty/index.cfm">
                    Faculty</a></li>

                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/library/index.cfm">
                    Library</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/onlinecourses/index.cfm">
                    Online Courses</a></li>
                    <li><a href="https://keys.kent.edu:44220/ePROD/bwlkffcs.p_adv_unsecure_sel_crse_search">
                    Schedule of Classes</a></li>
                    </ul>

                    </li>
                    <li class="main_nav_divider"></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/index.cfm">
                    ADMISSIONS</a>
                    <ul>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/check-list.cfm">
                    Application Checklist</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/advising/index.cfm">

                    Advising</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/financialaid/index.cfm">
                    Financial Aid</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/hsgc/index.cfm">
                    H.S. Guidance Counselors</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/pseo.cfm">
                    Post Secondary Enrollment Options</a></li>

                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/info-request.cfm">
                    Request Information</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/financialaid/scholarships.cfm">
                    Scholarships</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/admissions/virtualvisit/index.cfm">
                    Virtual Visit</a></li>
                    </ul>

                    </li>
                    <li class="main_nav_divider"></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/index.cfm">
                    STUDENT SERVICES</a>
                    <ul>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/resources/AcademicServices/index.cfm">
                    Academic Services</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/advising/advisors.cfm">

                    Advisors</a></li>
                    <li><a href="http://ash.kent.campuswebstore.com">Bookstore</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/resources/CareerServices/index.cfm">
                    Career Services</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/resources/ComputerServices/index.cfm">
                    Computer Center</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/academics/library/index.cfm">

                    Library</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/life/index.cfm">
                    Student Life</a></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/student/studentservices/index.cfm">
                    Student Services Office</a></li>
                    </ul>
                    </li>

                    <li class="main_nav_divider"></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/ashtabula/corporatecommunityservices/index.cfm">
                    OUTREACH & PARTNERSHIPS</a> </li>
                    <li class="main_nav_divider"></li>
                    <li><a href="http://www.ashtabula.kent.edu/campuses/index.cfm">CAMPUSES</a>
                    <ul>
                    <li><a href="http://www.eliv.kent.edu/">East Liverpool</a></li>

                    <li><a href="http://www.geauga.kent.edu/">Geauga</a></li>
                    <li><a href="http://www.kent.edu">Kent</a></li>
                    <li><a href="http://www.salem.kent.edu/">Salem</a></li>
                    <li><a href="http://www.stark.kent.edu/">Stark</a></li>
                    <li><a href="http://www.trumbull.kent.edu/">Trumbull</a></li>
                    <li><a href="http://www.tusc.kent.edu/">Tuscarawas</a></li>

                    </ul>
                    </li>
                    </ul>
                    </div>
                </div> 
            </div><!-- end of idv ash_mainK -->
        </div><!-- end of div ash_mainF -->  

        <div id="ctl00_ash_mainI" class="ash_mainI">     
        </div><!-- end of div ash_mainI -->     
        <div id="ctl00_ash_mainM" class="ash_mainM">
            <div id="ctl00_ash_mainP" class="ash_mainP">

                
<div class="TopCartWrapper">
    <div class="TopCartCellAlign">
        <div class="TopCartImageAlign"><a id="ctl00_TopCart1_hlViewCart" href="CartDetails.aspx"><img src="App_Themes/ashtabula/Images/cart.gif" alt="view cart" style="border-width:0px;" /></a></div>
        <span id="ctl00_TopCart1_lblTotalItems" class="TopCartItemsCountNumberDisplayed">0</span>
        <span id="ctl00_TopCart1_Label1" class="TopCartItemsCountText">Item(s) totaling</span>
        <span id="ctl00_TopCart1_lblTotalAmount" class="TopCartTotalAmount">$0.00</span>                        
        </div>
        <div class="TopCartCheckoutLink">

        
    </div>
</div>


            </div><!-- end of div ash_mainP -->
             <div id="ctl00_ash_mainO" class="ash_mainO">
                <div id="ctl00_Minilogin1_Panel1" class="miniLoginPanel">
	
    <div class="miniLoginNews" id="login">     
        <div class="miniLoginTable">
            <tr>
                <td valign="middle">

                    <div id="minicartimage">
                    </div>
                </td>
                <td valign="middle">
                    <span id="ctl00_Minilogin1_lblName" class="miniLoginNameLabel">Welcome Guest, </span>
                </td>             
            </tr>
        </div>
        
        <div cellpadding="1" cellspacing="2" border="0" class="miniLoginTable">            
                <div class="miniLoginTable">

                  
                    <a id="ctl00_Minilogin1_lbSignIn" href="javascript:__doPostBack('ctl00$Minilogin1$lbSignIn','')">Sign In</a>
                    
                    
                    <a id="ctl00_Minilogin1_lbCreateUser" href="javascript:__doPostBack('ctl00$Minilogin1$lbCreateUser','')">Create User</a>
                </div>            
        </div>     
    </div>

</div>

            </div><!-- end of div ash_mainO -->            
        </div><!-- end of div ash_mainM -->
    </div><!-- end of div ash_mainB -->

    <div id="ctl00_ash_mainR" class="ash_mainR">
        <div id="ash_mainA10" class="ash_main10"> 
                <div id="ctl00_ash_mainS" class="ash_mainS"></div><!-- end of div ash_mainS -->
                <div id='ash_mainA5' class='ash_mainA5'>
                    <div id='ash_mainA7' class='ash_mainA7'>
                        <ul id="sub_nav1">
                        <h2>
                        Catalogs</h2>

                        <li><a href="/GetPage.aspx?pagename=Bookstore News">Bookstore News</a> </li>
                        <li><a href="/GetPage.aspx?pagename=Buyback">Buyback</a> </li>
                        <li><a href="/Calendar.aspx">Calendar</a></li>
                        <li><a href="/Catalogs/Clothing/103.aspx">Clothing, Etc.</a></li>
                        <li><a href="/GetPage.aspx?pagename=Contact Information">Contact Information</a></li>

                        <li><a href="http://ash.kent.campuswebstore.com" title="Employment">EBooks</a> </li>
                        <li><a href="/GetPage.aspx?pagename=Faculty Information">Faculty Information</a></li>
                        <li><a href="/GetPage.aspx?pagename=Graduation">Graduation Information</a></li>
                        <li><a href="/GetPage.aspx?pagename=Mission Statement">Mission Statement</a></li>
                        <li><a href="/Policies.aspx">Policies</a></li>
                        <li><a href="/GetPage.aspx?pagename=PSEO">PSEO</a></li>

                        <li><a href="http://ash.kent.campuswebstore.com" title="Employment">Rentals</a>
                        </li>
                        <li><a href="http://www.journeyed.com/select/go/NACKSAS">Software</a></li>
                        <li><a href="/Booksearch.aspx">Textbooks</a></li>
                        <li><a href="/GetPage.aspx?pagename=Web Class Books Info">Web Class Info</a></li>
                        </ul>
                </div><!-- end of div ash_mainA7 -->

                <div id='ash_mainA6' class='ash_mainA6'>
                    <div id="connect">
                        <h4>
                        Connect with KSU</h4>
                        <a href="http://www.facebook.com/kentstate"><a href="http://www.facebook.com/pages/Ashtabula-OH/Kent-State-Ashtabula-Bookstore/55428875339">
                        <img id="ctl00_Facebook" alt="Facebook" src="../../App_Themes/Ashtabula/images/Facebook_icon.gif" style="border-width: 0px;" /></a>
                        <a href="http://twitter.com/KSUABookstore">
                        <img id="ctl00_Twitter" alt="Twitter" src="../../App_Themes/Ashtabula/images/Twitter_icon.gif" style="border-width: 0px;" /></a>

                    </div>
                </div><!-- end of div ash_mainA6 -->
            </div><!-- end of div ash_mainA5 -->
            <div id="ctl00_ash_mainW" class="ash_mainW">
                
<br />
                <center>
                    <h3>User Login</h3>               
          
                <center>                   
<br /><br /><div style="text-align:center;width:490px;clear:right;">

 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
                width="487" height="25" id="logincontrol" align="middle">
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="false" />
                <param name="movie" value="logincontrol.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#ffffff" />
                <param name="wmode" value="transparent" />
                <embed src="logincontrol.swf" quality="high" bgcolor="#ffffff"
                    width="487" height="25" name="logincontrol" align="left" allowscriptaccess="sameDomain"
                    allowfullscreen="false" wmode="transparent" type="application/x-shockwave-flash" pluginspage="https://www.adobe.com/go/getflashplayer" />
            </object>

</div>     
<br /><br /><br /><br />
                    <a id="ctl00_ContentPlaceHolder1_HyperLink1" href="ForgotPassword.aspx" style="font-weight:bold;">Forgot your password?</a>
                    -
                    <a id="ctl00_ContentPlaceHolder1_hlCreateNew" href="CreateNewUser.aspx" style="font-weight:bold;">Create New Account</a>
                    
                    <span id="ctl00_ContentPlaceHolder1_lblMessage" style="color:Red;"></span><br />
                    &nbsp;<br />
                    &nbsp;<div>

</div>

                </center>

            </div><!-- end of div ash_mainW -->
            <div id="ctl00_ash_mainT" class="ash_mainT">
                <div id="ctl00_ash_mainU" class="ash_mainU">
                    <a href="http://www.journeyed.com/select/go/NACKSAS"><img src="../../App_Themes/Ashtabula/images/journeyed_small.jpg" /></a>
                </div><!-- end of div ash_mainU -->
                <div id="ctl00_ash_mainV" class="ash_mainV"></div><!-- end of div ash_mainV -->
            </div><!-- end of div ash_mainT -->

        </div><!-- end of div ash_mainA10 -->
        
        <div id="ash_mainA8" class="ash_mainA8">
            <div id="ash_mainA11" class="ash_mainA11"></div>
            <div id="ctl00_ash_mainX" class="ash_mainX">
                <div id="footer">
                <div id="cs_control_4109" class="cs_control">
                <!-- end connect -->
                </div>
                <!-- start bottom_utilities -->

                <div id="footer_links">
                <div id="cs_control_2149" class="">
                <div class="CS_Element_Schedule" title="" id="CS_Element_BottomUtilites">
                <a name="linkbar3005" id="linkbar3005"></a><a name="CP_JUMP_3005" id="CP_JUMP_3005">
                </a>
                <div id="cs_control_3005" class="cs_control CS_Element_LinkBar">
                <ul id="bottom_utilities">
                <li class="btmUtlLinks"><a href="/index.cfm">Home</a></li>

                <li>|</li>
                <li class="btmUtlLinks"><a href="http://www.kent.edu/publicsafety/index.cfm">Emergency
                Information</a></li>
                <li>|</li>
                <li class="btmUtlLinks"><a href="/flu/index.cfm">Flu Preparedness</a></li>
                <li>|</li>
                <li class="btmUtlLinks"><a href="https://jobs.kent.edu/applicants/jsp/shared/frameset/Frameset.jsp?time=1253288083363">

                Jobs</a></li>
                <li>|</li>
                <li class="btmUtlLinks"><a href="http://www.kent.edu/media">For the Media</a></li>
                <li>|</li>
                <li class="btmUtlLinks"><a href="http://assistive.usablenet.com/tt/http://www.kent.edu/about/index.cfm">
                Text Only</a></li>

                </ul>
                </div>
                <a name="textblock179183" id="textblock179183"></a><a name="CP_JUMP_179183" id="CP_JUMP_179183">
                </a>
                <div id="cs_control_179183" class="cs_control CS_Element_Textblock">
                <div class="CS_Textblock_Text">
                <p id="copyright">
                Copyright 2009&nbsp; &nbsp; Kent State University &nbsp;&nbsp; Kent, Ohio 44242
                &nbsp;&nbsp;&nbsp; Phone: 330.672.3000</p>

                </div>
                </div>
                </div>
                </div>
                <!-- end bottom_utilities -->
                </div>
                <!-- end footer_links -->
                </div>  
                <div id="tcsFooterWrapper">

                    <div class="tcsFooter">
                    <span id="ctl00_TCSFooter1_lblPowerBy" class="TCSFooterInfo">Powered By:</span><br />
                    <!--<a href="http://campuswebstore.com/"><img src="App_Themes/BIGBLUE/images/logoList2.png" /></a>
                            <a href="http://www.campuswebstore.com"><img src="Images/boxlogo.gif" alt="Powered by Campus Webstore" style="border-width: 0px;" /></a><br />
                            <a href="http://total-computing.com/SmartSuiteHE/POSconnect.aspx"><img src="App_Themes/BIGBLUE/images/posConnectSmall.png" /></a>
                            <a href="http://total-computing.com/SmartSuite/"><img src="App_Themes/BIGBLUE/images/smartSuiteSmall.png" /></a>
                            <a href="http://totalinkcc.com/" ><img src="App_Themes/BIGBLUE/images/totalinkSmall.png" /></a>-->
                    <div class="footerLinks">
                    <div id="w">
                    <a href="http://campuswebstore.com">Campus Webstore</a>
                    </div>
                    <div class="pipe">

                    |</div>
                    <div id="suite">
                    <a href="http://total-computing.com/SmartSuite/">Smart Suite</a>
                    </div>
                    <div class="pipe">
                    |</div>
                    <div id="tLink">

                    <a href="http://totalinkcc.com/">TotaLink</a>
                    </div>
                    <div class="pipe">
                    |</div>
                    <div id="tcs">
                    <a href="http://total-computing.com/">Total Computing</a>
                    </div>

                    </div>
                    </div>                  
                </div>  
            </div><!-- end of div ash_mainX -->    
        </div><!-- end of div ash_mainA8 -->       
    </div><!-- end of div ash_mainR -->
</div><!-- end of div ash_mainA -- THE DIV THAT WRAPS EVERYTHING ELSE-->





<script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
    try
    {
        var pageTracker = _gat._getTracker("UA-10691197-1");
        pageTracker._trackPageview();
    } catch (err) { }</script>
<div style="display: block; clear: left; padding: 0px; font-family: Verdana,Arial;
font-size: 10px; color: gray;">
</div>
<script type="text/javascript">
		<!--
    var jsPageContributeMode = 'read';
    var jsPageSessionContributeMode = 'read';
    var jsPageAuthorMode = 0;
    var jsPageEditMode = 0;
    // build commonspot.csPage, used by entrance.js and onDocumentLoaded
    if (!commonspot)
        var commonspot = {};
    commonspot.csPage = {};
    commonspot.csPage.url = location.pathname + ((location.pathname.match(/.cfm/i)) ? '' : 'index.cfm'); // use index.cfm if no filename
    commonspot.csPage.id = 9077;
    commonspot.csPage.title = 'About';
    commonspot.csPage.subsiteRoot = '/about/';
    commonspot.csPage.siteRoot = '/';
    commonspot.csPage.mode = jsPageSessionContributeMode;
    commonspot.csPage.authorok = 0;
    commonspot.csPage.showContainerUI = 0;
    commonspot.csPage.requestedVersionTimestamp = '';
    commonspot.csPage.userRights = {};
    commonspot.csPage.userRights.isLoggedIn = 0;
    commonspot.csPage.userRights.read = 1;
    commonspot.csPage.userRights.author = 0;
    commonspot.csPage.userRights.edit = 0;
    commonspot.csPage.userRights.approve = 0;
    commonspot.csPage.userRights.history = 0;
    commonspot.csPage.userRights.design = 0;
    commonspot.csPage.userRights.admin = 0;
    commonspot.csPage.userRights.subsiteAdmin = 0;
    commonspot.csPage.userRights.siteAdmin = 0;
    commonspot.csPage.userRights.userAdmin = 0;
    var doLviewRedirect;
    if (parent && parent.commonspot && parent.commonspot.lview && (!doLviewRedirect))
    {
        onPageArrival = function ()
        {
            parent.commonspot.lview.currentPage.onPageArrival(commonspot.csPage.mode, commonspot.csPage.url, commonspot.csPage.id, commonspot.csPage.title, commonspot.csPage.subsiteRoot, commonspot.csPage.siteRoot);
        };
        onPageUnload = function ()
        {
            parent.commonspot.lview.currentPage.onPageUnload(location.pathname + '?' + document.location.search);
        };
        parent.Spry.Utils.addEventListener(window, 'load', onPageArrival, false);
        parent.Spry.Utils.addEventListener(window, 'unload', onPageUnload, false);
    }
		
		// -->
</script>


<script type="text/javascript">
//<![CDATA[
Sys.Application.initialize();
//]]>
</script>
</form>
</body>
</html>

Open in new window

UPDATE!!!!!!!!!!!!


I commented out the ScriptManager duplicate references...and the modal dialog works now:


<atlas:ScriptManager id="ScriptManager1" runat="server" EnablePartialRendering="True"
AsyncPostBackErrorMessage="An error has occurred">
<Scripts>
<%--<atlas:ScriptReference Path="~/Scripts/always-include-common.js" />
<atlas:ScriptReference Path="~/Scripts/always-include-moz.js" />
<atlas:ScriptReference Path="~/Scripts/always-include-ie.js" />
<atlas:ScriptReference Path="~/Scripts/browser-all.js" />
<atlas:ScriptReference Path="../../Scripts/jquery-1.5.1.min.js" />
<atlas:ScriptReference Path="~/Scripts/thickbox.js" />
<atlas:ScriptReference Path="~/Scripts/jquery.cycle.all.js?v2.23'" />
<atlas:ScriptReference Path="~/Scripts/jquery.hoverIntent.js" />
<atlas:ScriptReference Path="~/Scripts/header.js" />--%>
</Scripts>
</atlas:ScriptManager>

Open in new window



It worked fine on the other page this whole time because that page does not use the ScriptManager...only the master page uses it.
thx
cool!