Hoi Andreas, Yes, I did put it in MYPUB/resources/javascript.
The URL: http://localhost:8888/MYPUB/resources/javascript/myfunction.js yields: 404: Page not found The requested document does not exist The requested document '' with document-id '' does not exist. Sorry! Regards, Gerard >>> [EMAIL PROTECTED] 08/11/2007 16:45 >>> Hi Geert, Geert Verhaag schrieb: > Thanks for the link to the resources. By the way I use Lenya 1.2! Okay, > I've put the following basic > function into MYPUB/resources/javascript: I assume you put it in the file resources/javascript/myscript.js? Did you try to access this file in the browser? -- Andreas > > function myfunction() > { > var tekst= 'Hello!'; > document.write(tekst); > } > > The link <a href="javascript:myfunction();">Test</a> doesn't seem to > work however, at least it doesn't show me the word Hello! > > The error console of FireFox, the browser I prefer to use, contains the > message: myfunction is not defined! > > Regards, > Gerard > >>>> [EMAIL PROTECTED] 08/11/2007 13:22 >>> > On Thu, 2007-11-08 at 13:10 +0100, Geert Verhaag wrote: >> Dear Lenya'rs, >> >> I'm struggling with calling an external Javascript from within the >> xhtml2xhtml.xsl file. >> >> The following is a new match I've added to it: >> >> <xsl:template match="xhtml:[EMAIL PROTECTED] = 'abstract']"> >> <p> >> <script language="javascript" type="text/javascript" >> src="myscript.js"/> >> <a href="javascript:myscript(myargument);">Abstract</a></p> >> </xsl:template> >> >> I'd like to actually run the script when clicking the Abstract link > on >> the final html page. >> >> At what location has the script to reside within the directory of my >> publication? > > http://lenya.apache.org/docs/1_2_x/components/layout/static-resources.html > > > HTH > > salu2 > >> Can anybody give me a hint on this, please? Thanks! >> >> Regards, >> Gerard >> >> >> ========================================== >> >> Dit bericht is uitsluitend bestemd voor de geadresseerde. >> Het bericht kan vertrouwelijke informatie bevatten. >> Als u dit bericht per abuis hebt ontvangen, wordt u >> verzocht onmiddellijk de afzender te informeren. Ook >> verzoeken wij u het bericht te vernietigen en de inhoud >> niet onder derden te verspreiden of te gebruiken. >> >> This message is intended exclusively for the addressee. >> It may contain information that is confidential. >> If you are not the intended recipient, we request that >> you notify the sender immediately. In that case, we >> also request that you destroy the message and that >> you neither use the contents nor disclose them in any >> manner to third parties. >> ========================================== >> >> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ========================================== Dit bericht is uitsluitend bestemd voor de geadresseerde. Het bericht kan vertrouwelijke informatie bevatten. Als u dit bericht per abuis hebt ontvangen, wordt u verzocht onmiddellijk de afzender te informeren. Ook verzoeken wij u het bericht te vernietigen en de inhoud niet onder derden te verspreiden of te gebruiken. This message is intended exclusively for the addressee. It may contain information that is confidential. If you are not the intended recipient, we request that you notify the sender immediately. In that case, we also request that you destroy the message and that you neither use the contents nor disclose them in any manner to third parties. ========================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
