Re: [Htmlparser-user] Change in Layout
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-08-12 04:47:24
|
Hi Dhaval, I convert it into a JSP by adding JSP code which does not alter the layout at all. The 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. 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. Yet another instance would be that for <INPUT> tag I want to add the ONFOCUS event-handler but if it already exists I want to only append to it. =20 I understand - but by saying *HTML page should not be altered* , I am = assuming you mean that the elements should be the same functionally - = which is the case. Why should end of line characters make a difference, = because all the tags come in the same order as you'd expect. Regards, Somik |