|
|
| About site: Companies/Product Support - Novell Support Connection |
Return to Computers |
| About site: http://support.novell.com/ |
Title: Companies/Product Support - Novell Support Connection Novell's technical support site with up-to-date patches and files, knowledge base, and forums. |
|
|
|
|
Philips Search for support on different products.
| Silicon_Graphics Customers can choose how they wish to explore SGI's support services: by what is available in their geographic region; by what is offered for a specific system; or by reviewing all the support service
| US_Net,_Inc_ Multi-vendor services provider, for on-site computer hardware maintenance and installation to manufacturers, OEMs, integrators and resellers. US-wide service.
| CHILabs Cognitive psychology and human centered design: news, articles, and links, by Neil Berg.
| Computer_Gripes This site is devoted to problems experienced with computer products.
| Computer_Vision_Syndrome_(CVS) Information about CVS including causes and remedies.
|
|
| Alexa statistic for http://support.novell.com/ |
Please visit: http://support.novell.com/
|
| Related sites for http://support.novell.com/ |
| dontclick_it_-_Institute_for_Interactive_Research Demonstrates a mouse-based user interface that uses no clicks. [Flash required] | | Electronic_Performance_Support_Systems Information, articles, development tools, design gallery, books and links about designing and developing performance software. | | EServer_Technical_Communication_Library Comprehensive site offering links to articles, academic programs, journals, professional organizations and materials of importance to user interface design and other aspects related to technical commu | | For_Better_Software Different articles in the HCI field, by Sedelnikov Andrei. | | Graphical_Interfaces_to_Support_Information_Search An annotated bibliography of graphical interfaces to information retrieval systems, including 2D and 3D visualizations of query results. | | Interaction_and_Information_Design_Resources Books, articles, conferences, examples about interface design, information design, interaction design, multimedia, visual design. | | Interruptions_in_Human-Computer_Interaction Presents bibliography, research articles, news, and links. | | More_Time_People_Spend_Using_the_Internet Results of the Stanford Institute for the Quantitative Study of Society study on social impact of computer use. | | Nooface Articles, news and discussion on next-generation user interfaces. | | User_Interface_Designs Discussion of UI and interaction design. Design examples, forums, and list of related readings. | | uuslash News and views on the topic of universal usability. | | Convergence_International The non-Wintel user group, supporting Acorn, Amiga, Apple, ARM, Be, NCs, PowerPC, Psion, Unix and other alternative operating systems. Services include a non-Wintel news summary. | | How_Stuff_Works__Operating_Systems Unbiased enlightening tutorial with impartial description of how OSs work, and many related links. | | Internet_Operating_System_Counter Statistics on Internet OS use, WWW, FTP, and News servers. Over 940,000 hosts checked in this 1999 survey. | | Operating_System Growing article, with links to many related topics. Wikipedia. | | Operating_System_Sucks-Rules-O-Meter The web-based operating system quality and approval metric. | | OSNews__Exploring_the_Future_of_Computing Weblog style online magazine on operating systems and computing environments. Daily updates, reader forum with many comments. | | Advertising_on_Usenet__How_to_do_it,_How_not_to_do_it_ Explains some Usenet conventions regarding advertising to new users. | | Anti_Troll_FAQ Explains what a troll is, how to deal with trolling and discusses why people post trolls to the Usenet. | | AOL_newsgroup_FAQs Hyperlinked version of the AOL newsgroup FAQs, which are posted to news://aol.newsgroups.help every Saturday. | | Arcane_Archive_FAQ_Directory FAQs for groups in alt.magick, alt.religion, and other related groups. Covers Occultism, Mysticism, Religion, and Magic. | | The_Bincancel_FAQ Explains in detail why posting huge binaries to non-binary newsgroups is inappropriate. | | The_Cancel_FAQ Discusses what cancellation is, how it works, and the implications of cancelling messages. | | FAQ_you A small collection of various FAQs. | | Godwin\'s_Law_FAQ How to post about Nazis and get away with it -- explains "Godwin's Law". | | Moderated_Newsgroups_FAQ Newsgroup moderation methods and concepts described for new users, prospective moderators, newsgroup moderation proponents and opponents. | | net_legends_FAQ Noticeable phenomena of Usenet. Not completely factual, but as close as can be, given that in some cases the facts are known only to one person or have been lost in the mists of time. | | newzguide Introduction to Usenet with tutorials for selected news readers and file formats. | | The_Subtle_Art_of_Trolling A guide to recreational trolling that defines a troll on Usenet and explains how to create entertaining trolls using many examples. | | Usenet_References Collection of FAQs and other introductory documents about Usenet. Somewhat dated but still very useful. | | Utrecht_CS_News_Answers_FAQ_Access_Methods A searchable directory of Usenet FAQs and other periodic, informative articles, posted in the Usenet newsgroup news.answers. | | All_time_MSX Cheats for some games. | | Fudeba Well updated page with reviews of software, along with MSX news and events around the world. Also available in portuguese. | | Manuel_Bilderbeek\'s_MSX_page All about this dutch student and his MSX, including photos, program and his plan file. | | MSX_Brazilian_Team_Homepage Free software, news, hardware, magazines, emulators, MSX projects, games top ten, events, clubs, links and the MSX World Magazine Online. Weekly updated. | | The_Ultimate_MSX_FAQ This FAQ contains information about the MSX system and its expansions. | | Alenka\'s_Printables Linkware web sets, templates, and printable stationery such as, gift tags, recipe cards, labels, letterhead, wish lists and shopping lists. | | All_Free_Backgrounds Selection of free backgrounds and graphics for web pages. Web color resources, tools and design, tips to help create a successful website. | | Art_I_Need Original collection of royalty free clipart, illustrations, webart, photos, fonts and sounds for the use by web designers, graphic artists, students and professionals in web sites, printing projects a | | Bannerite_com HTML email, banner ad, web site and landing page design studio. |
|
This is now2007.com cache of m/ as retrieved on 2008.08.30 now2007.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
NOVELL:
Support
@import url(/common/inc/css/supporthome.css);
function TabSetMS(id,forcetabid)
{
this.id = id;
this.current = null;
if(document.getElementById)
{
var activeCk = readCookie("tabset-" + id); // used to keep tab state on back button
if(location.href.indexOf("maintab=")>= 0) activeCk = "urldefined";
else if(forcetabid) activeCk = forcetabid;
var tabset = document.getElementById(id);
var tabs = tabset.getElementsByTagName("h3");
var tabheads = document.createElement("div");
tabheads.className = "tabGrp";
for(var i = tabs.length-1; i>= 0 ; i--)
{
var tab = document.createElement("div");
tab.tabset = this;
tab.panel = tabs[i].parentNode;
tab.className = "tab-head";
tabs[i].style.display = "none";
var txt = tabs[i].firstChild.nodeValue;
tab.name=txt;
tab.appendChild(document.createTextNode(txt));
tabheads.insertBefore(tab,tabheads.firstChild);
tab.onclick = onClickTabMS;
if((location.href.indexOf("maintab="+i)>= 0) || (activeCk == null && i == 0) || (activeCk != null && activeCk == txt))
{
tab.className += " selected";
this.current = tab;
}
else tab.panel.style.display = "none";
}
tabset.insertBefore(tabheads,tabset.firstChild);
}
}
function onClickTabMS()
{
if(this.className.indexOf("selected") < 0)
{
var current = this.tabset.current;
if(current != null)
{
current.panel.style.display = "none";
current.className = current.className.replace(" selected","");
}
this.panel.style.display = "block";
this.className += " selected";
this.tabset.current = this;
document.cookie = "tabset-" + this.tabset.id + "=" + this.firstChild.nodeValue;
if ( this.name == "Favorites" )
{
document.location = getSecureUrl().replace("secure-","")+"/ICSLogin/?%22"+location.href+"?maintab=2%22";
}
}
}
Support
Knowledgebase
// NEW FUNCTIONS
var blankAlert='Please enter a Query';
var requiredAlert='A selection is required in ';
var dateformat='M/d/yyyy';
var dateformatAlert='The date format is wrong. The date format should be: ' + '"' + dateformat + '". ';
var wrongintervaldatesAlert='The "From" date should be less or equal the "To" date. '
var datefilternum=1;
var calendar = new CalendarPopup();
var now = new Date();
var clearedcontrols=new Array();
var clearumcontrols=new Array();
var requiredcontrols=new Array();
var requiredcontrollabels=new Array();
var dates=new Array();
clearedcontrols[clearedcontrols.length]="searchFor";
clearedcontrols[clearedcontrols.length]="product";
clearedcontrols[clearedcontrols.length]="from_datepublished";
clearedcontrols[clearedcontrols.length]="to_datepublished";
clearedcontrols[clearedcontrols.length]="document";
clearedcontrols[clearedcontrols.length]="publicationstatus";
function openCalendar(ctrlname){
var ctrl=document.forms[ "expertForm1975725814" ].elements[ctrlname];
calendar.select(ctrl,ctrlname+'anchor', dateformat )
}
// NEW FUNCTIONS
function getSearchString() {
if( document.getElementById( "div_expertsearch1975725814" ).style.display =="block" )
return document.expertForm1975725814.searchString.value;
else
return document.searchForm1975725814.searchString.value;
}
function getSearchForm() {
if( document.getElementById( "div_expertsearch1975725814" ) && document.getElementById( "div_expertsearch1975725814" ).style.display =="block" )
return document.expertForm1975725814;
else
return document.searchForm1975725814;
}
function getSearchDates(){
return dates;
}
var index = 1;
function submitForm( searchForm) {
searchForm.submit();
}
var description = "";
var previousCode = -1;
function submitOnEnter(_key)
{
var key;
if(window.event) {
key = window.event.keyCode; //IE
} else {
key = _key.which; //firefox
}
if (key == 13 && previousCode != 0 ) {
previousCode = key;
performSearch( document.expertForm1975725814 );
return false;
} else {
previousCode = key;
return true;
}
}
function submitOnEnterMWB(_key)
{
var key;
if(window.event) {
key = window.event.keyCode; //IE
} else {
key = _key.which; //firefox
}
// firefox generates some events with key = 0 which IE doesn't generate.
// so we need to remember previous key code and do not call search if
// the previous code is 0
if(key == 13 && previousCode != 0) {
previousCode = key;
performSearch( document.searchForm1975725814 );
return false;
} else {
previousCode = key;
return true;
}
}
function replaySearch( selectElem, searchMode ) {
var searchId = selectElem.value;
if( searchId == -1 )return;
var searchName = selectElem.options[selectElem.selectedIndex].text;
if(false){
popSearch('/support/php/searchEntry.do?command=search&actionMode=edit&id=&action=10&searchId='+searchId+'&searchName='+searchName, selectElem.selectedIndex);
}else {
document.location.replace('/support/php/searchEntry.do?command=search&actionMode=edit&id=&action=10&searchId='+searchId+'&searchName='+searchName+'&searchMode='+searchMode);
}
}
function changeDescription()
{
var ctrl=document.getElementById("desc");
if(ctrl){
var type = document.expertForm1975725814.searchFor.value;
if(type == "all") {
ctrl.innerHTML = "Enclose exact words or phrases in double quotes. Include plus (+) to require words, minus (--) to exclude words, and OR between words.Example: god OR goddess +"Greek Mythology" --Roman";
} else if(type == "titleOnly") {
ctrl.innerHTML = "Title Only: """;
} else if(type == "externalID") {
ctrl.innerHTML = "Type in a document to look up the document.";
} else {
ctrl.innerHTML = "";
}
}
}
var dragToGuidedSearch=new Array( "searchString" );
var dragToExpertSearch=new Array( "searchString" );
isGuidedSearchActive = "block"=="block";
var typeIdToNameId = new Array();
var showInUMPageletTypes = new Array();
var typeIdForSelector = "";
function getTypeIdForSelector(){
return typeIdForSelector;
}
function onSelectUMHandler(umItem) {
umValue = getSelectedUMsStr(umItem.typeId);
if (umValue==null) return;
umItem=convertIds(umItem);
umValue += umItem.id;
paramName = typeIdToNameId[umItem.typeId];
var hiddenctrl=getHiddenUM(paramName);
if(hiddenctrl) hiddenctrl.value=umValue;
}
function convertIds(passItem){
var istype=passItem.typeId==null || passItem.id==passItem.typeId;
if(passItem && passItem.id && istype){
if( passItem.typeId == null ) passItem.typeId = getTypeIdForSelector();
var prefix=passItem.id.indexOf("_");
if(prefix>0) passItem.id=passItem.id.substring(0,prefix)+"_root";
}
return passItem;
}
function onRemoveUMHandler() {
for ( w=0; w
if ( count> 1 )
{
document.cookie = "tabset-supporttabs=ALL";
}
else
{
for (var i=0; i < obj.options.length; i++)
{
if ( obj.options[ i ].selected == true )
{
if ( obj.options[ i ].value == "noselection" )
{
document.cookie = "tabset-supporttabs=ALL";
break;
}
else if ( obj.options[ i ].value == "DT_TID_1_1" )
{
document.cookie = "tabset-supporttabs=TIDs";
break;
}
else if ( obj.options[ i ].value == "DT_ARTICLES_TIPS_1_1" )
{
document.cookie = "tabset-supporttabs=Articles / Tips";
break;
}
else if ( obj.options[ i ].value == "DT_DOCUMENTATION_1_1" )
{
document.cookie = "tabset-supporttabs=Documentation";
break;
}
else if ( obj.options[ i ].value == "DT_OPENSUSEWIKI_1_1" || obj.options[ i ].value == "DT_SUSESDB_PSDB_1_1")
{
document.cookie = "tabset-supporttabs=SUSE SDB / PSDB";
break;
}
}
}
}
}
dragToExpertSearch[ dragToExpertSearch.length ] = 'product';
dragToExpertSearch[ dragToExpertSearch.length ] = 'document';
Document Types -->
Articles / Tips
Documentation
Support TID
SUSE SDB / PSDB
Products -->
Access Manager
Account Management (NAM)
Apache
AppArmor
Audit
BorderManager
Branch Office
Business Continuity Clustering
Cluster Services
ConsoleOne
eDirectory
eGuide
Evolution
exteNd
GroupWise
GroupWise Messenger
GroupWise Mobile Server
iChain
Identity Manager
iFolder
iManager
iPrint
NetStorage
NetWare
NFS Protocol
NICI
NMAS (Novell Modular Authentication Services)
Novell Client
Open Enterprise Server
OpenOffice
openSUSE
PKIS (Novell Certificate Server)
SecureLogin
Security Manager powered by Astaro
Sentinel
Server Consolidation and Migration Utility
Storage Manager
SUSE Linux Enterprise Desktop
SUSE Linux Enterprise Point of Service (NLPOS/SLEPOS)
SUSE Linux Enterprise Real Time
SUSE Linux Enterprise Server
Teaming + Conferencing
XTier
ZENworks Asset Management
ZENworks Configuration Management
ZENworks Desktop Management
ZENworks Endpoint Security Management
ZENworks Handheld Management
ZENworks Linux Management
ZENworks onDemand Services
ZENworks Orchestrator
ZENworks Patch Management
ZENworks Server Management
NOTE: If the Product version is needed, include the version in your search string.
Search
Advanced Search
| Preferences | Help
NOTE: Enclose exact words or phrases in double quotes. Include plus (+) to require words, double minus (--) to exclude words.
Search In:
Whole Document
Title Only
Document ID
Document Types -->
Articles / Tips
Documentation
Support TID
SUSE SDB / PSDB
Published From:
if( dates ){
var ctrldate = new Array( 'from_datepublished', 'Published:' );
dates[dates.length] = ctrldate;
}
To:
if( dates ){
var ctrldate = new Array( 'to_datepublished', 'Published:' );
dates[dates.length] = ctrldate;
}
Products:
Products -->
Access Manager
Account Management (NAM)
Apache
AppArmor
Audit
BorderManager
Branch Office
Business Continuity Clustering
Cluster Services
ConsoleOne
eDirectory
eGuide
Evolution
exteNd
GroupWise
GroupWise Messenger
GroupWise Mobile Server
iChain
Identity Manager
iFolder
iManager
iPrint
NetStorage
NetWare
NFS Protocol
NICI
NMAS (Novell Modular Authentication Services)
Novell Client
Open Enterprise Server
OpenOffice
openSUSE
PKIS (Novell Certificate Server)
SecureLogin
Security Manager powered by Astaro
Sentinel
Server Consolidation and Migration Utility
Storage Manager
SUSE Linux Enterprise Desktop
SUSE Linux Enterprise Point of Service (NLPOS/SLEPOS)
SUSE Linux Enterprise Real Time
SUSE Linux Enterprise Server
Teaming + Conferencing
XTier
ZENworks Asset Management
ZENworks Configuration Management
ZENworks Desktop Management
ZENworks Endpoint Security Management
ZENworks Handheld Management
ZENworks Linux Management
ZENworks onDemand Services
ZENworks Orchestrator
ZENworks Patch Management
ZENworks Server Management
Search
Basic Search | Preferences | Help
Download
Products -->
Access Manager
Account Management (NAM)
Apache
AppArmor
ArchiveVersioning
ARF
Audit
BorderManager
Branch Office
Business Continuity Clustering
Client CD
Cluster Services
ConsoleOne
Directory Services (NDS)
DirXML
DirXML Drivers
eDirectory
eGuide
exteNd Application Server
exteNd Composer
exteNd Connects
exteNd Director
exteNd Suite
File Transfer Protocol (FTP)
GroupWise
GroupWise Messenger
GroupWise Mobile Server
GroupWise Utilities
Health Monitoring
iChain
Identity Assurance Solution
Identity Manager
Identity Manager Drivers
Identity Manager Integration Modules
iFolder
iManager
Integrated Stack for SUSE Linux Enterprise
iPrint
JVM
Key Distribution Center (KDC)
LAN WorkPlace
Liberty
Licensing
Linux Point of Service
Linux Services
Linux Small Business Suite
Linux User Management (LUM)
ManageWise
Native File Access Pack
NetMail
NetStorage
NetWare
NetWare Migration Wizard
Network File System (NFS)
NICI
NMAS (Novell Modular Authentication Service)
NMAS Methods
Novell Client
Novell Linux Desktop
NRadius
Open Enterprise Server
Open Workgroup Suite
Open Workgroup Suite - Small Business Edition
OpenOffice.org
openSUSE
PKIS (Novell Certificate Server)
Portal Services
Remote Manager
Replication
SecretStore
SecureLogin
SecureWave Sanctuary Suite
Security Services
Sentinel from Novell
Server Consolidation and Migration Utility
Small Business Suite
Storage Management Services
Storage Manager
Storage Services (NSS)
SUSE Linux Enterprise Desktop
SUSE Linux Enterprise Real Time
SUSE Linux Enterprise Server
SUSE Linux Enterprise Software Development Kit
SUSE Linux Openexchange Server
SUSE Linux Retail Solution
Tally Systems
Teaming
Volera
ZENworks Asset Management
ZENworks Configuration Management
ZENworks Desktop Management
ZENworks Endpoint Security Management
ZENworks Handheld Management
ZENworks Linux Management
ZENworks OnDemand Services
ZENworks Orchestrator
ZENworks Patch Management
ZENworks Server Management
ZENworks Suite
NOTE: If the Product version is needed, include the version in your search string.
Search
Favorites
You must login to view your favorites
.rollovercontent dl, .rollovercontent dt { padding-bottom:1em; }.rollovercontentlist { float:left; width:75%; } Key Support Resources About Support World class supportNovell's world class support organization offers customers the best support experience in the industry. Learn about Novell's commitment to quality and how customers and industry experts recognize Novell as one of the finest support organizations in the world. Awards Certifications Customer Quotes Frequently Asked Questions Customer Center Manage your systemsThe Novell Customer Center gives you a single location from which you can manage your products and subscriptions, view and manage your installed systems, and perform various other actions that help you manage your Novell product accounts. Customer Center Documentation Go to Customer Center Discussion Forums Help from industry experts 24x7 Interact with peers and product experts to get feedback, tips and tricks on Novell's released products and more.. Post questions, respond to forum messages that interest you, or tell everyone about your latest experience with Novell product. All products a-z GroupWise NetWare Identity Manager SUSE Linux Enterprise Desktop SUSE Linux Enterprise Server ZENworks Documentation Documentation View product documentation online or download pdf files so you have what you need at your fingertips. All products a-z GroupWise NetWare Identity Manager SUSE Linux Enterprise Desktop SUSE Linux Enterprise Server ZENworks Security Security mattersSecurity matters are critical and Novell's presence in the software security field is continuously contributing to the high degree of trust and confidence users value in Novell's products and open source software. More + Support by Product A one-stop shop Find the most recent patches, search the knowledgebase, discuss issues with your peers and industry experts, find tips, tricks, Q&A, and free tools that will help you get the most from your Novell products. All products a-z GroupWise NetWare Identity Manager SUSE Linux Enterprise Desktop SUSE Linux Enterprise Server Support Policies Stay on top of the game Plan and manage your support needs by understanding Novell support policies and product support lifecycle. Become familiar with critical prerequisites for obtaining support, key terms and instructions on how to get support direct from Novell. View the support lifecycle forecasts for all your Novell products, learn about Extended Support and more. Support Policies Support Lifecycle Support Programs Award-winning support Whether you run a small business or manage the operations for a large international corporation, Novell has the support offering to meet your needs. Linux and Open Source MLA Customers VLA Customers Academic Customers Novell Partners All Support Programs Technical Subscriptions Make your job easier Solve your business problems and maximize your productivity. Subscribe to the latest information and resources, including new Novell software, advanced technical resources, exclusive online tools and much more. More +
Success & Awards Best web support Certifications for delivering world-class support Novell provides the best Linux support in the world
Buy Support Service Request Request a Sales Call News & Events 01 Check out Novell's On Demand "First Look" training modules 02 Novell wins ASP's Ten Best Web Support Sites competition, entered into ASP Web Support hall of fame. - More news & events
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
var isIE = document.all ? true : false;
var isDOM = document.getElementById ? true : false;
var isNS4 = document.layers ? true : false;
var isIE5 = isIE && isDOM;
var isNS6 = !isIE && isDOM;
function hideBestBet(name) {
// alert("hideBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "hidden";
elm.style.display = "none";
}
if (isIE5) {
document.getElementById(name).style.display = "none";
}
}
function showBestBet(name) {
// alert("showBestBet(" + name + ")");
if (isNS6) {
elm = document.getElementById(name);
elm.style.visibility = "visible";
elm.style.display = "block";
}
if (isIE5) {
document.getElementById(name).style.display = "block";
}
}
function showBB(obj1, obj2, obj3) {
var objA = document.getElementById(obj1);
var objB = document.getElementById(obj2);
var objC = document.getElementById(obj3);
var msg = "Obj1=" + obj1 + ", Obj2=" + obj2 + ", Obj3=" + obj3 + "\n";
msg += "ObjASD=" + objA.style.display + ", ObjBSD=" + objB.style.display + ", ObjCSD=" + objC.style.display;
// alert(msg);
if (objA.style.display == "none"){
objA.style.display = "block";
objB.style.display = "block";
objC.style.display = "none";
} else {
objA.style.display = "none";
objB.style.display = "none";
objC.style.display = "block";
}
}
|
|
| |
Novell's | technical | support | site | with | up-to-date | patches | and | files, | knowledge | base, | and | forums. | |
http://support.novell.com/
Novell Support Connection 2008 August
dvd rental
dvd
Novell's technical support site with up-to-date patches and files, knowledge base, and forums.
Rules
|
© 2005 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Personal Loans - Advertising - Personal Loans - Mortgage Calculator - Loans
|