Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > 2 issues in Builing Custom Controls

Reply
Thread Tools

2 issues in Builing Custom Controls

 
 
Evan Camilleri
Guest
Posts: n/a
 
      12-07-2004
::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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Builing Python 2.6 on AIX 5.2 brasse Python 6 10-07-2008 10:40 AM
Builing a navigateurl string programatically. Mufasa ASP .Net 2 11-26-2007 06:08 PM
databound custom controls vs composite databound custom controls rodchar ASP .Net 0 11-26-2007 03:51 PM
To OP re builing a website ellis_jay Computer Support 3 09-08-2007 11:44 AM
Builing a Midi-Player Markus Gronotte HTML 1 07-31-2004 10:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57