billybonds

msg:592584 | 10:51 pm on Oct 30, 2003 (gmt 0) |
sorry - ignore this. I found the answer in another post....
|
DrDoc

msg:592585 | 10:53 pm on Oct 30, 2003 (gmt 0) |
The script stops working? Which browser? The correct way of invoking JavaScript is: <script type="text/javascript"> document.write("this is an example"); </script>
|
MWpro

msg:592586 | 10:54 pm on Oct 30, 2003 (gmt 0) |
I'm not sure if you need the language attribute... I think it is only required in the head section for functions (could be wrong.) You have: type="test/javascript"> Make it: type="text/javascript">
|
DrDoc

msg:592587 | 10:59 pm on Oct 30, 2003 (gmt 0) |
Actually, the language attribute is not required at all, and has become deprecated.
|
MonkeeSage

msg:592588 | 11:04 pm on Oct 30, 2003 (gmt 0) |
The language attribute is an IE relic to distinguish JScript from VBScript before inline typing was supported, IIRC. Jordan
|
billybonds

msg:592589 | 11:07 pm on Oct 30, 2003 (gmt 0) |
thanks for all your advice... sorry i should have read on more before posting. now if I can just refer you to my new post above.....! thanks jim
|
|