RE: [Htmlparser-user] Change in Layout
Brought to you by:
derrickoswald
From: <dha...@or...> - 2002-08-12 04:44:58
|
=A0 I am not sure I fully understand. The other teams are creating HTML with their own look and feel. You are converting it to a JSP. Naturally the alignment would have changes by your additions itself. Now, if the original HTML is preserved in functionality but not in exact layout as it arrived, I did not understand how that causes a problem in your other teams. Are they reading your jsp file through some program ?=20 [Udani, Dhaval H.]=A0 I convert it into a JSP=A0by adding JSP code which does not alter the layout at all.=A0The HTML code I am adding is more on the line of some script functions, some event-handler code etc.The presentation is not touched with. In fact this is the primary requirement of this tool that the layout of the orginal HTML page should not be altered. =A0 For example, I decide that before <HTML> I want to put in some JSP code. Another instance is that after <HEAD> I want to add some <SCRIPT> code. =A0 Yet another instance would be that for <INPUT> tag I want to add the ONFOCUS event-handler=A0but if it already exists I want to only append to it. =A0 In this manner my tool never changes the presentation of the HTML page just adds some scripting and JSP code. =A0 I hope I have made my point clearer. =A0 Regards, Dhaval |