CINXE.COM

Ulrichs Serials Analysis System (USAS)

<link rel="stylesheet" href="/ulrichsweb/css/main.css" type="text/css" media="screen" /> <!-- START HEADER.ASP --> <!-- IP== 10.37.104.179 --><!-- sessionID== 484621077 :time: 1:25:06 PM --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> Ulrichs Serials Analysis System (USAS) </title> <!-- STYLES FOR NEW SERIALS SOLUTION-BRANDED HEADER TABLES --> <link rel="stylesheet" href="/ulrichsweb/css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/ulrichsweb/css/uirefresh.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/ulrichsweb/css/header.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/ulrichsweb/css/createNewList.css" type="text/css" media="screen" /> <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/ulrichsweb/css/stats.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/ulrichsweb/css/resource_linker.css" type="text/css" media="screen" /> <!-- Legacy: included for compatibility --> <style type="text/css"> a:hover { color:"#990000"; } a:link { color:"#990000"; } </style> </head> <body> <a name="top"></a> <!-- begin header panel --> <table id="header-panel" class="unnamed-character-style-6" cellspacing="0" cellpadding="0" border="0"> <tr id="header-panel-middle-usas"> <td> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td id="header-panel-middle-logo"> <a href="/ulrichsweb/analysis/default.asp?navPage=4&"><img src="/ulrichsweb/images/header_sersol/logo-ulrichsweb-white.gif" border="0" width="300" height="64" alt="UlrichsWeb (tm) Global Serials Directory" /></a> </td> </tr> </table> </td> <td nowrap="true" class="txtCenter"> <a class="uwBtn unnamed-character-style-3" href="http://ulrichsweb.serialssolutions.com">UlrichsWeb</a> </td> </tr> </table> <!-- end header panel --> <div class="loginBackground" > <div class="loginFrame"> <div class="alignCenter" > <h3>Please enter your institutional Login credentials</h3> </div> <form method="post" name="login" action="/ulrichsweb/analysis/default.asp"> <table> <tr> <td class="loginText">User name</td> </tr> <tr class="loginTblRow"> <td><input type="text" name="username" class="loginInput" value="" /></td> </tr> <tr> <td class="loginText">Password</td> </tr> <tr class="loginTblRow"> <td><input type="password" name="password" class="loginInput" value=""/></td> </tr> <tr> <td class="alignCenter"> <br/> <input type="hidden" id="txtPathInfo" name="txtPathInfo" value=""/> <input type="hidden" id="txtQueryInfo" name="txtQueryInfo" value=""/> <input type="submit" class="loginButton" value="Log In"/> </td> </tr> </table> </form> </div> </div> <SCRIPT LANGUAGE="JavaScript"> <!-- //Function to check all checkboxes in a page: function checkAll(objSelect) { for (var i=0;i < objSelect.elements.length;i++) { var chkbox = objSelect.elements[i]; chkbox.checked = true; } } //Function to clear all checked boxes on a page: function clearSelected(objSelect) { for (var i=0;i < objSelect.elements.length;i++) { var chkbox = objSelect.elements[i]; chkbox.checked = false; } } <!-- Begin Version3 - New function to check if 5 records have been selected in order for user to Search Library --> function goCheckLocation(objSelect){ if ( objSelect.location_count.value < 1 ) { alert ("No Library Profile Exists."); } else { if ( objSelect.location_count.value > 1 ) { document.location = "#search_holdings"; } else { goValidateHoldings(objSelect); } } } function goValidateHoldings(objSelect){ itemChecked = -1; var i; var numchecked = 0; for (i = 0; i < objSelect.elements.length; i++) { if ( objSelect.elements[i].type == "checkbox" ) { if ( objSelect.elements[i].checked ) { itemChecked = i; if (objSelect.elements[i].name == "s_id" ) { numchecked = numchecked + 1 ; } } else { itemChecked = -1; } } } if (numchecked > 5) { alert("Search this library can only be selected for 5 titles or less"); } else { if (numchecked > 0) { objSelect.libraryselected.value = objSelect.z3950_profile_id.options[objSelect.z3950_profile_id.selectedIndex].text; objSelect.listgroupaction.value = "search_holdings" ; objSelect.action = "/ulrichsweb/lists/redirecttolist.asp"; objSelect.submit(); } else { alert("Please select up to 5 title(s) first. To select titles, mark the box adjacent to the title."); } } } function goValidateDetailHoldings(objSelect){ objSelect.libraryselected.value = objSelect.z3950_profile_id.options[objSelect.z3950_profile_id.selectedIndex].text; objSelect.listgroupaction.value = "search_holdings" ; objSelect.action = "/ulrichsweb/lists/ReDirectToList.asp?"; objSelect.submit(); } <!-- End Version3 --> function goMI(objSelect){ var checked_flag = false; var submit_flag = false; var i; for (i = 0; i < objSelect.form.elements.length; i++) { if ( objSelect.form.elements[i].checked ){ checked_flag = true ; break; } } if (objSelect.options[objSelect.selectedIndex].value.substring(0,1) != "#") { submit_flag = true ; } if (submit_flag) { if (checked_flag) { if (objSelect.options[objSelect.selectedIndex].value == "search_holdings") { goCheckLocation(document.marked_items_action); } else { document.marked_items_action.action_top.options[objSelect.selectedIndex].selected = true ; document.marked_items_action.action_bottom.options[objSelect.selectedIndex].selected = true; objSelect.form.submit(); } } else { alert("Please select titles(s) first. To select titles, mark the box adjacent to the title."); } } } function goValidate(objSelect){ var checked_flag = false; var submit_flag = false; var i; for (i = 0; i < objSelect.form.elements.length; i++) { if ( objSelect.form.elements[i].checked ){ checked_flag = true ; break; } } //This is used to help us maintain the list of serial_uids the user creates by //checking the checkboxes on the brief citation (search results) screen. This //list is transferred to the full citation page, allowing the user to step through //a list of full citations. if ( objSelect.form.selection_list.options[objSelect.form.selection_list.selectedIndex].value=="hundred_item" ){ for (i = 0; i < objSelect.form.elements.length; i++) { if ( objSelect.form.elements[i].name == "s_id" ){ objSelect.form.hundred_s_id.value = objSelect.form.hundred_s_id.value + objSelect.form.elements[i].value + "," ; } } //We now have a list of serial_uids that looks like this: // objSelect.form.hundred_s_id.value = "1,2,3,4," ; checked_flag = true ; } if ( objSelect.form.selection_list.options[objSelect.form.selection_list.selectedIndex].value=="#" ){ checked_flag = false ; } if (objSelect.options[objSelect.selectedIndex].value.substring(0,1) != "#") { submit_flag = true ; } if (submit_flag) { objSelect.form.listgroupaction.value = "" ; if (checked_flag) { objSelect.form.submit(); } else { alert("Please select titles(s) first. To select titles, mark the box adjacent to the title."); } } } function goValidateList_fromSearchResults(objSelect_listChoice, objSelect_itemChoice){ var checked_flag = false; var submit_flag = false; var itemChoiceFlag = false; var i; for (i = 0; i < objSelect_listChoice.form.elements.length; i++) { if ( objSelect_listChoice.form.elements[i].checked ){ checked_flag = true ; break; } } //This is used to help us maintain the list of serial_uids the user creates by //checking the checkboxes on the brief citation (search results) screen. This //list is transferred to the full citation page, allowing the user to step through //a list of full citations. if ( objSelect_itemChoice.form.selection_list.options[objSelect_itemChoice.form.selection_list.selectedIndex].value=="hundred_item" ){ for (i = 0; i < objSelect_itemChoice.form.elements.length; i++) { if ( objSelect_itemChoice.form.elements[i].name == "s_id" ){ objSelect_itemChoice.form.hundred_s_id.value = objSelect_itemChoice.form.hundred_s_id.value + objSelect_listChoice.form.elements[i].value + "," ; } } //We now have a list of serial_uids that looks like this: // objSelect_listChoice.form.hundred_s_id.value = "1,2,3,4," ; checked_flag = true ; } if ( objSelect_listChoice.form.selection_list.options[objSelect_listChoice.form.selection_list.selectedIndex].value=="#" ){ checked_flag = false ; } if (objSelect_listChoice.options[objSelect_listChoice.selectedIndex].value.substring(0,1) != "#") { submit_flag = true ; } if (objSelect_itemChoice.options[objSelect_itemChoice.selectedIndex].value.substring(0,1) != "#") { itemChoiceFlag = true ; } if (itemChoiceFlag) { if (submit_flag) { objSelect_listChoice.form.listgroupaction.value = "" ; if (checked_flag) { objSelect_listChoice.form.submit(); } else { alert("Please select titles(s) first. To select titles, mark the box adjacent to the title."); } } } else { alert("Please choose either: --Selected Items-- or --All Items on this Page-- from the listbox on the left."); } } function goValidateForm(objForm, action){ var checked_flag = false; var i; //alert(objForm); //alert(action); for (i = 0; i < objForm.elements.length; i++) { if ( objForm.elements[i].checked ){ checked_flag = true ; break; } } if ( action == "view_all" || action == "view_all_pad" || action == "correct_all" ){ for (i = 0; i < objForm.elements.length; i++) { if ( objForm.elements[i].name == "s_id" ){ objForm.hundred_s_id.value = objForm.hundred_s_id.value + objForm.elements[i].value + "," ; } } checked_flag = true ; } if (checked_flag) { objForm.listgroupaction.value = action ; objForm.submit(); } else { if (action == "view_selected_pad"){ alert("Please select company(s) first. To select a company, mark the box adjacent to the company."); } else { alert("Please select title(s) first. To a select title, mark the box adjacent to the title."); } } } function goML(objSelect){ var submit_flag = false; var i; if (objSelect.options[objSelect.selectedIndex].value.substring(0,1) != "#") { submit_flag = true ; } if (submit_flag) { objSelect.form.submit(); } } function goLF(theList1) { if (theList1.options[theList1.selectedIndex].value != "none") { location = theList1.options[theList1.selectedIndex].value; } } function popup(filename,caption, options) { var w = window.open(filename,caption,options); w.focus(); } // --> </SCRIPT> <iframe src="/ulrichsweb/fromMktgServer/usas.html" width="100%" height="100%" frameborder="0" > <p>Your browser does not support iframes.</p> </iframe> <!-- This code appears on the bottom of every asp page. --> <link rel="stylesheet" href="/ulrichsweb/css/footer.css" type="text/css" media="screen" /> <!-- ######################### --> <!-- ### BEGIN FOOTER CODE ### --> <!-- ######################### --> <div id="footer"> <div> <a class="unnamed-character-style-1" id="align-style-1" href="https://support.proquest.com/s/?language=en_US">Contact Us</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a class="unnamed-character-style-1" id="align-style-1" href="http://www.proquest.com/go/privacy">Privacy Policy</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a class="unnamed-character-style-1" id="align-style-1" href="http://proquest.com/go/termsandconditions">Terms and Conditions</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a class="unnamed-character-style-1" id="align-style-1" href="http://www.proquest.com/go/accessibility">Accessibility</a> <br /><br /> </div> <div class="unnamed-character-style-14"> Ulrichsweb.com&trade;, Copyright &copy; 2025 <a href="http://www.proquest.com/">ProQuest LLC</a>. All Rights Reserved </div> </div> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10