This is the one time I use a version of the Admin tool other than the server's version. Open the form with the 6.3 Admin tool (Install it in a different folder than your 6.0 Admin tool). I had to do this exact function to add my jsp code to read a user's IP and machine name when we went to the 6.3 MId-Tier while the server was still 5.1.2. Fred
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of BROTONS Oscar Sent: Tuesday, January 23, 2007 9:10 AM To: [email protected] Subject: Re: Including web source code on Mid-Tier 6.3 ** ** I don't have appearance tab on Form -> Current View -> Properties .. I think the most of my problem is because my remedy server is 6.0 and with mid-tier 6.3 this feature is not compatible. The code I'm adding has as main purpose to merge a remedy form and different static HTML forms. The key is the sentence <jsp:include page="<%=page%>"></jsp:include> and javascrit to map HTML fields on remedy fields. Thank you, Fred. -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W Sent: 23 January 2007 15:35 To: [email protected] Subject: Re: Including web source code on Mid-Tier 6.3 Put all of your code into a .jsp file on the web server. In the Admin tool open the form and do Form -> Current View -> Properties -> the Appearance tab. You have 2 buttons of "Edit Web Header Content" and "Edit Web Footer Content". Put in an HTML include statement like: <SCRIPT src="/arsys/shared/mywebcode.jsp" language="JavaScript"></SCRIPT> This will allow you to add your javascript. What type of additional HTML code are you adding? IF you are changing attrributes of HTML elements do that after the fact by calling javascript functions. Fred ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of BROTONS Oscar Sent: Tuesday, January 23, 2007 5:35 AM To: [email protected] Subject: Re: Including web source code on Mid-Tier 6.3 ** The Mid-Tier server is a Windows XP. I not understand what you mean about the container. With Mid-Tier 6.3 there are not jsp pages for forms, there are generated on demand. -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Cesar Torres Sent: 23 January 2007 12:24 To: [email protected] Subject: Re: Including web source code on Mid-Tier 6.3 ** All the code is in the container in the mid-tier server. What OS are you using on the Server? BROTONS Oscar <[EMAIL PROTECTED]> wrote: ** ** Hello all, I have a form with a web view who includes some extra jsp, javascript and html code in the tab "source" of form definition. With Mid-Tier 6.0, when deploying, a jsp page is generated that includes the extra source defined. But on Mid-Tier 6.3 no jsp pages are generated and the extra code in form is ignored. Some one knows a way to add code to a form with Mid-Tier 6.3? Best Regards. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

