user control help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i have a user control that has some javascript defined in the HEAD section.
well i'd like to drag my user control onto a page that is using a Master
Page. so, now, where do i put that javascript code?

thanks,
rodchar
 
A UserControl should not have a HEAD section. An HTML document can only have
one HEAD section, and a UserControl is a Control inside the document.

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer

A watched clock never boils.
 
BTW, forgot to mention: JavaScript can be anywhere in an HTML document. Not
necessarily in the head.

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer

A watched clock never boils.
 
Back
Top