Hi, This is not technically a Java3D question, but Im stuck so forgive me... I have a couple of JSP/HTML books and I can't find a way of achieving this; basically I have a webpage that embeds a VRML file like so
<EMBED SRC="/VRML/stair.WRL" TYPE="model/vrml" WIDTH="300" HEIGHT="300" VRML_SPLASHSCREEN="TRUE" VRML_DASHBOARD="TRUE" VRML_BACKGROUND_COLOR="#0066CC" CONTEXTMENU="TRUE"> This works fine, the problem is that I now have a servlet that dynamically generates the VRML file to be displayed, so I need a way of inserting this variable into the EMBED header, how do I do this? If it can't be done with JSP etc then how about a JavaScript solution? Anyway, ive tried a few things and Im out of ideas Cheers PS, the current JSP property finder; <jsp:useBean id="vrmlFileFinder" type="legato.VRMLBean" scope="request" /> <jsp:getProperty name="vrmlFileFinder" property="fileName" /> ******************************************** Ben Logan - Graduate Software Engineer RCID Stephenson Building Newcastle Upon Tyne NE1 7RU www.rcid.ncl.ac.uk ******************************************** =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".