S
Scott M.
You can include script tags in the HEAD as well as the BODY of a web page
and since your user control will wind up being placed inside another's
document's BODY tags, you're all set to just write them.
The only reason (and it is a good one) that script tags are usually placed
in the head section is so that they can be loaded before everything else.
As long as the scripts you'll be referencing don't get caught up in that,
you can just place them in your div tag.
-Scott
and since your user control will wind up being placed inside another's
document's BODY tags, you're all set to just write them.
The only reason (and it is a good one) that script tags are usually placed
in the head section is so that they can be loaded before everything else.
As long as the scripts you'll be referencing don't get caught up in that,
you can just place them in your div tag.
-Scott