You are not logged in.
I downloaded the latest version and followed the newbie instruction with the exception of where I place the include scripts, but that shouldn't matter. I could not place them in the head as my pages are dynamic and I use the same header for all pages (coldfusion). The strange thing is that I get no errors. Can someone please help with troubleshooting ideas?
Is Xinha not compatible with ColdFusion?
Last edited by ymiles (2006-07-28 01:07:33)
Offline
ymiles: you definatly should be putting the scripts in the head. But as ray says, we can't help unless we can see the problem. Xinha itself will work fine with Coldfusion because it has nothing to do with the server language at all, some plugins however (such as ImageManager) do require PHP (and others require PERL).
James Sleeman
Offline
The reason I thought there might be some compatability issues is from the previous posts. Unfortunately because my site is an internal Corporate site I can't post a link. I can however post code. I have an index page with a header include and a page body include. If someone is willing to work with me at a scheduled time I could do NetMeeting. There are 3 page's code included.
Thanks!
Index:
<!---
File: index.cfm
Author: Judah Miles, wendy Jackson
Date: 9/11/03
Purpose:
Default page for ASC1.
Dependencies:
header.cfm
footer.cfm
page variable
Revisions: WJ added top 'index' with Functions, and new board Table
JM - 9/12 modified table width
wj: 9/12 adjusting for edited footer, update, more links
wj: CSS in header, setting margins in
--->
<!--- Inserts page header --->
<cfinclude template="header.cfm">
<cfif page eq "index">
<tr>
<td>
<table width="700" background="images/bg.gif" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4">
<table>
<tr>
<td width="12"></td>
<td valign="bottom"><span class="header4">Welcome to the Authoritative Source for Information Technology Standards<br><br class="space"></span><span class="header5">The <strong>Menu at the left</strong> provides Search, Browse, and
Authoring capabilities for Boeing IT Standards Requests and
Bulletins. The graphics below provide another method of navigation
to associated standards.</span><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4"><div align="center"><hr width="90%"></div></td>
</tr>
<tr>
<td colspan="4"><div align="center">
<img name="Arch_Tier1_Combined" src="images/Arch_Tier1_Combined2.gif" width="700" height="360" border="0" usemap="#m_Arch_Tier1_Combined" alt="Forward Looking Architecture">
<map name="m_Arch_Tier1_Combined">
<area shape="rect" coords="383,31,662,137" href="#" title="Cultural View" alt="Cultural View">
<area shape="rect" coords="376,199,671,291" href="index.cfm?page=SV_Architecture_Component" title="Systems View" alt="Systems View">
<area shape="rect" coords="54,158,327,340" href="index.cfm?page=Architecture_Component" title="Technical View" alt="Technical View">
</map></div></td>
</tr>
<tr>
<td colspan="4"><div align="center"><a href="http://cac.web.boeing.com/company/process" target="_blank">Manage Information Technology (IT) Standards - Tier 0 Process</a><br><br></div></td>
</tr>
</table>
</td>
</tr>
<cfelse>
<!--- Set incoming data variable for pages using soEditor - modified each time the editor is called.--->
<cfset IncomingData = "">
<tr>
<td><cfinclude template="#page#.cfm">
</td>
</tr>
</cfif>
<!--- Inserts page footer --->
<cfinclude template="footer.cfm">
<!--$/MINDER-IGNORE$-->
Header:
<!---
File: index.cfm
Author: Judah Miles
Date: 9/11/03
Purpose:
Header for all WAM pages.
Dependencies:
wam.css - Cascading style sheet
page type variable
queries for view ASB/ASR in _qry folder
Revisions:
--->
<cfparam name="url.page" default="Index">
<cfset page = url.page>
<!--- sets header width for pop-ups --->
<cfset hdr_width = 717>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="title" content="Information Technology
Standards">
<meta name="subject" content="Web site (format); Boeing
Company; Information technology; Information systems;
Standards; Authorized website; Computing; Applications
software; Computing infrastructure; Computer hardware;
Computing networks; Systems software: Computing Security;
Enterprise architecture; Integration technologies;
Software engineering; Specifications (computing); Systems
management; Information management; Configuration
management; Enterprise Standards; application integration;
application systems">
<meta name="creator" content="996703-Judah Miles">
<meta name="description" content="Computing Standards
Management">
<meta name="owner" content="8006-Woody Pidcock">
<meta name="date" content="2006-01-01">
<meta name="validuntil" content="2007-12-31">
<!--- Query for view to Gives better title for google search results --->
<cfswitch expression="#page#">
<cfcase value="view_ASB">
<cfinclude template="_qry/view_ASB.cfm">
<title><cfoutput>#qryASB.status# #qryASB.type# - #qryASB.title# (#qryASB.type_acronym#-#qryASB.asb_id#)</cfoutput></title>
</cfcase>
<cfcase value="view_AR">
<cfinclude template="_qry/view_AR.cfm">
<title>ASR <cfoutput>#ar_id#- #qryASR.title#</title></cfoutput></cfcase>
<cfdefaultcase>
<title>Companywide Computing Architecture and Standards - <cfoutput>#page#</cfoutput></title>
</cfdefaultcase>
</cfswitch>
<cfif page eq "view_asb" and (qryASB.status_id eq 1 or qryASB.status_id eq 5 or qryASB.status_id eq 8)>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</cfif>
<link rel="stylesheet" href="wam.css" type="text/css">
<!--- Add code for Xinha wysiwyg textarea --->
<script type="text/javascript">
_editor_url = "/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
</script>
<script type="text/javascript" src="/xinha/htmlarea.js"></script>
<script type="text/javascript" src="/xinha/my_config.js"></script>
</head>
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr><!--- Insert Navigation 6560d4--->
<td valign="top" width="170" bgcolor="#696799"><cfinclude template="menu.htm"><br><img src="images/clear.gif" width="170" height="1" border="0">
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="700">
<tr valign="top"><a name="top"><!--- Insert header --->
<td valign="top"><img src="images/header_IS.jpg" width="700" height="77" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="1,2,155,50" href="http://inside2.web.boeing.com/" target="_blank" alt="Inside Boeing" title="Inside Boeing">
<area shape="rect" coords="6,59,89,76" href="http://search.boeing.com/" target="_blank" alt="Search the Boeing Web" title="Search the Boeing Web">
<area shape="rect" coords="420,60,478,76" href="index.cfm" alt="WAM Home Page" title="WAM Home Page">
<area shape="rect" coords="480,60,538,76" href="index.cfm?page=site_search" alt="Smart Search" title="Smart Search">
<area shape="rect" coords="540,59,615,75" href="http://cac.web.boeing.com/company/contact.htm" target="_blank" alt="About Us" title="About Us">
<area shape="rect" coords="617,59,694,75" href="mailto:<cfoutput>#ownermail#</cfoutput>?subject=IT Standards Feedback" target="_blank" alt="Feedback" title="Feedback">
</map>
</td>
</tr>
Page:
<!---
File: modify_ar.cfm
Author: Judah Miles
Date: 10/21/03
Modified By: Jeffrey Dahl 08/22/05
Purpose:
Allows users to modify an ASR. If first time on the page a selection box is displayed.
Dependencies:
security variable
page type variable
Revisions:
--->
<!--- Check to see if ar is checked out --->
<cfstoredproc procedure="p_checkAR" datasource="#DataSource#" username="#DBuser#" password="#DBpass#" returncode="Yes">
<cfprocparam cfsqltype="CF_SQL_INTEGER" value="#ar_id#">
<cfprocresult name="qryCheckAR" resultset="1">
</cfstoredproc>
<!--- If record is not checked out, then proceeed to process the form, if over 2 hours proceed anyway--->
<cfif (qryCheckAR.checked_out EQ "") OR (Session.AppLogin_BemsID EQ qryCheckAR.checked_out_by) OR DateDiff("h", qryCheckAR.checked_out, now()) gte 2>
<!--- Set ASR variable --->
<cfif IsDefined("form.ar_id")>
<cfset ar_id = form.ar_id>
<cfset modified_by = trim(Session.AppLogin_BemsID)>
<!--- Lock the ar --->
<cfstoredproc procedure="p_lockAR" datasource="#DataSource#" username="#DBuser#" password="#DBpass#" returncode="Yes">
<cfprocparam cfsqltype="CF_SQL_INTEGER" value="#ar_id#">
<cfprocparam cfsqltype="CF_SQL_INTEGER" value="#Session.AppLogin_BemsID#">
</cfstoredproc>
<!--- Get specific ASR --->
<cfstoredproc procedure="p_viewAR" datasource="#DataSource#" username="#DBuser#" password="#DBpass#" returncode="Yes">
<cfprocparam cfsqltype="CF_SQL_BIGINT" value="#ar_id#">
<cfprocresult name="qryASR" resultset="1">
</cfstoredproc>
<!--- Queries to populate select boxes --->
<cfstoredproc procedure="p_getARlookup" datasource="#DataSource#" username="#DBuser#" password="#DBpass#" returncode="Yes">
<cfprocparam cfsqltype="CF_SQL_BIGINT" value="#ar_id#">
<cfprocresult name="qryStatus" resultset="1">
<cfprocresult name="qryArchComp" resultset="2">
<cfprocresult name="qryTower" resultset="3">
<cfprocresult name="qryDescript" resultset="4">
</cfstoredproc>
<script language="JavaScript" type="text/javascript">
function send() {
document.forms[1].submit.click();
}
</script>
<script language="JavaScript" type="text/javascript">
<!--
//Timer refreshes the screen at set interval
sTimer = window.setInterval("send()",3600000);
//-->
</script>
<!--- Begin input form --->
<cfform name="#page#" action="index.cfm?page=modify_ar_complete" method="POST">
<input type="Hidden" name="ar_id" value="<cfoutput>#ar_id#</cfoutput>">
<table width="100%">
<tr>
<td class="header" align="center" colspan="3">Modify Architecture & Standards Request (ASR)<br>
</td>
</tr>
<tr>
<td class="td_descript" colspan="2"><b class="required">*</b><b class="required2">Required Field</b></td><td class="td_input"> <img src="images/iboxiconblu.gif" width="13" height="13" title="information" alt="information" border="0" align="absmiddle"> = Mouseover for information
</td>
</tr>
<tr>
<td class="td_descript" nowrap>ASR ID#: </td><td></td><td class="td_input"><cfoutput>#ar_id#</cfoutput>
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Title: </td><td><cfoutput query="qryDescript"><cfif #objName# eq "title"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input"><cfinput type="text" name="title" value="#qryASR.title#" size="45" maxlength="255" required="Yes" message="Title is a required field.">
</td>
</tr>
<tr>
<td class="td_descript" nowrap>Creator (BEMSID): </td><td></td><td class="td_input"><cfoutput>#qryASR.creator#<input type="hidden" name="creator" value="#qryASR.creator_bemsid#">
<input type="Hidden" name="modified_by" value="#modified_by#"></cfoutput>
</td>
</tr>
<!--- This should only be available to Admin --->
<cfIf AppLogin_HasPermission("admin")>
<tr>
<td class="td_descript"><b class="required">*</b>Status: </td><td><cfoutput query="qryDescript"><cfif #objName# eq "status_id"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input"><select name="status">
<option value="">--Select below--</option>
<cfoutput query="qryStatus"><cfif #qryASR.status# eq #status#><option value="#status_id#" selected>#status#<cfelse><option value="#status_id#">#status#</cfif></cfoutput></select>
<input type="Hidden" name="status_required" value="Status is a required field.">
</td>
</tr>
<cfelse>
<cfoutput query="qryStatus"><!--- sets value to current setting --->
<cfif #qryASR.status# eq #status#><cfset stat = #status_id#></cfif>
</cfoutput>
<cfoutput><input type="Hidden" name="status" value="#stat#"></cfoutput>
</cfif>
<tr>
<td class="td_descript"><b class="required">*</b>Architecture Component: </td><td><cfoutput query="qryDescript"><cfif #objName# eq "component_id"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input"><cfselect name="archcomp" required="Yes" message="Architecture Component is required">
<option value="">--Select below--</option>
<cfoutput query="qryArchComp"><cfif #qryASR.component# eq #component#><option value="#component_id#" selected>#component#<cfelse><option value="#component_id#">#component#</cfif></cfoutput></cfselect>
<input type="Hidden" name="archcomp_required" value="Architecture Component is a required field.">
</td>
</tr>
<tr>
<td class="td_descript">Product Tower or Domain: </td><td><cfoutput query="qryDescript"><cfif #objName# eq "product_tower_id"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input"><select name="tower">
<option value="">--Select below--</option>
<cfoutput query="qryTower"><cfif #qryASR.product_tower# eq #product_tower#><option value="#product_tower_id#" selected>#product_tower#<cfelse><option value="#product_tower_id#">#product_tower#</cfif></cfoutput></select>
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Date Needed: </td><td><cfoutput query="qryDescript"><cfif #objName# eq "need_date"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input"><cfinput type="text" name="need_date" value="#dateFormat(qryASR.need_date, 'MM/DD/YYYY')#" size="10" maxlength="10" validate="date" required="Yes" message="Date Needed is a required field. Ensure format and date are valid."><b class="td_descript">(Format: MM/DD/YYYY)</b>
</td>
</tr>
<!--- only visible to admin --->
<cfIf AppLogin_HasPermission("admin")>
<tr>
<td class="td_descript">Date Received: </td><td><cfoutput query="qryDescript"><cfif #objName# eq "date_recvd"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input"><cfinput type="text" name="date_recvd" value="#dateFormat(qryASR.date_recvd, 'MM/DD/YYYY')#" size="10" maxlength="10" validate="date" message="Ensure format and date are valid."></b><b class="td_descript">(Format: MM/DD/YYYY)</b>
</td>
</tr>
<cfelse>
<cfoutput><input type="Hidden" name="date_recvd" value="#dateFormat(qryASR.date_recvd, 'MM/DD/YYYY')#"></cfoutput>
</cfif>
<tr><!--- Required field example --->
<td class="td_descript" valign="top"><b class="required">*</b>Situation: </td><td valign="top"><cfoutput query="qryDescript"><cfif #objName# eq "situation"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<textarea id="situation" name="situation" cols="40" rows="6" style="width: 100%"><cfoutput>#qryASR.situation#</cfoutput></textarea>
</td>
</tr>
<tr><!--- Non-required field example --->
<td class="td_descript" valign="top">Target: </td><td valign="top"><cfoutput query="qryDescript"><cfif #objName# eq "target"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<textarea id="target" name="target" cols="40" rows="6" style="width: 100%"><cfoutput>#qryASR.target#</cfoutput></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Proposal: </td><td valign="top"><cfoutput query="qryDescript"><cfif #objName# eq "proposal"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<textarea id="proposal" name="proposal" cols="40" rows="6" style="width: 100%"><cfoutput>#qryASR.proposal#</cfoutput></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Additional Contacts: </td><td valign="top"><cfoutput query="qryDescript"><cfif #objName# eq "additional_contacts"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<textarea id="contacts" name="contacts" cols="40" rows="6" style="width: 100%"><cfoutput>#qryASR.additional_contacts#</cfoutput></textarea>
</td>
</tr>
<tr>
<td class="td_descript" nowrap valign="top">Additional<br>Information: </td><td valign="top"><cfoutput query="qryDescript"><cfif #objName# eq "additional_info"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<textarea id="info" name="info" cols="40" rows="6" style="width: 100%"><cfoutput>#qryASR.additional_info#</cfoutput></textarea>
</td>
</tr>
<!--- only visible for Admin --->
<cfIf AppLogin_HasPermission("admin")>
<tr>
<td class="td_descript" valign="top">Comments: </td><td valign="top"><cfoutput query="qryDescript"><cfif #objName# eq "comments"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<textarea id="comments" name="comments" cols="40" rows="6" style="width: 100%"><cfoutput>#qryASR.comments#</cfoutput></textarea>
</td>
</tr>
</cfif>
<tr>
<td class="td_descript">Use Software Express or WSRM? </td><td><cfoutput query="qryDescript"><cfif #objName# eq "export_indicator"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td><td class="td_input">
<cfif #qryASR.export_indicator# eq 0>
<cfinput type="Radio" name="export_indicator" value="0" checked>No
<cfinput type="Radio" name="export_indicator" value="1"> Yes
<cfelse>
<cfinput type="Radio" name="export_indicator" value="0">No
<cfinput type="Radio" name="export_indicator" value="1" checked>Yes</cfif></td>
</tr>
<cfif #qryASR.status# eq "Draft"><!--- only displays if doc is draft --->
<tr>
<td class="td_descript">Draft complete? </td>
<td><cfoutput query="qryDescript"><cfif #objName# eq "draft_indicator"><img src="images/iboxiconblu.gif" width="13" height="13" alt="#Value#" title="#Value#" border="0" align="absmiddle"></cfif></cfoutput></td>
<td class="td_input">
<cfif #qryASR.draft_indicator# eq 0><input type="Radio" name="draft_ind" checked value="0">Yes<cfelse><input type="Radio" name="draft_ind" value="0">Yes</cfif> <cfif #qryASR.draft_indicator# eq 1><input type="Radio" name="draft_ind" checked value="1">No<cfelse><input type="Radio" name="draft_ind" value="1">No</cfif> </td>
</tr>
<cfelse>
<input type="Hidden" name="draft_ind" value="0">
</cfif>
<tr>
<td class="buttons" colspan="3"><input type="submit" name="submit" value="Save"> <input type="Reset" value="Reset Form"></td>
</tr>
</table>
</cfform>
<cfelse><!--- This is the beginning of the select ASR to modify --->
<cfIf AppLogin_HasPermission("admin")><!--- returns all records if admin --->
<cfstoredproc procedure="p_getARnumber" datasource="#DataSource#" username="#DBuser#" password="#DBpass#" returncode="Yes">
<cfprocparam cfsqltype="CF_SQL_VARCHAR" value="0">
<cfprocresult name="qryASRnum" resultset="1">
</cfstoredproc>
<cfelse>
<cfstoredproc procedure="p_getARnumber" datasource="#DataSource#" username="#DBuser#" password="#DBpass#" returncode="Yes">
<cfprocparam cfsqltype="CF_SQL_NVARCHAR" value="#SESSION.AppLogin_BemsID#">
<cfprocresult name="qryASRnum" resultset="1">
</cfstoredproc>
</cfif>
<cfform name="#page#" action="index.cfm?page=modify_AR" method="POST">
<table width="100%">
<tr>
<td class="header" align="center" colspan="2">Modify Architecture Request (ASR)<br>
</td>
</tr>
<tr>
<td class="td_tier1" colspan="2">Modify Function<br>
</td>
</tr>
<tr>
<td colspan="2"><br>
</td>
</tr>
<tr>
<td class="td_descript">Modify ASR: </td><td class="td_input" width="70%"><select name="ar_id">
<option value="">--Make a choice and select go--</option>
<cfoutput query="qryASRnum"><option value="#ar_id#">#ar_id#</cfoutput></select>
<input type="Hidden" name="ar_id_required" value="ASR ID is a required field."> <input type="submit" name="submit" value="GO»">
</td>
</tr>
<tr>
<td colspan="2"><div class="td_tier3"><b class="required2">Note:</b> Modifications to Draft ASRs can be made by Creator, Lead Board Chairperson, ASR Team Lead and ASB Adminstrator only. </div>
</td>
</tr>
<tr>
<td class="td_descript" colspan="2"><br><br><br><br>
</td>
</tr>
</table>
</cfform>
</cfif>
<cfelse>
<br><br><br><br><br><br><br><br>
<table align="center" border="1" bordercolor="Gray" cellspacing="0" cellpadding="10">
<tr>
<td class="bluefont18">The requested record is already checked out<br><br> from the database by <cfoutput><a href="mailto:#qryCheckAR.email#">#qryCheckAR.name#</a></cfoutput>.
</td>
</tr>
</table>
<br><br><br><br><br><br><br><br>
</cfif>
Offline
James,
Here you go. Sorry it is so long.
HTML Source:
<!--$MINDER-IGNORE$-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="title" content="Information Technology
Standards">
<meta name="subject" content="Web site (format); Boeing
Company; Information technology; Information systems;
Standards; Authorized website; Computing; Applications
software; Computing infrastructure; Computer hardware;
Computing networks; Systems software: Computing Security;
Enterprise architecture; Integration technologies;
Software engineering; Specifications (computing); Systems
management; Information management; Configuration
management; Enterprise Standards; application integration;
application systems">
<meta name="creator" content="996703-Judah Miles">
<meta name="description" content="Computing Standards
Management">
<meta name="owner" content="8006-Woody Pidcock">
<meta name="date" content="2006-01-01">
<meta name="validuntil" content="2007-12-31">
<title>Companywide Computing Architecture and Standards - modify_AR</title>
<link rel="stylesheet" href="wam.css" type="text/css">
<script type="text/javascript">
_editor_url = "/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
</script>
<script type="text/javascript" src="/xinha/htmlarea.js"></script>
<script type="text/javascript" src="/xinha/my_config.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>
<script type="text/javascript">
<!--
function _CF_checkmodify_AR(_CF_this)
{
//reset on submit
_CF_error_exists = false;
_CF_error_messages = new Array();
_CF_error_fields = new Object();
_CF_FirstErrorField = null;
//form element title required check
if( !_CF_hasValue(_CF_this['title'], "TEXT", false ) )
{
_CF_onError(_CF_this, "title", _CF_this['title'].value, "Title is a required field.");
_CF_error_exists = true;
}
//form element archcomp required check
if( !_CF_hasValue(_CF_this['archcomp'], "SELECT", false ) )
{
_CF_onError(_CF_this, "archcomp", _CF_this['archcomp'].value, "Architecture Component is required");
_CF_error_exists = true;
}
//form element need_date required check
if( _CF_hasValue(_CF_this['need_date'], "TEXT", false ) )
{
//form element need_date 'DATE' validation checks
if (!_CF_checkdate(_CF_this['need_date'].value, true))
{
_CF_onError(_CF_this, "need_date", _CF_this['need_date'].value, "Date Needed is a required field. Ensure format and date are valid.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "need_date", _CF_this['need_date'].value, "Date Needed is a required field. Ensure format and date are valid.");
_CF_error_exists = true;
}
//form element date_recvd 'DATE' validation checks
if (!_CF_checkdate(_CF_this['date_recvd'].value, false))
{
_CF_onError(_CF_this, "date_recvd", _CF_this['date_recvd'].value, "Ensure format and date are valid.");
_CF_error_exists = true;
}
//display error messages and return success
if( _CF_error_exists )
{
if( _CF_error_messages.length > 0 )
{
// show alert() message
_CF_onErrorAlert(_CF_error_messages);
// set focus to first form error, if the field supports js focus().
if( _CF_this[_CF_FirstErrorField].type == "text" )
{ _CF_this[_CF_FirstErrorField].focus(); }
}
return false;
}else {
return true;
}
}
//-->
</script>
</head>
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="170" bgcolor="#696799">
<script language="JavaScript" type="text/javascript"><!--
function noline(obj){
obj.style.textDecoration='none';
}
function line(obj){
obj.style.textDecoration='underline';
}
-->
</script>
<table>
<tr>
<td><div class="menu3"><a href="http://cac.web.boeing.com/company/database/release_notes/whats_new_in_WAM_615.htm" class="noline3" target="_blank"><em>What's New</em></a></div>
</td>
</tr>
<form name="gs" method="GET" action="http://googleweb.cs.boeing.com/search">
<tr valign="top">
<td><div class="menu1">
Text Search:<br>
<input type="text" name="as_q" size="15" maxlength="256" value=""> <input type="Image" name="btnG" value="search" src="images/gobutton.gif" align="absmiddle" alt="Powered by Google" title="Powered by Google">
<input type="hidden" name="client" value="boeing">
<input type="hidden" name="output" value="xml_no_dtd">
<input type="hidden" name="proxystylesheet" value="boeing">
<input type="hidden" name="site" value="boeing">
<input type="hidden" name="sitesearch" value="wam.web.boeing.com"><br>
<div class="menu1"><a href="index.cfm?page=site_search" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Advanced Keyword Search</em></a></div>
<img src="images/separator.gif" width="160" height="28" alt="" border="0">
</div>
</td>
</tr>
<tr>
<td><b class="menu1">Browse</b>
</td>
</tr>
<tr>
<td><div class="menu2">Standards Bulletins<br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ASBs&status=7&type=1" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>All Bulletins</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Product_ASBs" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Products by Function</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Boards" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>By Council/Team</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Taxonomy_Hierarchy2" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>By Taxonomy</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=CAC_ASB_Report" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>ASB Status Report</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Reports" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Other Reports</em></a><br>
</div>
</td>
</tr>
<tr>
<td><div class="menu2">Standards Requests<br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ARs&status=5" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>All Requests</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ARs&status=3" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Accepted Requests</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ARs&status=1" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Draft Requests</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=CAC_ASR_Report" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>ASR Status Report</em></a><br>
</div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
<tr>
<td><div class="menu1"><a href="index.cfm?page=Authoring" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Authoring</em></a></div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
<tr>
<td><div class="menu1"><a href="index.cfm?page=administration" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Administration</em></a></div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
<tr>
<td><div class="menu1"><a href="http://cac.web.boeing.com/company/wam_info.htm" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Related Information</em></a></div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
</form>
</table>
<br><img src="images/clear.gif" width="170" height="1" border="0">
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="700">
<tr valign="top"><a name="top">
<td valign="top"><img src="images/header_IS.jpg" width="700" height="77" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="1,2,155,50" href="http://inside2.web.boeing.com/" target="_blank" alt="Inside Boeing" title="Inside Boeing">
<area shape="rect" coords="6,59,89,76" href="http://search.boeing.com/" target="_blank" alt="Search the Boeing Web" title="Search the Boeing Web">
<area shape="rect" coords="420,60,478,76" href="index.cfm" alt="WAM Home Page" title="WAM Home Page">
<area shape="rect" coords="480,60,538,76" href="index.cfm?page=site_search" alt="Smart Search" title="Smart Search">
<area shape="rect" coords="540,59,615,75" href="http://cac.web.boeing.com/company/contact.htm" target="_blank" alt="About Us" title="About Us">
<area shape="rect" coords="617,59,694,75" href="mailto:susan.k.hammer@boeing.com?subject=IT Standards Feedback" target="_blank" alt="Feedback" title="Feedback">
</map>
</td>
</tr>
<tr>
<td>
<script language="JavaScript" type="text/javascript">
function send() {
document.forms[1].submit.click();
}
</script>
<script language="JavaScript" type="text/javascript">
<!--
//Timer refreshes the screen at set interval
sTimer = window.setInterval("send()",3600000);
//-->
</script>
<form name="modify_AR" action="index.cfm?page=modify_ar_complete" method="POST" onsubmit="return _CF_checkmodify_AR(this)">
<input type="Hidden" name="ar_id" value="1460">
<table width="100%">
<tr>
<td class="header" align="center" colspan="3">Modify Architecture & Standards Request (ASR)<br>
</td>
</tr>
<tr>
<td class="td_descript" colspan="2"><b class="required">*</b><b class="required2">Required Field</b></td><td class="td_input"> <img src="images/iboxiconblu.gif" width="13" height="13" title="information" alt="information" border="0" align="absmiddle"> = Mouseover for information
</td>
</tr>
<tr>
<td class="td_descript" nowrap>ASR ID#: </td><td></td><td class="td_input">1460
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Title: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Title of the Architecture Request; this is how the AR will be listed in the database" title="Title of the Architecture Request; this is how the AR will be listed in the database" border="0" align="absmiddle"></td><td class="td_input"><input name="title" id="title" type="text" value="Imaging Device Management Tools (IDMTs)" maxlength="255" size="45" />
</td>
</tr>
<tr>
<td class="td_descript" nowrap>Creator (BEMSID): </td><td></td><td class="td_input">Hale, Gordon<input type="hidden" name="creator" value="83835">
<input type="Hidden" name="modified_by" value="996703">
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Status: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Only edited by Admin; reflects workflow: Draft, Board_Review, Accepted, Declined, Closed" title="Only edited by Admin; reflects workflow: Draft, Board_Review, Accepted, Declined, Closed" border="0" align="absmiddle"></td><td class="td_input"><select name="status">
<option value="">--Select below--</option>
<option value="3">Accepted<option value="6">CAC Review<option value="5">Closed<option value="1">Draft<option value="7" selected>Ready for Disposition<option value="4">Rejected<option value="2">Staff Review</select>
<input type="Hidden" name="status_required" value="Status is a required field.">
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Architecture Component: </td><td></td><td class="td_input"><select name="archcomp">
<option value="">--Select below--</option>
<option value="19">Access Integration Services<option value="12">Application Development Tools<option value="30">Application Services<option value="32">Business Logic Execution Services<option value="11">Business Process Execution Services<option value="34">Business Systems<option value="33">Collaboration Services<option value="46">Create, Acquire & Grow Business<option value="21">Data Integration Services<option value="15">Data Management Services<option value="8">Directory Services<option value="18">Element Management Services<option value="38">Engineering Systems<option value="37">Enterprise Architecture<option value="40">Finance Systems<option value="52">Human Resources and Internal Services<option value="35" selected>Human Resources Systems<option value="39">Imaging Devices<option value="28">Information Integration Infrastructure Services<option value="14">Information Management Services<option value="26">Information Protection Services<option value="31">Information Services<option value="29">Infrastructure Platform<option value="23">Infrastructure Protection Services<option value="47">Integrate Product/Service Definition<option value="25">Integration & Directory Services<option value="53">Internal Services Systems<option value="13">Knowledge Management Services<option value="44">Lead and Manage Business<option value="45">Manage Programs<option value="48">Manage Suppliers<option value="43">Manufacturing & Quality Systems<option value="41">Marketing Systems<option value="5">Network <option value="1">Office Productivity Applications<option value="10">Presentation and Interaction Services<option value="22">Privilege Management Infrastructure<option value="2">Process & Application Integration Services<option value="49">Produce Product<option value="36">Product Lifecycle Management Systems<option value="51">Provide Enabling Infrastructure<option value="9">Security Services <option value="4">Servers <option value="16">Service Delivery Services<option value="17">Service Level & Environment Management Services<option value="3">Storage<option value="42">Supplier Management & Procurement Systems<option value="50">Support Products & Provide Services<option value="7">Systems Management Services<option value="6">User Devices </select>
<input type="Hidden" name="archcomp_required" value="Architecture Component is a required field.">
</td>
</tr>
<tr>
<td class="td_descript">Product Tower or Domain: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Product Group determines product owner and joint sponsor for the ASR/ASB" title="Product Group determines product owner and joint sponsor for the ASR/ASB" border="0" align="absmiddle"></td><td class="td_input"><select name="tower">
<option value="">--Select below--</option>
<option value="21">Business Systems<option value="13">Common Practices and Services<option value="1">Desktop<option value="3">Distributed Server<option value="23">Engineering Systems<option value="22">Enterprise Architecture<option value="2">Enterprise Servers & Storage<option value="14">Finance Systems<option value="19">Human Resource Systems<option value="12">Information Management<option value="15">Internal Services Systems<option value="17">Management Systems<option value="24">Manufacturing & Quality Systems<option value="7">Messaging & Collaboration<option value="4">Network<option value="26" selected>Print, Plot & Scan Services<option value="20">Product Lifecycle Management Systems<option value="11">Production Services - Help Desk<option value="10">Production Services - Operations<option value="5">Professional Services/Integrated Design<option value="9">Security & Directory<option value="18">Supplier Management & Procurement Systems<option value="16">Support Systems<option value="6">Telecommunications<option value="8">Web</select>
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Date Needed: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Date solution/product is needed" title="Date solution/product is needed" border="0" align="absmiddle"></td><td class="td_input"><input name="need_date" id="need_date" type="text" value="02/09/2006" maxlength="10" size="10" /><b class="td_descript">(Format: MM/DD/YYYY)</b>
</td>
</tr>
<tr>
<td class="td_descript">Date Received: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Date the AR was received by the Administrator" title="Date the AR was received by the Administrator" border="0" align="absmiddle"></td><td class="td_input"><input name="date_recvd" id="date_recvd" type="text" value="01/27/2006" maxlength="10" size="10" /></b><b class="td_descript">(Format: MM/DD/YYYY)</b>
</td>
</tr>
<tr>
<td class="td_descript" valign="top"><b class="required">*</b>Situation: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Description of current situation and need" title="Description of current situation and need" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="situation" name="situation" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Target: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Description of expected improvement, desired target" title="Description of expected improvement, desired target" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="target" name="target" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Proposal: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Description of recommended actions; the proposed solution" title="Description of recommended actions; the proposed solution" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="proposal" name="proposal" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Additional Contacts: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Names of technical people who have knowledge of the problem and can help answer questions (e.g., SMEs)" title="Names of technical people who have knowledge of the problem and can help answer questions (e.g., SMEs)" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="contacts" name="contacts" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" nowrap valign="top">Additional<br>Information: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Any information that is pertinent but does not fit in any other field" title="Any information that is pertinent but does not fit in any other field" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="info" name="info" cols="40" rows="6" style="width: 100%"><P>ASBs for specific Imaging Device Management Tools will be a product of this ASR.</P>
<P>ASR <A class="" href="https://vtrssg.web.boeing.com/nw/ggggf3TECHStds/ASRs/ASR_1463_checklist.ppt" target="">Checklist</A></P></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Comments: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Reserved for Administrative use; work-in-progress comments" title="Reserved for Administrative use; work-in-progress comments" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="comments" name="comments" cols="40" rows="6" style="width: 100%"></textarea>
</td>
</tr>
<tr>
<td class="td_descript">Use Software Express or WSRM? </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Indicates whether an export license will be required (Y or N?)" title="Indicates whether an export license will be required (Y or N?)" title="Indicates whether an export license will be required (Y or N?)" border="0" align="absmiddle"></td><td class="td_input">
<input name="export_indicator" id="export_indicator" type="radio" value="0" checked="checked" />No
<input name="export_indicator" id="export_indicator" type="radio" value="1" /> Yes
</td>
</tr>
<input type="Hidden" name="draft_ind" value="0">
<tr>
<td class="buttons" colspan="3"><input type="submit" name="submit" value="Save"> <input type="Reset" value="Reset Form"></td>
</tr>
</table>
</form>
</td>
</tr>
<!--$MINDER-IGNORE$-->
<tr>
<td>
<hr width="100%" align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<div align="center" class="links"><a href="http://inside2.web.boeing.com/" target="_blank">Inside
Boeing</a> |<a href="http://search.boeing.com/" target="_blank"> Boeing
Search</a> | <a href="index.cfm" target="_top">Home</a>
| <a href="http://cac.web.boeing.com/company/contact.htm">About
Us</a> | <a href="mailto:susan.k.hammer@boeing.com?subject=IT Standards Feedback">Feedback</a>
</td>
</tr>
</table>
<hr width="100%" align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="35%" height="17"><div class="td_tier2">Site Owner/Architect: <a href="http://card.web.boeing.com/WebCard.cfm?id=8006" target="_blank">Woody Pidcock</a><br>ASR/ASB Administrator: <a href="http://card.web.boeing.com/WebCard.cfm?id=138514" target="_blank">Susan Hammer</a><br>WAM Developer: <a href="http://card.web.boeing.com/WebCard.cfm?id=996703" target="_blank">Judah Miles</a></div></td>
<td width="33%"><div align="center"><a href="http://cac.web.boeing.com/company/wam_info.htm" target="_blank"><img src="images/wam.jpg" width="75" height="57" border="0"></a> <a href="http://catalog.web.boeing.com/record=b1388798" target="_blank"><img border=0 src="http://authorize.web.boeing.com/images/blumidsize.gif" alt="Authorized web site"></a></div>
</td>
<td width="33%" valign="top"><div align="right" class="links"><a href="http://cac.web.boeing.com/company/database/release_notes/whats_new_in_WAM_615.htm" target="_blank">Version: 6.15</a> 7/13/2006</div><br></div><font color="white">node: 130.247.111.20</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Offline
I don't see you doing the initialization anywhere. See the NewbieGuide http://xinha.python-hosting.com/wiki/NewbieGuide in particular item 2 under "Page Code"
James Sleeman
Offline
Also you are not correctly entizing your data, your page is invalid - http://xinha.python-hosting.com/wiki/Entize
James Sleeman
Offline
James,
Thanks for the hint on entizing, however it didn't make any difference in my results.
Here is my config file:
/*
* File: my_config.js (Xinha configuration file)
* Author: Judah Miles
* Date: 7/25/06
*
* Purpose:
* Providing application level variables and functinality.
*
*Dependencies: None
*
*
*Revisions:
*/
//Set vars
xinha_editors = null;
xinha_init = null;
xinha_config = null;
xinha_plugins = null;
// This contains the names of textareas we will make into Xinha editors
xinha_init = xinha_init ? xinha_init : function()
{
/** STEP 1 ***************************************************************
* First, what are the plugins you will be using in the editors on this
* page. List all the plugins you will need, even if not all the editors
* will use all the plugins.
*
* The list of plugins below is a good starting point, but if you prefer
* a must simpler editor to start with then you can use the following
*
* xinha_plugins = xinha_plugins ? xinha_plugins : [ ];
*
* which will load no extra plugins at all.
************************************************************************/
xinha_plugins = xinha_plugins ? xinha_plugins :
[
'CharacterMap',
'ContextMenu',
'FullScreen',
'ListType',
//'SpellChecker',
'Stylist',
'SuperClean',
'TableOperations'
];
// THIS BIT OF JAVASCRIPT LOADS THE PLUGINS, NO TOUCHING
if(!HTMLArea.loadPlugins(xinha_plugins, xinha_init)) return;
/** STEP 2 ***************************************************************
* Now, what are the names of the textareas you will be turning into
* editors?
************************************************************************/
xinha_editors = xinha_editors ? xinha_editors :
[
'declaration',
'revision_reason',
'situation',
'target',
'proposal',
'contacts',
'info',
'comments'
];
/** STEP 3 ***************************************************************
* We create a default configuration to be used by all the editors.
* If you wish to configure some of the editors differently this will be
* done in step 5.
*
* If you want to modify the default config you might do something like this.
*
* xinha_config = new HTMLArea.Config();
* xinha_config.width = '640px';
* xinha_config.height = '420px';
*
*************************************************************************/
xinha_config = xinha_config ? xinha_config() : new HTMLArea.Config();
/** STEP 4 ***************************************************************
* We first create editors for the textareas.
*
* You can do this in two ways, either
*
* xinha_editors = HTMLArea.makeEditors(xinha_editors, xinha_config, xinha_plugins);
*
* if you want all the editor objects to use the same set of plugins, OR;
*
* xinha_editors = HTMLArea.makeEditors(xinha_editors, xinha_config);
* xinha_editors['myTextArea'].registerPlugins(['Stylist','FullScreen']);
* xinha_editors['anotherOne'].registerPlugins(['CSS','SuperClean']);
*
* if you want to use a different set of plugins for one or more of the
* editors.
************************************************************************/
xinha_editors = HTMLArea.makeEditors(xinha_editors, xinha_config, xinha_plugins);
/** STEP 5 ***************************************************************
* If you want to change the configuration variables of any of the
* editors, this is the place to do that, for example you might want to
* change the width and height of one of the editors, like this...
*
* xinha_editors.myTextArea.config.width = '640px';
* xinha_editors.myTextArea.config.height = '480px';
*
************************************************************************/
/** STEP 6 ***************************************************************
* Finally we "start" the editors, this turns the textareas into
* Xinha editors.
************************************************************************/
HTMLArea.startEditors(xinha_editors);
}
window.onload = xinha_init;
Offline
I am also including my revised results, so you can see I added entizing:
<!--$MINDER-IGNORE$-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="title" content="Information Technology
Standards">
<meta name="subject" content="Web site (format); Boeing
Company; Information technology; Information systems;
Standards; Authorized website; Computing; Applications
software; Computing infrastructure; Computer hardware;
Computing networks; Systems software: Computing Security;
Enterprise architecture; Integration technologies;
Software engineering; Specifications (computing); Systems
management; Information management; Configuration
management; Enterprise Standards; application integration;
application systems">
<meta name="creator" content="996703-Judah Miles">
<meta name="description" content="Computing Standards
Management">
<meta name="owner" content="8006-Woody Pidcock">
<meta name="date" content="2006-01-01">
<meta name="validuntil" content="2007-12-31">
<title>Companywide Computing Architecture and Standards - modify_AR</title>
<link rel="stylesheet" href="wam.css" type="text/css">
<script type="text/javascript">
_editor_url = "/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
</script>
<script type="text/javascript" src="/xinha/htmlarea.js"></script>
<script type="text/javascript" src="/xinha/my_config.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>
<script type="text/javascript">
<!--
function _CF_checkmodify_AR(_CF_this)
{
//reset on submit
_CF_error_exists = false;
_CF_error_messages = new Array();
_CF_error_fields = new Object();
_CF_FirstErrorField = null;
//form element title required check
if( !_CF_hasValue(_CF_this['title'], "TEXT", false ) )
{
_CF_onError(_CF_this, "title", _CF_this['title'].value, "Title is a required field.");
_CF_error_exists = true;
}
//form element archcomp required check
if( !_CF_hasValue(_CF_this['archcomp'], "SELECT", false ) )
{
_CF_onError(_CF_this, "archcomp", _CF_this['archcomp'].value, "Architecture Component is required");
_CF_error_exists = true;
}
//form element need_date required check
if( _CF_hasValue(_CF_this['need_date'], "TEXT", false ) )
{
//form element need_date 'DATE' validation checks
if (!_CF_checkdate(_CF_this['need_date'].value, true))
{
_CF_onError(_CF_this, "need_date", _CF_this['need_date'].value, "Date Needed is a required field. Ensure format and date are valid.");
_CF_error_exists = true;
}
}else {
_CF_onError(_CF_this, "need_date", _CF_this['need_date'].value, "Date Needed is a required field. Ensure format and date are valid.");
_CF_error_exists = true;
}
//form element date_recvd 'DATE' validation checks
if (!_CF_checkdate(_CF_this['date_recvd'].value, false))
{
_CF_onError(_CF_this, "date_recvd", _CF_this['date_recvd'].value, "Ensure format and date are valid.");
_CF_error_exists = true;
}
//display error messages and return success
if( _CF_error_exists )
{
if( _CF_error_messages.length > 0 )
{
// show alert() message
_CF_onErrorAlert(_CF_error_messages);
// set focus to first form error, if the field supports js focus().
if( _CF_this[_CF_FirstErrorField].type == "text" )
{ _CF_this[_CF_FirstErrorField].focus(); }
}
return false;
}else {
return true;
}
}
//-->
</script>
</head>
<body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="170" bgcolor="#696799">
<script language="JavaScript" type="text/javascript"><!--
function noline(obj){
obj.style.textDecoration='none';
}
function line(obj){
obj.style.textDecoration='underline';
}
-->
</script>
<table>
<tr>
<td><div class="menu3"><a href="http://cac.web.boeing.com/company/database/release_notes/whats_new_in_WAM_615.htm" class="noline3" target="_blank"><em>What's New</em></a></div>
</td>
</tr>
<form name="gs" method="GET" action="http://googleweb.cs.boeing.com/search">
<tr valign="top">
<td><div class="menu1">
Text Search:<br>
<input type="text" name="as_q" size="15" maxlength="256" value=""> <input type="Image" name="btnG" value="search" src="images/gobutton.gif" align="absmiddle" alt="Powered by Google" title="Powered by Google">
<input type="hidden" name="client" value="boeing">
<input type="hidden" name="output" value="xml_no_dtd">
<input type="hidden" name="proxystylesheet" value="boeing">
<input type="hidden" name="site" value="boeing">
<input type="hidden" name="sitesearch" value="wam.web.boeing.com"><br>
<div class="menu1"><a href="index.cfm?page=site_search" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Advanced Keyword Search</em></a></div>
<img src="images/separator.gif" width="160" height="28" alt="" border="0">
</div>
</td>
</tr>
<tr>
<td><b class="menu1">Browse</b>
</td>
</tr>
<tr>
<td><div class="menu2">Standards Bulletins<br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ASBs&status=7&type=1" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>All Bulletins</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Product_ASBs" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Products by Function</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Boards" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>By Council/Team</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Taxonomy_Hierarchy2" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>By Taxonomy</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=CAC_ASB_Report" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>ASB Status Report</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=Reports" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Other Reports</em></a><br>
</div>
</td>
</tr>
<tr>
<td><div class="menu2">Standards Requests<br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ARs&status=5" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>All Requests</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ARs&status=3" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Accepted Requests</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=browse_ARs&status=1" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Draft Requests</em></a><br>
<img src="images/arrowhead.gif" width="12" height="12" alt="" border="0" align="absmiddle"> <a href="index.cfm?page=CAC_ASR_Report" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>ASR Status Report</em></a><br>
</div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
<tr>
<td><div class="menu1"><a href="index.cfm?page=Authoring" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Authoring</em></a></div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
<tr>
<td><div class="menu1"><a href="index.cfm?page=administration" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Administration</em></a></div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
<tr>
<td><div class="menu1"><a href="http://cac.web.boeing.com/company/wam_info.htm" class="noline" onmouseover="line(this)" onmouseout="noline(this)"><em>Related Information</em></a></div>
</td>
</tr>
<tr>
<td><img src="images/separator.gif" width="160" height="28" alt="" border="0">
</td>
</tr>
</form>
</table>
<br><img src="images/clear.gif" width="170" height="1" border="0">
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="700">
<tr valign="top"><a name="top">
<td valign="top"><img src="images/header_IS.jpg" width="700" height="77" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="1,2,155,50" href="http://inside2.web.boeing.com/" target="_blank" alt="Inside Boeing" title="Inside Boeing">
<area shape="rect" coords="6,59,89,76" href="http://search.boeing.com/" target="_blank" alt="Search the Boeing Web" title="Search the Boeing Web">
<area shape="rect" coords="420,60,478,76" href="index.cfm" alt="WAM Home Page" title="WAM Home Page">
<area shape="rect" coords="480,60,538,76" href="index.cfm?page=site_search" alt="Smart Search" title="Smart Search">
<area shape="rect" coords="540,59,615,75" href="http://cac.web.boeing.com/company/contact.htm" target="_blank" alt="About Us" title="About Us">
<area shape="rect" coords="617,59,694,75" href="mailto:susan.k.hammer@boeing.com?subject=IT Standards Feedback" target="_blank" alt="Feedback" title="Feedback">
</map>
</td>
</tr>
<tr>
<td>
<script language="JavaScript" type="text/javascript">
function send() {
document.forms[1].submit.click();
}
</script>
<script language="JavaScript" type="text/javascript">
<!--
//Timer refreshes the screen at set interval
sTimer = window.setInterval("send()",3600000);
//-->
</script>
<form name="modify_AR" action="index.cfm?page=modify_ar_complete" method="POST" onsubmit="return _CF_checkmodify_AR(this)">
<input type="Hidden" name="ar_id" value="1460">
<table width="100%">
<tr>
<td class="header" align="center" colspan="3">Modify Architecture & Standards Request (ASR)<br>
</td>
</tr>
<tr>
<td class="td_descript" colspan="2"><b class="required">*</b><b class="required2">Required Field</b></td><td class="td_input"> <img src="images/iboxiconblu.gif" width="13" height="13" title="information" alt="information" border="0" align="absmiddle"> = Mouseover for information
</td>
</tr>
<tr>
<td class="td_descript" nowrap>ASR ID#: </td><td></td><td class="td_input">1460
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Title: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Title of the Architecture Request; this is how the AR will be listed in the database" title="Title of the Architecture Request; this is how the AR will be listed in the database" border="0" align="absmiddle"></td><td class="td_input"><input name="title" id="title" type="text" value="Imaging Device Management Tools (IDMTs)" maxlength="255" size="45" />
</td>
</tr>
<tr>
<td class="td_descript" nowrap>Creator (BEMSID): </td><td></td><td class="td_input">Hale, Gordon<input type="hidden" name="creator" value="83835">
<input type="Hidden" name="modified_by" value="996703">
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Status: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Only edited by Admin; reflects workflow: Draft, Board_Review, Accepted, Declined, Closed" title="Only edited by Admin; reflects workflow: Draft, Board_Review, Accepted, Declined, Closed" border="0" align="absmiddle"></td><td class="td_input"><select name="status">
<option value="">--Select below--</option>
<option value="3">Accepted<option value="6">CAC Review<option value="5">Closed<option value="1">Draft<option value="7" selected>Ready for Disposition<option value="4">Rejected<option value="2">Staff Review</select>
<input type="Hidden" name="status_required" value="Status is a required field.">
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Architecture Component: </td><td></td><td class="td_input"><select name="archcomp">
<option value="">--Select below--</option>
<option value="19">Access Integration Services<option value="12">Application Development Tools<option value="30">Application Services<option value="32">Business Logic Execution Services<option value="11">Business Process Execution Services<option value="34">Business Systems<option value="33">Collaboration Services<option value="46">Create, Acquire & Grow Business<option value="21">Data Integration Services<option value="15">Data Management Services<option value="8">Directory Services<option value="18">Element Management Services<option value="38">Engineering Systems<option value="37">Enterprise Architecture<option value="40">Finance Systems<option value="52">Human Resources and Internal Services<option value="35" selected>Human Resources Systems<option value="39">Imaging Devices<option value="28">Information Integration Infrastructure Services<option value="14">Information Management Services<option value="26">Information Protection Services<option value="31">Information Services<option value="29">Infrastructure Platform<option value="23">Infrastructure Protection Services<option value="47">Integrate Product/Service Definition<option value="25">Integration & Directory Services<option value="53">Internal Services Systems<option value="13">Knowledge Management Services<option value="44">Lead and Manage Business<option value="45">Manage Programs<option value="48">Manage Suppliers<option value="43">Manufacturing & Quality Systems<option value="41">Marketing Systems<option value="5">Network <option value="1">Office Productivity Applications<option value="10">Presentation and Interaction Services<option value="22">Privilege Management Infrastructure<option value="2">Process & Application Integration Services<option value="49">Produce Product<option value="36">Product Lifecycle Management Systems<option value="51">Provide Enabling Infrastructure<option value="9">Security Services <option value="4">Servers <option value="16">Service Delivery Services<option value="17">Service Level & Environment Management Services<option value="3">Storage<option value="42">Supplier Management & Procurement Systems<option value="50">Support Products & Provide Services<option value="7">Systems Management Services<option value="6">User Devices </select>
<input type="Hidden" name="archcomp_required" value="Architecture Component is a required field.">
</td>
</tr>
<tr>
<td class="td_descript">Product Tower or Domain: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Product Group determines product owner and joint sponsor for the ASR/ASB" title="Product Group determines product owner and joint sponsor for the ASR/ASB" border="0" align="absmiddle"></td><td class="td_input"><select name="tower">
<option value="">--Select below--</option>
<option value="21">Business Systems<option value="13">Common Practices and Services<option value="1">Desktop<option value="3">Distributed Server<option value="23">Engineering Systems<option value="22">Enterprise Architecture<option value="2">Enterprise Servers & Storage<option value="14">Finance Systems<option value="19">Human Resource Systems<option value="12">Information Management<option value="15">Internal Services Systems<option value="17">Management Systems<option value="24">Manufacturing & Quality Systems<option value="7">Messaging & Collaboration<option value="4">Network<option value="26" selected>Print, Plot & Scan Services<option value="20">Product Lifecycle Management Systems<option value="11">Production Services - Help Desk<option value="10">Production Services - Operations<option value="5">Professional Services/Integrated Design<option value="9">Security & Directory<option value="18">Supplier Management & Procurement Systems<option value="16">Support Systems<option value="6">Telecommunications<option value="8">Web</select>
</td>
</tr>
<tr>
<td class="td_descript"><b class="required">*</b>Date Needed: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Date solution/product is needed" title="Date solution/product is needed" border="0" align="absmiddle"></td><td class="td_input"><input name="need_date" id="need_date" type="text" value="02/09/2006" maxlength="10" size="10" /><b class="td_descript">(Format: MM/DD/YYYY)</b>
</td>
</tr>
<tr>
<td class="td_descript">Date Received: </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Date the AR was received by the Administrator" title="Date the AR was received by the Administrator" border="0" align="absmiddle"></td><td class="td_input"><input name="date_recvd" id="date_recvd" type="text" value="01/27/2006" maxlength="10" size="10" /></b><b class="td_descript">(Format: MM/DD/YYYY)</b>
</td>
</tr>
<tr>
<td class="td_descript" valign="top"><b class="required">*</b>Situation: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Description of current situation and need" title="Description of current situation and need" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="situation" name="situation" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Target: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Description of expected improvement, desired target" title="Description of expected improvement, desired target" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="target" name="target" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Proposal: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Description of recommended actions; the proposed solution" title="Description of recommended actions; the proposed solution" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="proposal" name="proposal" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Additional Contacts: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Names of technical people who have knowledge of the problem and can help answer questions (e.g., SMEs)" title="Names of technical people who have knowledge of the problem and can help answer questions (e.g., SMEs)" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="contacts" name="contacts" cols="40" rows="6" style="width: 100%"><Long Text></textarea>
</td>
</tr>
<tr>
<td class="td_descript" nowrap valign="top">Additional<br>Information: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Any information that is pertinent but does not fit in any other field" title="Any information that is pertinent but does not fit in any other field" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="info" name="info" cols="40" rows="6" style="width: 100%"><P>ASBs for specific Imaging Device Management Tools will be a product of this ASR.</P>
<P>ASR <A class="" href="https://vtrssg.web.boeing.com/nw/ggggf3TECHStds/ASRs/ASR_1463_checklist.ppt" target="">Checklist</A></P></textarea>
</td>
</tr>
<tr>
<td class="td_descript" valign="top">Comments: </td><td valign="top"><img src="images/iboxiconblu.gif" width="13" height="13" alt="Reserved for Administrative use; work-in-progress comments" title="Reserved for Administrative use; work-in-progress comments" border="0" align="absmiddle"></td><td class="td_input">
<textarea id="comments" name="comments" cols="40" rows="6" style="width: 100%"></textarea>
</td>
</tr>
<tr>
<td class="td_descript">Use Software Express or WSRM? </td><td><img src="images/iboxiconblu.gif" width="13" height="13" alt="Indicates whether an export license will be required (Y or N?)" title="Indicates whether an export license will be required (Y or N?)" title="Indicates whether an export license will be required (Y or N?)" border="0" align="absmiddle"></td><td class="td_input">
<input name="export_indicator" id="export_indicator" type="radio" value="0" checked="checked" />No
<input name="export_indicator" id="export_indicator" type="radio" value="1" /> Yes
</td>
</tr>
<input type="Hidden" name="draft_ind" value="0">
<tr>
<td class="buttons" colspan="3"><input type="submit" name="submit" value="Save"> <input type="Reset" value="Reset Form"></td>
</tr>
</table>
</form>
</td>
</tr>
<!--$MINDER-IGNORE$-->
<tr>
<td>
<hr width="100%" align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<div align="center" class="links"><a href="http://inside2.web.boeing.com/" target="_blank">Inside
Boeing</a> |<a href="http://search.boeing.com/" target="_blank"> Boeing
Search</a> | <a href="index.cfm" target="_top">Home</a>
| <a href="http://cac.web.boeing.com/company/contact.htm">About
Us</a> | <a href="mailto:susan.k.hammer@boeing.com?subject=IT Standards Feedback">Feedback</a>
</td>
</tr>
</table>
<hr width="100%" align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="35%" height="17"><div class="td_tier2">Site Owner/Architect: <a href="http://card.web.boeing.com/WebCard.cfm?id=8006" target="_blank">Woody Pidcock</a><br>ASR/ASB Administrator: <a href="http://card.web.boeing.com/WebCard.cfm?id=138514" target="_blank">Susan Hammer</a><br>WAM Developer: <a href="http://card.web.boeing.com/WebCard.cfm?id=996703" target="_blank">Judah Miles</a></div></td>
<td width="33%"><div align="center"><a href="http://cac.web.boeing.com/company/wam_info.htm" target="_blank"><img src="images/wam.jpg" width="75" height="57" border="0"></a> <a href="http://catalog.web.boeing.com/record=b1388798" target="_blank"><img border=0 src="http://authorize.web.boeing.com/images/blumidsize.gif" alt="Authorized web site"></a></div>
</td>
<td width="33%" valign="top"><div align="right" class="links"><a href="http://cac.web.boeing.com/company/database/release_notes/whats_new_in_WAM_615.htm" target="_blank">Version: 6.15</a> 7/13/2006</div><br></div><font color="white">node: 130.247.111.20</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--$/MINDER-IGNORE$-->
Offline
I don't see anything obviously wrong there, but hard to see the trees for the forest, you should try simplfying things down to a test case. However have you checked that there are no permissions issues to any of the files in Xinha? A good way to tell is the LiveHeaders extention to Firefox, watch it as it loads Xinha and see if there are any problems loading the required files from the server.
James Sleeman
Offline