2 issues in Builing Custom Controls

E

Evan Camilleri

::1::
I need to add properties to the <body> tag of the main form in which this
control resides, so that it finally reads:

<BODY onload="controlfunc()">

or if the parent has already something in the onload:

<BODY onload="parentfunc();controlfunc()">

::2::
I need to add some 'HTML' between the body and the form tags, so that it
finally reads:

<BODY onload="LoadDiv()">
<OBJECT id="dlgHelper" height="0px" width="0px"
classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" VIEWASTEXT></OBJECT>
<form id="Form1" method="post" runat="server">

Since if I put this <object> inside the form tag, it does not work!

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top