hey guys,
i have been searching around... and it seems that the below code is
good for a SINGLE PAGE.
<BODY BGCOLOR=white onMouseOver="wi ndow.status=' something ';return
true">
but... i have TONS of pages, and instead of going to each page and
adding this code, i was wondering if the above code could be done in a
javascript that i can put in my HEAD... such as <SCRIPT> ....</SCRIPT>
in my hundreds of pages, I have them pointing to one page that has a
list of scripts.... and would like to add that script here.
i have been searching around... and it seems that the below code is
good for a SINGLE PAGE.
<BODY BGCOLOR=white onMouseOver="wi ndow.status=' something ';return
true">
but... i have TONS of pages, and instead of going to each page and
adding this code, i was wondering if the above code could be done in a
javascript that i can put in my HEAD... such as <SCRIPT> ....</SCRIPT>
in my hundreds of pages, I have them pointing to one page that has a
list of scripts.... and would like to add that script here.
Comment