** 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. __20060125_______________________This posting was submitted with HTML in it___ ********************************************************************************************** As of 9 May 2006, the new OHIM Website address will be www.oami.europa.eu. We would like to make you aware that this change to the Website address will also affect OHIM e-mail addresses. Therefore, as of the same date, [EMAIL PROTECTED] will become [EMAIL PROTECTED] Please remember to update your OHIM contact addresses. IMPORTANT: This message is intended exclusively for information purposes. It cannot be considered as an official OHIM communication concerning procedures laid down in the Community Trade Mark Regulations and Designs Regulations. It is therefore not legally binding on the OHIM for the purpose of those procedures. The information contained in this message and attachments is intended solely for the attention and use of the named addressee and may be confidential. If you are not the intended recipient, you are reminded that the information remains the property of the sender. You must not use, disclose, distribute, copy, print or rely on this e-mail. If you have received this message in error, please contact the sender immediately and irrevocably delete or destroy this message and any copies. ********************************************************************************************** _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

