Click here to Skip to main content
15,909,953 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Forcing Page To Stay In ASP Pin
Bassam Abdul-Baki30-Nov-04 2:40
professionalBassam Abdul-Baki30-Nov-04 2:40 
GeneralUndo In Javascrip Pin
Hemant Mane26-Nov-04 3:19
Hemant Mane26-Nov-04 3:19 
GeneralProblem with ASP.NET Postback and Mac Enter/Return key Pin
Paul Ingles24-Nov-04 6:38
Paul Ingles24-Nov-04 6:38 
GeneralRe: Problem with ASP.NET Postback and Mac Enter/Return key Pin
Paul Ingles24-Nov-04 23:54
Paul Ingles24-Nov-04 23:54 
General.net power tools Pin
colin mcadam24-Nov-04 5:14
colin mcadam24-Nov-04 5:14 
GeneralDon't work in Netvigator Pin
davilism24-Nov-04 0:23
davilism24-Nov-04 0:23 
GeneralRe: Don't work in Netvigator Pin
davilism24-Nov-04 0:25
davilism24-Nov-04 0:25 
QuestionDHTML to add a <BR> after a dynamically created html table? Pin
Bart-Man23-Nov-04 11:04
Bart-Man23-Nov-04 11:04 
Greetings,

I was wondering how to add a line break <BR> after a table using DHTML.
I am creating this html table dynamically using DHTML from javascript, and adding it to the document, but
I am not sure how I can add a line break after it?

Example:
var mybody=destinationWindow.document.getElementsByTagName("body").item(0); // Get the doc body.
...
...

// Create the table, and modify the table.
mytable = destinationWindow.document.createElement("TABLE");
...
...

// Add the table to the body
mybody.appendChild(mytable);

// Add a line break, before I create another table?
<BR></BR>

// Create next table.
...
...


Thanks in advance for any suggestions!

AnswerRe: DHTML to add a &lt;BR&gt; after a dynamically created html table? Pin
Bart-Man29-Nov-04 4:22
Bart-Man29-Nov-04 4:22 
GeneralHelp in ASP Pin
Marwa Bahaa23-Nov-04 10:08
Marwa Bahaa23-Nov-04 10:08 
GeneralRe: Help in ASP Pin
sam683ir28-Nov-04 19:10
sam683ir28-Nov-04 19:10 
GeneralHandle IIS 5.0 Pin
pmasknguyen22-Nov-04 15:58
pmasknguyen22-Nov-04 15:58 
GeneralRe: Handle IIS 5.0 Pin
Gerald Schwab22-Nov-04 16:25
Gerald Schwab22-Nov-04 16:25 
GeneralRe: Handle IIS 5.0 Pin
Roger Wright23-Nov-04 3:28
professionalRoger Wright23-Nov-04 3:28 
GeneralASP development help Pin
Its due when22-Nov-04 11:23
Its due when22-Nov-04 11:23 
GeneralRe: ASP development help Pin
John Parker23-Nov-04 5:34
John Parker23-Nov-04 5:34 
Questionsize? Pin
rgoyal21-Nov-04 23:28
rgoyal21-Nov-04 23:28 
AnswerRe: size? Pin
john3parker22-Nov-04 5:16
john3parker22-Nov-04 5:16 
GeneralRe: size? Pin
Anonymous24-Nov-04 1:01
Anonymous24-Nov-04 1:01 
GeneralCalendar control, with scroll on year basis Pin
gP_t_gr821-Nov-04 19:28
gP_t_gr821-Nov-04 19:28 
GeneralRe: Calendar control, with scroll on year basis Pin
John Parker23-Nov-04 5:46
John Parker23-Nov-04 5:46 
GeneralArray of Enumeration values deserialization problem Pin
john3parker21-Nov-04 18:43
john3parker21-Nov-04 18:43 
Questionhow to create text boxes dinamically in javascript??? Pin
gP_t_gr819-Nov-04 22:19
gP_t_gr819-Nov-04 22:19 
AnswerRe: how to create text boxes dinamically in javascript??? Pin
Om Prakash Pant19-Nov-04 23:24
Om Prakash Pant19-Nov-04 23:24 
QuestionHow to call &quot;Send page by email&quot; in javascript? Pin
davilism19-Nov-04 5:06
davilism19-Nov-04 5:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.