Closed Bug 288012 Opened 19 years ago Closed 13 years ago

dealerconnection.com- This website uses frames that do not render in FireFox properly.

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: solson440, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2

This website is required to do my job, and is password/login protected. The
first few pages of the website are "framed," and instead of nesting the frames
properly, the frames are displayed next to each other, making the page twice as
wide as it is supposed to be.

Reproducible: Always

Steps to Reproduce:
1.Log in
2. Display page.
3.

Actual Results:  
Frames that are supposed to be nested, are displayed side by side.

Expected Results:  
Frames should display inside each other

Because website is login/password protected, following is the text of the page
source:


<!--START:INC\common\include.asp-->
<!--START:INC\common\errorfns.asp-->

<!--END:INC\common\errorfns.asp--><!--START:INC\common\newconstant.asp-->

<!--END:INC\common\newconstant.asp--><!--START:INC\common\securityfns.asp-->

<!--END:INC\common\securityfns.asp--><!--START:INC\common\newptintllocales.asp-->

<!--END:INC\common\newptintllocales.asp-->

<!--START:INC\common\newptintl.asp-->


<!--END:INC\common\newptintl.asp-->

<!--START:INC\sso\userinfo.asp-->
<!-- include file = "userinfodemo.asp" -->


<!--END:INC\sso\userinfo.asp-->


<!--START:INC\common\newutility.asp-->

<!--END:INC\common\newutility.asp-->


<!--END:INC\common\include.asp--><!--START:INC\common\errorfns.asp-->

<!--END:INC\common\errorfns.asp-->
<!--already included from FordPrefUtils-- include file =
"../FordExtras/BrandRoleSelector/Lookups.asp"-->
<script language="JavaScript"
src="/portal/common/JScriptFunctions/SetFocus.js"></script>

<!--START:INC\common\beginpageinternal.asp-->


<script>
var Start = new Date();
function NoteTime()
{
	var Stop = new Date();
	Diff = Stop.getTime() - Start.getTime();
	//alert(Diff);
}

</script>

<html>
<head>
<title>Portal: Communities</title>

<SCRIPT SRC="/portal/common/GCC.js" LANGUAGE="javascript"></SCRIPT>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv=Refresh
content=1200;url=http://www.fmcdealer.dealerconnection.com/portal/FordExtras/admin/dodcplogoff.asp?cookiekill=0&uid=DCP\s-olson6&url=http://www.fmcdealer.dealerconnection.com/portal/communities/community.asp?UserID=426880&CommunityID=220>

	<script LANGUAGE="JavaScript1.2">
	function OnPageLoad() {
		
		// Display all hidden divs
					
		for (var i = 0; i < document.layers.length; i++){
	  		if ( document.layers[i].name.indexOf("PTFormToHide") != -1 ){	  		  		
	  			document.layers[i].visibility = "show";	  	
	  		}
		}						
		
	
	}
	
	function DeleteGadget(intGadgetID)
	{
		strXLocation = String((screen.width - 400) / 2);
		strYLocation = String((screen.height - 300) / 2);

		strRedUrl =
'%2Fportal%2Fcommunities%2Fmodifygadgets%2Easp%3FUserID%3D426880%26intCommunityIndex%3D7%26intCurrentPageIndex%3D0%26intComCurrentFolder%3D%26CommunityID%3D220%26Action%3DDelete%26ID%3D'
+ String(intGadgetID) +
'%26RedirectURL%3D%252Fportal%252Fcommunities%252Fcommunity%252Easp%253FUserID%253D426880%2526CommunityID%253D220';

		strURL  = "../common/confirm.asp?";
		strURL += "UserID=426880";
		strURL += "&PromptID=130";
		strURL += "&PromptComponent=3";
		strURL += "&Redirect=" + strRedUrl;

		winSecDialog =
window.open(strURL,"PUSELDIALOG","status=no,toolbar=no,location=no,menu=no,width=375,left="+strXLocation+",height=75,top="+strYLocation);
	}
	function ModifyGadget(strAction, intGadgetID)
	{	
		document.location =
"modifygadgets.asp?UserID=426880&intCommunityIndex=7&intCurrentPageIndex=0&intComCurrentFolder=&CommunityID=220&Action="
+ strAction + "&ID=" + String(intGadgetID) +
"&RedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220";
	}	
	
	function PrintGadget(GadgetID)
	{
        var oNewWindow =
window.open("","printGadget","status=no,scrollbars=yes,resizable=yes,width=800,height=500");
        var oNewDocument = oNewWindow.document;
        oNewDocument.open("text/html","replace");
        oNewDocument.writeln("<html><head>");
        oNewDocument.writeln("<link REL=\"STYLESHEET\"
HREF=\"/portal/common/styles/EN/mainstyle9.css\" TYPE=\"text/css\">");
        oNewDocument.writeln("</head><body>");
        oNewDocument.writeln("<table>");
        oNewDocument.writeln(document.all["gadgetContent" + GadgetID].innerHTML);
        oNewDocument.writeln("</table>");
        oNewDocument.writeln(document.all.pagefooter.innerHTML);
        oNewDocument.writeln("</body></html>");
        oNewDocument.close();
        oNewWindow.print();
	}
	
	</script>


<link REL="STYLESHEET" HREF="/portal/common/styles/EN/mainstyle9.css"
TYPE="text/css">
</head>

<BODY leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0"
	onactivate="document.GCC.RaiseWindowEvent(event);"
	onafterprint="document.GCC.RaiseWindowEvent(event);"
	onbeforeactivate="document.GCC.RaiseWindowEvent(event);"
	onbeforeunload="document.GCC.RaiseWindowEvent(event);"
	onblur="document.GCC.RaiseWindowEvent(event);"
	oncontrolset="document.GCC.RaiseWindowEvent(event);"
	ondeactivate="document.GCC.RaiseWindowEvent(event);"
	onerror="document.GCC.RaiseWindowEvent(event);"
	onfocus="document.GCC.RaiseWindowEvent(event);"
	onhelp="document.GCC.RaiseWindowEvent(event);"
	onload="GCCOnLoad();"
	onresize="GCCOnResize();"
	onresizeend="document.GCC.RaiseWindowEvent(event);"
	onresizestart="document.GCC.RaiseWindowEvent(event);"
	onunload="document.GCC.RaiseWindowEvent(event);"
>
<SCRIPT>
function GCCOnLoad()
{
	document.GCC.RaiseEvent(document.GCC.WindowEventURN, "onload");
}
function GCCOnResize()
{
	document.GCC.RaiseEvent(document.GCC.WindowEventURN, "onresize");
}
	document.GCC.RegisterForWindowEvent("onload", OnPageLoad);
</SCRIPT>
<!--START:INC\communities\mandatorycommtabsfunctions.asp-->

<!--END:INC\communities\mandatorycommtabsfunctions.asp--><script>
function StringIsAllWhiteSpace(strIn)
{
	if (strIn == "")
	{
		return(true)
	}
	
	var i;
	for (i = 0; i < strIn.length; ++i)
	{
		if ((strIn.charAt(i) != " ") && (strIn.charCodeAt(i) != 9)) 
		{
		  return(false);
		}
	}
	return(true);
}
</script>

<!--START:INC\common\banner.asp-->

<div id="logosection">
  <div id="topnavigation"><ul>

			<li class='firstitem'>
			<a href="/portal/communities/community.asp?UserID=426880&CommunityID=206">
			New User Guide</a></li>
		
			<li><a
href="http://cms2.fmcdealer.dealerconnection.com/NR/FordDealer/Includes/ExtLinkFrameset.asp?ExternalLink=https://www.dealeremail.dealerconnection.com">Dealer
Email</a></li>
		
			<li><a href="https://dsa.dealerconnection.com">ID &amp; Password</a></li>
		
			<li><a
href="/portal/communities/community.asp?UserID=426880&CommunityID=204">Help/Contact
Us</a></li>	
						
		<li><a
HREF="/portal/FordExtras/admin/dodcplogoff.asp?cookiekill=1&uid=DCP\s-olson6"
TARGET="_top">

		<!-- Logoff -->Log Out</a></li>

  </ul></div>
  <div class="clearhack"></div>
  <div id="logoandsearch">
    <div id="logo">
      <div id="logoimage"><a href="/portal/"><img border="0"
src="http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/DCPLogos/9/fmcDealerLogo.gif"></a></div>
      <div id="message">
        <p class="welcome">Welcome, SCOTT OLSON</p>

        <p class="date">Monday, March 28, 2005</p>
      </div>
      
<script language="javascript">
<!--
// This script code was copied from search\search.asp as search.asp's
functionality was moved into the bnrsearch
// and search.asp is no longer included in the directory pages.
	function BnrSubmitSearch()		{
		if (StringIsAllWhiteSpace(document.BnrSearch.SearchText.value))		{
			alert("Type some text to search for in the box.");
			document.BnrSearch.SearchText.focus();
			return false;			} 
		return true;
	}
//-->
</script>
      <div id="search">
		<form name="BnrSearch" action="/portal/search/searchres.asp" onSubmit="return
BnrSubmitSearch();">
		<input type="hidden" name="UserID" value="426880">
          <fieldset id="fields">
		  <input type="text" maxlength="200" NAME="SearchText" value="" SIZE="17"
align="absMiddle">          

<select name=FolderID><option value=200>Entire Site<option value=3430>External
Links<option value=471>Finance<option value=463>Help<option value=273>Message
Center<option value=2679>My Training<option value=464>New User Guide<option
value=278>Parts &amp; Service<option value=356>Sales</select>	
          </fieldset>
          <fieldset id="button">

	      <input name="Submit1" type="Submit" class="submitstyled" value="Search">

          </fieldset>

          <fieldset id="links">	
    		<a
href="/portal/communities/community.asp?UserID=426880&CommunityID=222">More&nbsp;Search&nbsp;Options</a>
          </fieldset>	

        </form>
      </div>

    </div>

  </div>
</div>

<div id="ddcontainer"><dl>

				<div id="dropdown"><dt>Brand</dt>
				<dd><form>
				<select
onchange="top.location.replace('/portal/FordExtras/BrandRoleSelector/BrandSwitch.asp?strNewBrand='+this.options[this.selectedIndex].value+'&strRedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220');">
				<option value=3 selected>Lincoln Mercury
   				</select></form></dd></div>

				<div id="dropdown"><dt>LM Region</dt>
				<dd><form>
				<select
onchange="top.location.replace('/portal/FordExtras/BrandRoleSelector/RegionSwitch.asp?strRegionType=3&strNewRegion='+this.options[this.selectedIndex].value+'&strRedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220');">
				<option value=42 selected>Chicago
   				</select></form></dd></div>

				<div id="dropdown"><dt>FCSD Region</dt>
				<dd><form>
				<select
onchange="top.location.replace('/portal/FordExtras/BrandRoleSelector/RegionSwitch.asp?strRegionType=6&strNewRegion='+this.options[this.selectedIndex].value+'&strRedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220');">

				<option value=41 selected>Chicago
   				</select></form></dd></div>

				<div id="dropdown"><dt>Ford Credit Region</dt>
				<dd><form>
				<select
onchange="top.location.replace('/portal/FordExtras/BrandRoleSelector/RegionSwitch.asp?strRegionType=101&strNewRegion='+this.options[this.selectedIndex].value+'&strRedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220');">
				<option value=CH selected>North Central-FCNA
   				</select></form></dd></div>

				<div id="dropdown"><dt>Branch</dt>

				<dd><form>
				<select
onchange="top.location.replace('/portal/FordExtras/BrandRoleSelector/BranchSwitch.asp?strNewBranch='+this.options[this.selectedIndex].value+'&strRedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220');">
				<option value='101-CH-AP' selected>Chicago West
   				</select></form></dd></div>

</dl><div id="stock">Ford Stock: 11.29&nbsp;&nbsp;<span
class='stockup'>+0.30</span><!--3/28/2005 9:18:59 AM --></div>
</div>

<!--END:INC\common\banner.asp-->

<!-- include file="../common/helpfunction.asp" -->
<!--START:INC\common\toolbar.asp-->


<script>	
	var	winWidth = window.innerWidth-16;
	// FORD MODIFICATION - START
	// 4/25/02 - SYATES3 - Remove Plumtree logo width since Plumtree logo not used
	var midWidth = winWidth - (15 + 2);
	// FORD MODIFICATION - END
	var tbSpacerW = midWidth % 129;
	var tabsMidWidth = midWidth - tbSpacerW;
	var intTabsAcross = tabsMidWidth / 129;
	var intTabs = 11;
	if ( intTabsAcross < 3 ) {
		tbSpacerW = 0;
		intTabsAcross = 3;
		tabsMidWidth = intTabsAcross * 129;
	}
	var intTabsInLastRow = intTabs % intTabsAcross;
	// FORD MODIFICATION - START
	// 11/24/2004 dkarpov - add 2 more rows of tabs (used to be +1) to compencate
for redesigned v2 header
	var intTabsDown = ((intTabs - intTabsInLastRow) / intTabsAcross) + 3;
	// FORD MODIFICATION - END
	if ( 0 == intTabsInLastRow )
		intTabsInLastRow = intTabsAcross;
</script>



<!-- Tabs -->
<table width="100%" height="36"  border="0" cellpadding="0" cellspacing="0"
id="utilitybar">
<tr>
	
	<td valign="bottom"><ul class="tabnavigation" id="tabisactiveStandard01">	
	<li id=tabStandard01><a
href='/portal/communities/community.asp?UserID=426880&CommunityID=220'>Message
Center</a></li><li id=tabStandard02><a
href='/portal/communities/community.asp?UserID=426880&CommunityID=200'>Sales</a></li><li
id=tabStandard03><a
href='/portal/communities/community.asp?UserID=426880&CommunityID=201'>Finance</a></li><li
id=tabStandard04><a
href='/portal/communities/community.asp?UserID=426880&CommunityID=203'>Parts &
Service</a></li>

	</ul></td>
</tr>
</table>



<!--END:INC\common\toolbar.asp-->

<!-- START:common/HM_Loader.asp -->


<SCRIPT LANGUAGE="JavaScript1.2" TYPE='text/javascript'>
<!--
/*HM_Loader.js
* by Peter Belesis. v4.1.1 011002
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/

var HM_DOM = (document.getElementById) ? true : false;
var HM_NS4 = (document.layers) ? true : false;
var HM_IE = (document.all) ? true : false;
var HM_IE4 = HM_IE && !HM_DOM;
var HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
var HM_IE4M = HM_IE4 && HM_Mac;

var HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";


if(window.event + "" == "undefined") event = null;
function HM_f_PopUp()
{
	return false;
}
function HM_f_PopDown()
{
	return false;
}


var HM_GL_MenuWidth          = 150;
var HM_GL_FontBold           = false;
var HM_GL_FontItalic         = false;

var HM_GL_ItemPadding        = 3;
var HM_GL_BorderWidth        = 1;
var HM_GL_BorderStyle        = "solid";
var HM_GL_SeparatorSize      = 1;
var HM_GL_ImageSize          = 9;
var HM_GL_ImageHorizSpace    = 5;
var HM_GL_ImageVertSpace     = 0;

var HM_GL_KeepHilite         = true;
var HM_GL_ClickStart         = false;
var HM_GL_ClickKill          = 0;
var HM_GL_ChildOverlap       = 1;
var HM_GL_ChildOffset        = -1;
var HM_GL_ChildPerCentOver   = null;
var HM_GL_TopSecondsVisible  = .4;
var HM_GL_ChildSecondsVisible = .4;
var HM_GL_StatusDisplayBuild = false;
var HM_GL_StatusDisplayLink  = true;
var HM_GL_UponDisplay        = null;
var HM_GL_UponHide           = null;

var HM_GL_RightToLeft      = false;
var HM_GL_CreateTopOnly      = HM_NS4 ? true : false;
var HM_GL_ShowLinkCursor     = true;

//font and background normal and mouseover colors - mjd ''
document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2'
SRC='/portal/common/styles/dropdownmenu9.js' TYPE='text/javascript'><\/SCR" +
"IPT>");

//customization for foreign languages - FY
document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2'
SRC='/portal/common/styles/EN/ddmenufont.js' TYPE='text/javascript'><\/SCR" +
"IPT>");

var HM_GL_ImageSrc           =
"http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/tab_arrowSelected.gif";
var HM_GL_ImageSrcLeft       =
"http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/tab_arrowSelected.gif";

var HM_GL_ImageSrcOver =
"http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/tab_arrowSelected.gif";
var HM_GL_ImageSrcLeftOver =
"http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/tab_arrowSelected.gif";

//Drop Down Menu Arrays -mjd
//My Page Menu
HM_Array1 = [
[150,17,87
,'','','','','','','','','','','','', 
' showSelect(false, HM_Array1);',
' showSelect(true, HM_Array1);'

]


,['<b>Create New Page</b>', // <!-- Create New Page -->
 '/portal/mypage/changepagename.asp?UserID=426880&PageID=0',1,0,0]
,['<font color=white>Home
Page</font>','/portal/mypage/mypage.asp?UserID=426880&PageID=-426880',1,0,0]

]



//Community Menu
HM_Array2 = [
[150,146,87
,'','','','','','','','','','','','', 
' showSelect(false, HM_Array2);', 
' showSelect(true, HM_Array2);'
]

,['<b>Edit Your Memberships</b>', // <!-- Edit Your Memberships -->
 '/portal/communities/joincommunities.asp?UserID=426880&RedirectURL=%2Fportal%2Fcommunities%2Fcommunity%2Easp%3FUserID%3D426880%26CommunityID%3D220'
 ,1,0,0]
	,['CMS Portlet
Monitoring','/portal/communities/community.asp?UserID=426880&CommunityID=205&intCurrentPageIndex=0',1,0,0]
,['Finance','/portal/communities/community.asp?UserID=426880&CommunityID=201&intCurrentPageIndex=0',1,0,0]
,['Help|brand-specific','/portal/communities/community.asp?UserID=426880&CommunityID=204&intCurrentPageIndex=0',1,0,0]
,['Load Test Community -
Blank','/portal/communities/community.asp?UserID=426880&CommunityID=233&intCurrentPageIndex=0',1,0,0]
,['Load Test Community -
Gadgets','/portal/communities/community.asp?UserID=426880&CommunityID=232&intCurrentPageIndex=0',1,0,0]
,['Message
Boards','/portal/communities/community.asp?UserID=426880&CommunityID=226&intCurrentPageIndex=0',1,0,0]
,['Message
Center|DP','/portal/communities/community.asp?UserID=426880&CommunityID=202&intCurrentPageIndex=0',1,0,0]
,['Message
Center|FCSD','/portal/communities/community.asp?UserID=426880&CommunityID=220&intCurrentPageIndex=0',1,0,0]
,['Message
Center|Finance','/portal/communities/community.asp?UserID=426880&CommunityID=219&intCurrentPageIndex=0',1,0,0]
,['Message
Center|Sales','/portal/communities/community.asp?UserID=426880&CommunityID=218&intCurrentPageIndex=0',1,0,0]
,['More Search
Options','/portal/communities/community.asp?UserID=426880&CommunityID=222&intCurrentPageIndex=0',1,0,0]
,['My
Training|brand-specific','/portal/communities/community.asp?UserID=426880&CommunityID=221&intCurrentPageIndex=0',1,0,0]
,['New User
Guide|FLM|brand-specific','/portal/communities/community.asp?UserID=426880&CommunityID=206&intCurrentPageIndex=0',1,0,0]
,['Parts &amp;
Service','/portal/communities/community.asp?UserID=426880&CommunityID=203&intCurrentPageIndex=0',1,0,0]
,['Sales','/portal/communities/community.asp?UserID=426880&CommunityID=200&intCurrentPageIndex=0',1,0,0]
,['TemplateBuilder','/portal/communities/community.asp?UserID=426880&CommunityID=231&intCurrentPageIndex=0',1,0,0]
,['WDMO|New  User
Guide','/portal/communities/community.asp?UserID=426880&CommunityID=209&intCurrentPageIndex=0',1,0,0]

]


//Documents Menu
HM_Array3 = [
[150, 275, 87
,'','','','','','','','','','','','', 
' showSelect(false, HM_Array3);', 
' showSelect(true, HM_Array3);'
],          
['<b>Browse Documents</b>', // <!-- Browse Documents -->
 '/portal/catalog/home.asp?UserID=426880&FolderMode=1',1,0,0]

]

//end
//-->
</SCRIPT>

	

<SCRIPT LANGUAGE="JavaScript1.2"
SRC="/portal/common/JScriptFunctions/HM_ScriptNS4.js"
TYPE='text/javascript'></SCRIPT>


<SCRIPT LANGUAGE="JavaScript1.2" TYPE='text/javascript'>
<!--




/**
 * This function handles all the burn through issues. It is being called
 * before a menu is displayed (isOn = false) and after a menu is hidden
 * (isOn = true)
 */
function showSelect(isOn, menu, isChildMenu, curMenuTop, curMenuLeft) 
{		


}
//end
//-->


</SCRIPT>

<!-- END:common/HM_Loader.asp -->

<!--START:INC\FordExtras\breadcrumb\breadcrumb.asp -->

	<table border=0 cellpadding=0 cellspacing=0 width=100%><tr><td>
	<table border=0 cellpadding=3 cellspacing=0 width=100%>
	<tr valign=top>
		<td width=5>&nbsp;</td>

		<td class=gPortalPath>
<font class=gPortalPathCurrent>Message Center</font>
		</td>
	</tr>
	</table>
	</td></tr></table>		

<!--END:INC\FordExtras\breadcrumb\breadcrumb.asp -->


<!--START:INC\common\errorfns.asp-->

<!--END:INC\common\errorfns.asp-->
<!--START:INC\FordExtras\PrefUtils\CommPrefsUtility.asp-->

<!--END:INC\FordExtras\PrefUtils\CommPrefsUtility.asp-->


<!--START:INC\FordExtras\CommunityBanner\displaybanner.asp-->

<!--END:INC\FordExtras\CommunityBanner\displaybanner.asp-->


			
<!--END:INC\common\beginpageinternal.asp-->


<!--START:INC\common\beginpage.asp-->

<!--END:INC\common\beginpage.asp--><!--START:INC\admin\logging\logutility.asp-->


<!--END:INC\admin\logging\logutility.asp-->

<SCRIPT>
function OnMouseOverButton(s, title, strClass)
{
	if (!s.contains(event.fromElement))
	{
		s.title = title;
		s.className = strClass;
		s.style.cursor = "hand";
	}
}

function OnMouseOutFromOverButton(s, strClass)
{
	if(!s.contains(event.toElement))
	{
		s.className = strClass;
	}
}
</SCRIPT><!--START:INC\communities\communityfunctions.asp-->

<!--END:INC\communities\communityfunctions.asp-->




<SCRIPT>
// Unsubscribes the user from the selected community
function Unsubscribe(intCommunityID)
{
	var bConfirmResult = window.confirm("Are you sure you want to unsubscribe from
this Community?")
	if (bConfirmResult)
	{
		document.frmCommunities.action =
"/portal/communities/dounsubscribe.asp?intCommunityToLeaveID=" + intCommunityID;
		document.frmCommunities.submit();
	}
}

// Subscribes the user to the selected community
function Subscribe(intCommunityID)
{
	document.frmCommunities.action =
"/portal/communities/dosubscribe.asp?intCommunityToJoinID=" + intCommunityID;
	document.frmCommunities.submit();
}
</SCRIPT><!--START:INC\common\dropdownmenu.asp-->

<!--END:INC\common\dropdownmenu.asp-->

<!--START:INC\communities\community.asp-->


<SCRIPT>
function DoSubscribeAndSwitchToPage(intID)
{
	document.frmCommunities.RedirectURL.value =
"/portal/communities/community.asp?UserID=426880&intCommunityIndex=17&intCurrentPageIndex=0&intComCurrentFolder=&CommunityID=";
	Subscribe(intID);
}

// Deletes a Page.	-spl
function OnDeletePage(lPageID) 
{
		strXLocation = String((screen.width - 400) / 2);
		strYLocation = String((screen.height - 300) / 2);

		strRedUrl =
'%2Fportal%2Fcommunities%2Fdodeletepage%2Easp%3FUserID%3D426880%26intCommunityIndex%3D7%26intCurrentPageIndex%3D0%26intComCurrentFolder%3D%26CommunityID%3D220%26intPageID%3D'
+ lPageID +
'%26RedirectURL%3D%252Fportal%252Fcommunities%252Fcommunity%252Easp%253FUserID%253D426880%2526CommunityID%253D220';

		strURL  = "../common/confirm.asp?";
		strURL += "UserID=426880";
		strURL += "&PromptID=84";
		strURL += "&PromptComponent=2";
		strURL += "&Redirect=" + strRedUrl;
	
		winSecDialog =
window.open(strURL,"PUSELDIALOG","status=no,toolbar=no,location=no,menu=no,width=375,left="+strXLocation+",height=75,top="+strYLocation);
}
</SCRIPT>

<SCRIPT>
var zindex=100;
var intLeft, intRight, intTop;
var menuCurrent;
var hide

// IE AND Netscape 6/7 drop menu. Misleading name but trying to keep
// changes to a minimum
function IEdropit(e, whichone){

	clearTimer();
	var curmenu;
	if ( document.getElementById(whichone) )
	{
		curmenu= document.getElementById(whichone);
		
	} else {
		curmenu = eval("document.all."+whichone);		
	}
			
	// Hide previously opened menu		
	if (window.themenu&&themenu.id!=curmenu.id){
		themenu.style.visibility="hidden"
	}
	themenu=curmenu;
	
	var intBrowserWidth = document.body.offsetWidth;		
	// IE 5/6
	if (document.all)
	{			
		if (event.clientX-event.offsetX-2+150 > intBrowserWidth)
			themenu.style.left = document.body.scrollLeft+intBrowserWidth - 150 - 20;
		else
			themenu.style.left = document.body.scrollLeft+event.clientX-event.offsetX-2;
			
		themenu.style.top = document.body.scrollTop+event.clientY-event.offsetY+12;	
	// Netscape 6/7	
	} else {
		
		if (e.pageX + 150 > intBrowserWidth)
		themenu.style.left = (intBrowserWidth - 150);
		else {
			
			themenu.style.left=e.pageX-15
		}
		var outerlayer = (window.document.PTPAGEBODY)?window.document.PTPAGEBODY.top:0			
	
		// display differently for dropdown menus in objectman and mypage
		if ( window.document.PTPAGEBODY ) {
			themenu.style.top = e.pageY-12;
			
		} else {
			
			themenu.style.top = e.pageY+3;
		}
	
	}
	intLeft = themenu.style.posLeft-document.body.scrollLeft;
	intRight = intLeft + 150
	intTop = themenu.style.posTop-20-document.body.scrollTop;
	
	showSelect2(false, intTop+20, intLeft);	
	
	if (themenu.style.visibility=="hidden")
	{
		themenu.style.visibility="visible"
		themenu.style.zIndex=zindex++
	}
	
	menuCurrent = themenu;
}

// Netscape 4 drop menus ONLY. Netscape 6/7 browsers uses IEdropit
function NSdropit(e,whichone){

	clearTimer();
	
	var curmenu =
(eval("document."+whichone))?eval("document."+whichone):eval("window.document.PTPAGEBODY.document."+whichone)
	var intBrowserWidth = window.innerWidth; 		

	if ( window.themenu&&themenu.id != curmenu.id) {
		themenu.visibility="hide"		
	}

	themenu= curmenu
	
	if (themenu.visibility=="hide")
		themenu.visibility="show"
	else
		themenu.visibility="hide"
	themenu.zIndex++
	
	if (e.pageX + 150 > intBrowserWidth)
		themenu.left = (intBrowserWidth - 150);
	else
		themenu.left=e.pageX-e.layerX+15
	
	var outerlayer = (window.document.PTPAGEBODY)?window.document.PTPAGEBODY.top:0			
	
	// display differently for dropdown menus in objectman and mypage
	if ( window.document.PTPAGEBODY ) {
		themenu.top = e.pageY-12;
		
	} else {
		
		themenu.top = e.pageY+3;
	}
	
			
	showSelect2(false, themenu.top, themenu.left);
			
	return false
}


// The ID of the timer when mouse moves out of the prefs button
var intTimerID = -1; 


// These two functions starts a timer when the cursor moves out of the
// prefs button. Don't want to immediately hide the pop up menu since
// you may want to move the cursor on it, so set a delay to hide the
// menu. The timer stops with with clearTimer when the cursor moves on the menu.
function IEmenuout()
{	
	intTimerID = setTimeout("IEhidemenu()", 400);	
}
function NSmenuout(){	
	intTimerID = setTimeout("NShidemenu()", 400);	
}

// Stops the timer
function clearTimer()
{	
	if (intTimerID != -1) {
		clearTimeout(intTimerID);
		intTimerID = -1;
	}
	return false;
}

// IE hidemenu.
function IEhidemenu(whichone){
	if (window.themenu) {		
		themenu.style.visibility="hidden"
		showSelect2(true)
	}
}
// Netscape hidemenu.
function NShidemenu(){	
	themenu.visibility="hide"
	showSelect2(true)
}

function showSelect2(show, curMenuTop, curMenuLeft) 
{	
	var itemPadding = HM_GL_ItemPadding;
	var borderSize  = HM_GL_BorderWidth;
	var fontSize	= HM_a_Parameters[2][1];		
				
	
	/*
	// Netscape 4
	var menuBottom  = 60 + curMenuTop;
	var menuTop		= curMenuTop;
	var menuLeft	= curMenuLeft;
	var menuRight	= menuLeft+150; 			
	
	if (document.PTFormToHide != null)
	  var gadgetLeft;
	  var gadgetTop;
	  for (var i = 0; i < document.layers.length; i++){
	  	if ( document.layers[i].name.indexOf("PTFormToHide") != -1 ){	  	
	  		if ( show ) {
	  			document.layers[i].visibility = "show";
	  		} else {
				gadgetLeft	= document.layers[i].pageX;	  		
	  			gadgetTop	= document.layers[i].pageY;	  			  			  			
	  			  
	  			if ( gadgetTop >= menuTop && gadgetTop <= menuBottom && gadgetLeft <=
menuRight ) {
	  				document.layers[i].visibility = "hide";		
				}	  		
	  		}	  			  			  		
	  	}
	  }*/            

}

</SCRIPT>
<!--START:INC\mypage\buildactionbuttons.asp-->

<!--END:INC\mypage\buildactionbuttons.asp-->

<!--START:INC\sso\vendors\ActiveDirectoryServer.asp-->


<!--END:INC\sso\vendors\ActiveDirectoryServer.asp--><!--START:INC\sso\vendors\netegrity.asp-->

<!--END:INC\sso\vendors\netegrity.asp--><!--START:INC\sso\vendors\oblix.asp-->


<!--END:INC\sso\vendors\oblix.asp-->
<!--START:INC\sso\vendors\securant.asp-->


<!--END:INC\sso\vendors\securant.asp--><!--START:INC\sso\vendors\Tivoli.asp-->


<!--END:INC\sso\vendors\Tivoli.asp-->
<!--START:INC\sso\vendors\selectaccess.asp-->


<!--END:INC\sso\vendors\selectaccess.asp--><!--START:INC\sso\vendors\customsso.asp-->

<!--END:INC\sso\vendors\customsso.asp-->



<!--START:INC\sso\ssoutility.asp-->


<!--END:INC\sso\ssoutility.asp-->
<!--START:INC\common\GadgetAppDataObject.asp-->



<!--END:INC\common\GadgetAppDataObject.asp-->

<!--START:INC\mypage\myportal.asp-->

		<table border="0" cellspacing="0" cellpadding="0" valign="top" width="99%">
		<tr><td valign="top" width="24%">
		
		<table border="0" cellspacing="0" cellpadding="0" valign="top" WIDTH="99%">
	
					<tr><td width="5" class="body">&nbsp;</td>
					
						<td height="16" class="gHeader_default gNarrowHeaderLeft">
							
							<a name="281"><font class="gHeader_default">Search Messages </font></a>
							

						</td>
						<td align="right" nowrap class="gHeader_default gNarrowHeaderRight">

							
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
	<TR>
<TD></TD>
	</TR>
</TABLE>
</td>
						<td width="5" class="body">&nbsp;</td>
					
					
					</tr> 
					
					<tbody id="gadgetContent281">
					<tr><td width="5" class="body">&nbsp;</td>
						<td colspan="2" class="gContentSection_default"
 style="padding:7px;">

<!--START: TemplateBuilder/gadget.asp--><table width=100% border=0 cellspacing=0
cellpadding=0><form onsubmit="return false;" name="frm281"
method="GET"><tr><td><TABLE align="center" border="1" cellPadding="0"
cellSpacing="1" frame="void" rules="none" class="gContentSection"><TR><TD><input
onkeydown="javascript:setFormReturn281(281)" type="text" name="SearchText"
size="26" class="gContentSection" value=""></TD></TR><TR><TD><SPAN
ID="PTFormElemToHide"><select name=folderID class=gContentSection><option
value=274>Finance Articles<option value=276>Sales Articles<option
value=1629>Parts and Service Articles</select>&nbsp;</SPAN></TD></TR><TR
height="20" vAlign="bottom"><TD align="right"><input type="button" name="Search"
class="submitstyled"
onclick=SubmitForm281("http://www.fmcdealer.dealerconnection.com/portal/search/searchres.asp")
value="Search"></TD></TR></TABLE></td></tr></form></table><script
language="JavaScript">function
setFormReturn281(f){try{if(event.keyCode==13){eval("SubmitForm"+f+"('http://www.fmcdealer.dealerconnection.com/portal/search/searchres.asp');");};}catch(e){};};var
defaultEmptyOK281=false;function warnInvalid281(theField,
s){try{alert(s);theField.focus();theField.select();}catch(e){}finally{return
false}};function isEmpty281(s){if ((s == null) || (s.length == 0))return
true;else return isWhitespace281(s);};function isWhitespace281(s){return
/^\s*$/.test(s);};function readHTMLSpecialChars(t){return
t.replace(/&quot;/g,"\"").replace(/&lt;/g,"<").replace(/&amp;/g,"&");};function
writeHTMLSpecialChars(t){return
t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;");};function
readXMLSpecialChars(t){return
t.replace(/\x04/g,"&amp;").replace(/\x03/g,"&lt;").replace(/\x02/g,"&quot;");};function
writeXMLSpecialChars(t){return
t.replace(/"/g,"\x02").replace(/</g,"\x03").replace(/&/g,"\x04");};function
writeXMLFromHTMLSpecialChars(t){return
t.replace(/&quot;/g,"\x02").replace(/&lt;/g,"\x03").replace(/&amp;/g,"\x04");};function
writeASCIIFromXMLSpecialChars(t){return
t.replace(/\x04/g,"&").replace(/\x03/g,"<").replace(/\x02/g,'"');};function
updateConcatenation281(strC){try{var frm=document.frm281;var arrConcatenations =
strC.split(",");for(var z=0;z<arrConcatenations.length;z++){var
strConcatenation="";var
fldResult=arrConcatenations[z].substring(0,arrConcatenations[z].indexOf(":"));var
arrParts=arrConcatenations[z].substring(arrConcatenations[z].indexOf(":")+1,arrConcatenations[z].length).split("+");for(var
i=0;i<arrParts.length;i++){if(arrParts[i]!="+" &&
arrParts[i]!=""){if(isEmpty281(arrParts[i])){strConcatenation+="\""+arrParts[i]+"\"";}else{var
el=eval("frm."+arrParts[i]);if(el){if(el.tagName=="INPUT"){strConcatenation+="\""+el.value+"\"";}else
if(el.tagName=="SELECT"){strConcatenation+="\""+el.value+"\"";}else{strConcatenation+="\""+"\"";};}else{strConcatenation+="\""+arrParts[i]+"\"";};};strConcatenation+="+";};};if(strConcatenation!=""){strConcatenation=strConcatenation.substr(0,strConcatenation.length-1);};};eval("frm."+fldResult+".value="+strConcatenation);}catch(e){};};var
arrConcatenationArray281 = Array('');function
SubmitForm281(u){if(u=="setPrefs.asp"){if(!document.frm281.FormEmailer ||
document.frm281.FormEmailer.value==""){return warnInvalid281("","No email
address has been set-up for this form. Please contact a portal
administrator.");};};var
strSubmitURL=u;eval("document.frm281.action=\""+u+"\"");if(strSubmitURL=="setPrefs.asp"){if(!false)return
warnInvalid281("","This form has been incorrectly formatted. Please contact a
portal administrator.");if(document.frm281.FormEmailer.type!="hidden" &&
document.frm281.FormEmailer.value=="")return
warnInvalid281(document.frm281.FormEmailer,"'"+document.frm281.FormEmailer[document.frm281.FormEmailer.selectedIndex].text+"'
is the default selection. Please select something other than the
default.");};for(var
a=0;a<arrConcatenationArray281.length;a++){updateConcatenation281(arrConcatenationArray281[a]);};if(!ValidateFields281()){return
false;};
		if(u.indexOf("/portal/search/")>-1){
			var intCurrentBlank = -1;
			for(var i=0;i<8;i++){
				var opCurrent = eval("document.frm281.n1operand"+i);
				if(opCurrent){
					if(opCurrent.value.length==1){
						if(intCurrentBlank==-1){
							intCurrentBlank=i;
						};
						opCurrent.value="";
						eval("document.frm281.prop"+i+".value=''");
						eval("document.frm281.operator"+i+".value=''");
					}else if(intCurrentBlank>-1){
						eval("document.frm281.n1operand"+intCurrentBlank+".value =
document.frm281.n1operand"+i+".value");
						eval("document.frm281.prop"+intCurrentBlank+".value =
document.frm281.n1operand"+i+".prop");
						eval("document.frm281.operator"+intCurrentBlank+".value =
document.frm281.n1operand"+i+".operator");
						eval("document.frm281.n1operand"+i+".value=''");
						eval("document.frm281.prop"+i+".value=''");
						eval("document.frm281.operator"+i+".value=''");
						intCurrentBlank++;
					}else{
						eval("document.frm281.prop"+i+".value=document.frm281.n1operand"+i+".prop");
					
eval("document.frm281.operator"+i+".value=document.frm281.n1operand"+i+".operator");
					};
				}else{
					break;
				};
			};
		};
document.frm281.submit();};function ValidateFields281(){var
strTempValidationFields,strElemFriendly,strValidationType,strValidation1,strValidation2,strValidation3,strValueToValidate,objMyElement,strRequired,strMinimum;var
strFieldsToValidateArr = new Array();var strValidationDataArr = new Array();var
strFieldValidationArr = new Array();var strLocalDelimKeys = "SearchText";var
strLocalDelimVals = readHTMLSpecialChars("1");var
blnReturnValue;if(strLocalDelimKeys.length<1){return
true;};strFieldsToValidateArr =
strLocalDelimKeys.split("\x08");strValidationDataArr =
strLocalDelimVals.split("\x08");for(var
i=0;i<strFieldsToValidateArr.length;i++){objMyElement =
eval("document.frm281.elements('" + strFieldsToValidateArr[i] +
"')");strValueToValidate = objMyElement.value;strFieldValidationArr =
strValidationDataArr[i].split("\x07");strElemFriendly =
strFieldValidationArr[0];strRequired =
strFieldValidationArr[1];strValidationType =
strFieldValidationArr[2];strValidation1 =
strFieldValidationArr[3];strValidation2 =
strFieldValidationArr[4];strValidation3 = strFieldValidationArr[5];strMinimum =
strFieldValidationArr[6];strMinChecked = strFieldValidationArr[7];strMaxChecked
= strFieldValidationArr[8];strMaxLength=strFieldValidationArr[9];var
blnContinueValidating=false;if(strRequired!=""){if(objMyElement.length){var
blnEmptyOption =
true;for(l=0;l<objMyElement.length;l++){if(objMyElement[l].checked ||
objMyElement[l].selected){blnEmptyOption=false;break;};};if(blnEmptyOption)return
warnInvalid281(objMyElement,"The '"+strElemFriendly+"' field is
required.");}else if(isEmpty281(strValueToValidate)){return
warnInvalid281(objMyElement,"The '"+strElemFriendly+"' field is
required.");}else if(strMinimum>0 &&
strValueToValidate.length<strMinimum){return warnInvalid281(objMyElement,"The
minimum length of the '" + strElemFriendly + "' field is " + strMinimum);}else
if(strMaxLength>0 && strValueToValidate.length>strMaxLength){return
warnInvalid281(objMyElement,"The maximum length of the '" + strElemFriendly + "'
field is " + strMaxLength);};blnContinueValidating=true;}else
if(!isEmpty281(strValueToValidate)){if(strMinimum>0)if(strValueToValidate.length<strMinimum)return
warnInvalid281(objMyElement,"The minimum length of the '" + strElemFriendly + "'
field is " +
strMinimum);if(strMaxLength>0)if(strValueToValidate.length>strMaxLength)return
warnInvalid281(objMyElement,"The maximum length of the '" + strElemFriendly + "'
field is " +
strMaxLength);blnContinueValidating=true;}if(blnContinueValidating){switch
(strValidationType.toUpperCase()){case "M":
if(!isEmpty281(objMyElement.value)){var ext =
","+objMyElement.value.substr(objMyElement.value.lastIndexOf(".")+1).toLowerCase()+",";var
aExt = ","+strValidation1+",";if(aExt.indexOf(ext)<0){return
warnInvalid281(objMyElement,"The file you have chosen is not of a valid
type.\nPlease upload a file that is of one of the following
types:\n"+strValidation1);};};break;};};};return true;};</script><!-- IP:
136.1.255.214, TemplateBuilder 281 Execution Time: 0.03125 at: 3/28/2005 8:26:23
AM --><!--END: TemplateBuilder/gadget.asp-->
						</td>
						<td width="5" class="body">&nbsp;</td>
					</tr>
					</tbody>

					<tr height="13"><td></td></tr>

					<tr><td width="5" class="body">&nbsp;</td>
					
						<td height="16" class="gHeader_default gNarrowHeaderLeft">
							
							<a name="216"><font class="gHeader_default">FSA Bulletins</font></a>
							

						</td>
						<td align="right" nowrap class="gHeader_default gNarrowHeaderRight">
							
								<a href="javascript:PrintGadget(216)"><img border=0
src="http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/printerfriendlyicon.gif"
WIDTH="12" HEIGHT="12"></a>
							
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
	<TR>

<TD></TD>
	</TR>
</TABLE>
</td>
						<td width="5" class="body">&nbsp;</td>
					
					
					</tr> 
					
					<tbody id="gadgetContent216">
					<tr><td width="5" class="body">&nbsp;</td>
						<td colspan="2" class="gContentSection_default"
 style="padding:7px;">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<!-- Global Functons -->

<!-- Microsoft Content Management Server template file -->
<html>
	
	<body>
<!-- Inserted by Content Management Server: BEGIN EmbedBodyBeginHook -->

<!-- Inserted by Content Management Server: END EmbedBodyBeginHook -->
	
	
<!--PLUMTREE USER/BRAND/ROLE SELECTION CODE-->

		 

<!--END PLUMTREE USER/BRAND/ROLE/DATE SELECTION CODE-->
	<TABLE BORDER=0 CLASS=gContentSection WIDTH="100%">
	<TR><TD Class='message_header'><FONT color=#ff0000>Update: Full Bulletin
Announcement</FONT></TD></TR><TR><TD Class='message_text'>

<STRONG>DEMONSTRATION / DELIVERY HOLD: <A
href="http://cms2.fmcdealer.dealerconnection.com/Ford_LM/Parts+and+Service/Communications/FSAs/FSAs+and+Service+Bulletins/Safety+Recalls/05S29.htm?CommunityID=220&GadgetID=216&UserID=s-olson6">Safety
Recall 05S29</A></STRONG>: Certain 2005 Model Year Ford Thunderbird and Lincoln
LS vehicles - Fuel Tank Inspection and Replacement</TD></TR>
<TR><TD Class='message_header'><FONT color=#228b22>NEW
FSA</FONT></TD></TR><TR><TD Class='message_text'>
<STRONG>DEMONSTRATION / DELIVERY HOLD</STRONG>: <A
href="http://cms2.fmcdealer.dealerconnection.com/Ford_LM/Parts+and+Service/Communications/FSAs/FSAs+and+Service+Bulletins/Safety+Recalls/05S30.htm?CommunityID=220&GadgetID=216&UserID=s-olson6">Safety
Recall 05S30</A>: Certain 2005 Model Year F450/550 Vehicles - Steering Gear
Inspection/Replacement</TD></TR>
<!-- Server : 136.1.251.50-->
<!-- strUser= DCP\-->
<!-- strUserID= s-olson6-->

	</TABLE>

<!-- BEGIN PLUMTREE ADMIN SETTING MORE LINK -->

<p class=more>&nbsp;<a
href="http://www.fmcdealer.dealerconnection.com/portal/communities/community.asp?UserID=206&CommunityID=203&intCurrentPageIndex=5&GadgetID=207">More
FSA Bulletins ></a></p>

<!-- END PLUMTREE ADMIN SETTING END MORE LINK-->

	 <!-- Edit Palette -->
	
	<!-- include virtual="/NR/FordDealer/includes/pagePalette.asp" -->
	
<!-- Inserted by Content Management Server: BEGIN EmbedBodyEndHook -->

<!-- Inserted by Content Management Server: END EmbedBodyEndHook -->
</body>

</html>

						</td>
						<td width="5" class="body">&nbsp;</td>
					</tr>
					</tbody>

					<tr height="13"><td></td></tr>

	<tr><td><br></td><td colspan="2" class="gbackground"><center>___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___</center></td><td><br></td></tr>

	</table>

</td>
		<td valign="top" width="75%">
		
		<table border="0" cellspacing="0" cellpadding="0" valign="top" WIDTH="99%">
	
					<tr><td width="5" class="body">&nbsp;</td>
					
						<td height="16" class="gHeader_default gNarrowHeaderLeft">
							
							<a name="220"><font class="gHeader_default">Message Center </font></a>
							

						</td>

						<td align="right" nowrap class="gHeader_default gNarrowHeaderRight">
							
								<a href="javascript:PrintGadget(220)"><img border=0
src="http://ptimgws.fmcdealer.dealerconnection.com/PTImageServer/printerfriendlyicon.gif"
WIDTH="12" HEIGHT="12"></a>
							
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
	<TR>
<TD></TD>
	</TR>
</TABLE>
</td>
						<td width="5" class="body">&nbsp;</td>
					
					
					</tr> 
					
					<tbody id="gadgetContent220">

					<tr><td width="5" class="body">&nbsp;</td>
						<td colspan="2" class="gContentSection_default"
 style="padding:7px;">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<!-- Global Functons -->

<!-- Microsoft Content Management Server template file -->
<html>
	
	<body>
<!-- Inserted by Content Management Server: BEGIN EmbedBodyBeginHook -->

<!-- Inserted by Content Management Server: END EmbedBodyBeginHook -->
	
	
<!--PLUMTREE USER/BRAND/ROLE SELECTION CODE-->

		 

<!--END PLUMTREE USER/BRAND/ROLE/DATE SELECTION CODE-->
	<TABLE BORDER=0 CLASS=gContentSection WIDTH="100%">
	<TR><TD Class='message_header'><A
href="http://cms2.fmcdealer.dealerconnection.com/Ford_LM/Parts+and+Service/Communications/Division+Communications+FCSD/March+2005/032405cert52.htm?CommunityID=220&GadgetID=220&UserID=s-olson6">Revised
STST Diesel Engine Repair Curriculum (Certification 52) Launch
Update</A></TD></TR><TR><TD class='message_text' style='line-height:0px;
padding:0px; margin:0px; height:5px'>&nbsp;</TD></TR>
<TR><TD Class='message_header'><A
href="http://cms2.fmcdealer.dealerconnection.com/Ford_LM/Parts+and+Service/Communications/Division+Communications+FCSD/March+2005/032405rotunda.htm?CommunityID=220&GadgetID=220&UserID=s-olson6">Rotunda
2nd Quarter Promotions and the 2005 General Service Catalog
Release</A></TD></TR><TR><TD class='message_text' style='line-height:0px;
padding:0px; margin:0px; height:5px'>&nbsp;</TD></TR>
<TR><TD Class='message_header'><A
href="http://cms2.fmcdealer.dealerconnection.com/Ford_LM/Message+Center/Parts+and+Service/Articles/032205techtime6.htm?CommunityID=220&GadgetID=220&UserID=s-olson6">Tech
Time Plus Episode 6 Broadcasts 3/29-4/8: Pulse Vacuum Hublock System Operation
&amp; Diagnostics</A></TD></TR><TR><TD class='message_text'
style='line-height:0px; padding:0px; margin:0px; height:5px'>&nbsp;</TD></TR>
<!-- Server : 136.1.253.73-->
<!-- strUser= DCP\-->
<!-- strUserID= s-olson6-->

	</TABLE>

<!-- BEGIN PLUMTREE ADMIN SETTING MORE LINK -->

<p class='more'>&nbsp;<a
href="http://www.fmcdealer.dealerconnection.com/portal/communities/community.asp?intCurrentPageIndex=1&CommunityID=220"><B>Past
Articles ></B></a></p>

<!-- END PLUMTREE ADMIN SETTING END MORE LINK-->

	 <!-- Edit Palette -->
	
	<!-- include virtual="/NR/FordDealer/includes/pagePalette.asp" -->
	
<!-- Inserted by Content Management Server: BEGIN EmbedBodyEndHook -->

<!-- Inserted by Content Management Server: END EmbedBodyEndHook -->
</body>
</html>

						</td>
						<td width="5" class="body">&nbsp;</td>
					</tr>
					</tbody>

					<tr height="13"><td></td></tr>

	<tr><td><br></td><td colspan="2" class="gbackground"><center>___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
___</center></td><td><br></td></tr>

	</table>

</td>
		</tr></table>
		
<!--END:INC\mypage\myportal.asp-->




<FORM NAME="frmCommunities" METHOD="POST">
	<INPUT type="HIDDEN" NAME="RedirectURL"
VALUE="/portal/communities/community.asp?UserID=426880&CommunityID=220">
</FORM>	


<div id="pagefooter">

  <div id="footerlogo"></div>
  <div id="disclaimertext">
  <p>&copy; Copyright 2004, Ford Motor Company <span class="divider">|</span>
Rights are granted to the public to download the contents of this web page in
electronic or paper form. All other rights are reserved, including the rights to
create derivative works and/or other web pages. </p>
  <p>Printed copies are not controlled</p>
  </div>
  <div class="clearhack"></div>

</div>

</body>
<!--START:INC\common\endpage.asp-->
<!-- span class=gDebugTime>Time to process: 0.3976 Seconds</span -->
</html>
<!--END:INC\common\endpage.asp-->



<!--END:INC\communities\community.asp-->
solson, it appears that this site has a mixture of nn4 and ie4 only code mixed
with other cross browser code. it is difficult to analyse without access, but it
appears to be a tech evangelism issue where they need to update their site to
support alternative browsers. If you can contact the administrators of the site
and ask them to test and support Firefox and other standards based browsers that
will help. If they would like to have some help in diagnosing the issues, they
can contact me directly and provide the ability to login so that I can analyse
the errors. Over to TE.
Assignee: firefox → english-us
Component: General → English US
Product: Firefox → Tech Evangelism
QA Contact: general → english-us
Summary: This website uses frames that do not render in FireFox properly. → dealerconnection.com- This website uses frames that do not render in FireFox properly.
solson, does this still happen? The site has moved to

https://www.wslx.dealerconnection.com/login.cgi

but without a login, I can't go any further.
INCOMPLETE per lack of response to comment 2.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
I apologize for not getting back to you. This site still does not render properly with Firefox 2. The top frame(s) render to the right of the main page. I have not tried V3, yet.
Severity: normal → major
Please try Firefox 3 and let us know if it's any better, but based on the lack of improvement with Firefox 2, I doubt it.

Have you contacted the site?
Status: RESOLVED → UNCONFIRMED
Resolution: INCOMPLETE → ---
Status: UNCONFIRMED → NEW
Ever confirmed: true
INCOMPLETE due to lack of activity since the end of 2009.

If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.

Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 16 years ago13 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.