Question
How to insert a javascript in the WebTopBar ?
If I insert in the WebTopBar.txt
<script language="javascript" type="text/javascript" src="http://<myURL>/header.js"></script>
then this is simply displayed, rather then executed. How can I have the javascript be executed ?
Environment
--
TonTLam - 10 Mar 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Make sure that tags do not span multiple lines, e.g.:
<tag1
with="parameter">
does not work, but:
<tag1 with="parameter">
does.
--
PeterThoeny - 10 Mar 2006
This was exactly the reason. Thanks.
--
TonTLam - 15 Mar 2006
Topic revision: r3 - 2006-03-15
- TonTLam