Den Fri, 14 Feb 2003 20:41:54 -0200 skrev Edson Carlos Ericksson Richter: > Hi! > > After some hours hacking WebDBM in my linux box I get this stuff running > fine. > > Just change DBMWizard.htm lines adding escape funcion as lines bellow: > > > s = "Event=CONFIG_PARAM&Action=EDIT&Name=" + name + "&Back=\"" + > escape(backurl) + "\""; > > > ... and ... > > > s = "Event=CONFIG_DEVSPACE&Action=INIT&Name=" + name + "&Back=\"" + > escape(backurl) + "\"";
Nice! This only fixed the installation wizard though, the same bug exists when editing the params in the WebDBM proper. Should be easy to fix now that you've identified th eproblem though. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
