Hi
If I have several scripts in the same web page, do I need to enclose each script in the opening tag <SCRIPT LANGUAGE="JavaScript"> and closing </script> tag or can I just block all the scripts within the one pair of tags?
If so, is their some advantage in so doing - like faster execution of the code. I remember seeing somewhere an article that said 'every time the browser comes across script it has to break off from processing html and so all scripts should be kept together.' Is this correct?
David
If I have several scripts in the same web page, do I need to enclose each script in the opening tag <SCRIPT LANGUAGE="JavaScript"> and closing </script> tag or can I just block all the scripts within the one pair of tags?
If so, is their some advantage in so doing - like faster execution of the code. I remember seeing somewhere an article that said 'every time the browser comes across script it has to break off from processing html and so all scripts should be kept together.' Is this correct?
David