Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\siteweb\webform\use_example\guide_form.jsp
<%-- ****************************************************************************** * Copyright (c) 2000-2009 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * * This is a sample page to show how to integrate web form. * * --%> <!DOCTYPE HTML PUBLIC "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <%@page session="true"%> <% // Build a form url that looks like // <edeal app server>/<edeal app>/web_form.fl?event=<an event code>&utk=<a person utk> // the utk and the event should be passed as parameter of your web site request String utk = request.getParameter("utk"); String evtcode = request.getParameter("event"); String formurl="http://127.0.0.1:8080/Head/web_form.fl?f=1"; formurl+=(evtcode!=null)?"&event="+evtcode:""; formurl+=(utk!=null)?"&utk="+utk:""; %> <html> <head> <title>Web Form Display Page</title> <script type="text/javascript"> </script> <style type="text/css"> </style> </head> <body> <div id="#cachet" style="border:2px bold green;width:30px;"></div> <div id="#logo" style="border:2px bold green;width:30px;"> Fédération internationale des logis <br/> Questionnaire guide 2015 </div> <div id="#notice" style="border:2px bold green;width:30px;"> à retourner impérativement à votre Association Logis AVANT LE 2 Juillet 2016 DERNIER DELAI</div> Votre questionnaire ici: <iframe align="center" id="quest" name="quest" src="<%=formurl%>" frameborder="1" scrolling="yes" width="800px" height="600px' allowtransparency="true" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" rightmargin="0" bottommargin="0"> Votre navigateur ne supporte pas les iframes </iframe> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de