preview htmlb page
Von: simona (simonacarmeli@yahoo.it) [Profil]
Datum: 17.07.2008 12:37
Message-ID: <b47f9196-87bc-46e0-b7fb-936810a35c2a@d1g2000hsg.googlegroups.com>
Newsgroup: de.alt.comp.sap-r3
Datum: 17.07.2008 12:37
Message-ID: <b47f9196-87bc-46e0-b7fb-936810a35c2a@d1g2000hsg.googlegroups.com>
Newsgroup: de.alt.comp.sap-r3
Someone can tell me how to get a preview of htmlb code? I have tested with Internet Explorer, but it is not. The result of <%@ taglib uri="tagLib" prefix="hbj" %> <hbj:form id="myFormId" method="post" target="_blank" encodingType="multipart/form-data" action="/htmlb/servlet/com.sap.htmlb.test.MyTestJsp1Test" > This form submits to a new web client window <br> because of 'target=_blank'.<br><br> <hbj:label id="label_InputName" required="TRUE" text="label per la casella di testo" design="LABEL" labelFor="InputName" visible="true" /> <hbj:inputField id="myInputField1" type="String" invalid="false" width="310" value="After editing press <Enter> to submit" visible="true" disabled="false" required="true" maxlength="30" size="50" > </hbj:inputField> <br><br> <hbj:button id="oKbutton" text="OK" onClick="onOKClick" design="EMPHASIZED" width="100" > <% myFormId.setDefaultButton(oKbutton); %> </hbj:button> <hbj:button id="Infobutton" text="Info" onClick="onInfoClick" width="100" /> <hbj:button id="Cancelbutton" text="Cancel" onClick="onCanClick" width="100" /> </hbj:form> is: ########################################### This form submits to a new web client window because of 'target=_blank'. ########################################## Thank you[ Auf dieses Posting antworten ]
