Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Text after 2 tables actually appears between 2 tables !

Reply
Thread Tools

Text after 2 tables actually appears between 2 tables !

 
 
Peter Bassett
Guest
Posts: n/a
 
      08-15-2003
My webpage displays 2 tables that list my high school class's in-state and
out-of-state alumni - it's at
http://www.solotraveller.com/wwhs1981/wherewelive.html

I have 2 arrays - alums in-state and alums out-of-state.

I have a function to lay out a table, given an array.

I call this function twice - with the in-state array, then with the out-of-
state array. I expect these 2 tables to appear sequentially.

Then I have a mailto: tag for people to notify me when they move. This is
supposed to go at the very bottom of the page, after the 2 tables.

BUT, the HTML renders as Table 1, then the mailto: (!!!!), then finally
Table 2!

Unfortunately I can't see the actual HTML when I View Source, so I'm hoping
the group can help me find the error of my ways. I am pretty sure I have
closed out the <TABLE> tag, etc.


Thanks!
Pete
 
Reply With Quote
 
 
 
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      08-15-2003
Peter Bassett pounced upon this pigeonhole and pronounced:
> My webpage displays 2 tables that list my high school class's in-state and
> out-of-state alumni - it's at
> http://www.solotraveller.com/wwhs1981/wherewelive.html


I get a blank white page.


> I have 2 arrays - alums in-state and alums out-of-state.
>
> I have a function to lay out a table, given an array.
>
> I call this function twice - with the in-state array, then with the out-of-
> state array. I expect these 2 tables to appear sequentially.
>
> Then I have a mailto: tag for people to notify me when they move. This is
> supposed to go at the very bottom of the page, after the 2 tables.
>
> BUT, the HTML renders as Table 1, then the mailto: (!!!!), then finally
> Table 2!
>
> Unfortunately I can't see the actual HTML when I View Source, so I'm hoping
> the group can help me find the error of my ways. I am pretty sure I have
> closed out the <TABLE> tag, etc.


Oh. View source... the whole page is JavaScript. Sorry, my browser
doesn't do JavaScript... Someone else might have an answer.

--
-bts
-This space intentionally left blank.
 
Reply With Quote
 
 
 
 
Steven
Guest
Posts: n/a
 
      08-15-2003
Peter Bassett wrote:
> My webpage displays 2 tables that list my high school class's
> in-state and out-of-state alumni - it's at
> http://www.solotraveller.com/wwhs1981/wherewelive.html
>
> I have 2 arrays - alums in-state and alums out-of-state.
>
> I have a function to lay out a table, given an array.
>
> I call this function twice - with the in-state array, then with the
> out-of- state array. I expect these 2 tables to appear sequentially.
>
> Then I have a mailto: tag for people to notify me when they move.
> This is supposed to go at the very bottom of the page, after the 2
> tables.
>
> BUT, the HTML renders as Table 1, then the mailto: (!!!!), then
> finally Table 2!
>
> Unfortunately I can't see the actual HTML when I View Source, so I'm
> hoping the group can help me find the error of my ways. I am pretty
> sure I have closed out the <TABLE> tag, etc.
>
>
> Thanks!
> Pete



Mozilla shows the link at the bottom of the page (Internet Exploder
doesn't).
Ditch IE and go for Mozilla.
BTW, the page loaded/rendered awfully slowly under both Mozilla and IE (> 1
minute).

Steven


 
Reply With Quote
 
Augustus
Guest
Posts: n/a
 
      08-15-2003

"Peter Bassett" <> wrote in message
news:Xns93D87D4125DF1pbassett2223comcastn@216.148. 227.77...
> My webpage displays 2 tables that list my high school class's in-state and
> out-of-state alumni - it's at
> http://www.solotraveller.com/wwhs1981/wherewelive.html
>
> I have 2 arrays - alums in-state and alums out-of-state.
>
> I have a function to lay out a table, given an array.
>
> I call this function twice - with the in-state array, then with the

out-of-
> state array. I expect these 2 tables to appear sequentially.
>
> Then I have a mailto: tag for people to notify me when they move. This is
> supposed to go at the very bottom of the page, after the 2 tables.
>
> BUT, the HTML renders as Table 1, then the mailto: (!!!!), then finally
> Table 2!
>
> Unfortunately I can't see the actual HTML when I View Source, so I'm

hoping
> the group can help me find the error of my ways. I am pretty sure I have
> closed out the <TABLE> tag, etc.


The 5th to last line of your page is:

document.write("</table")

it should be:

document.write("</table>")



 
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
What appears to be a 1080p TV, may actually not be a 1080p TV zipdisk@clearxxxx.net.nz NZ Computing 0 06-09-2006 12:01 AM
please explain clearly what actually happens after i click on COMPILE srikanth C Programming 5 02-28-2006 01:29 PM
Wireless appears to be connected..but doesn't actually send/receiv =?Utf-8?B?c3Nha2h0YXIwMF8=?= Wireless Networking 6 02-22-2006 07:01 AM
WinXP Welcome screen appears after installing VS .Net 2K3 Grahammer ASP .Net 0 11-08-2003 05:38 PM
closing parent after pop up appears sramruttun ASP .Net 6 08-07-2003 12:54 PM



Advertisments