Re: Witango-Talk: Help needed

2010-01-04 Thread Roland Dumas
FWIW: avoid iframes. I just went through that exercise. Each version of MSIE regards iframe a little differently, sometimes defaulting to disallowing them. Better to use DIVs that have absolute positioning On Jan 2, 2010, at 1:19 PM, d...@dss-db.com wrote: D, Thanks but I don't need any help

RE: Witango-Talk: Deleting empty Rows in Array

2010-01-04 Thread WebDude
Okay, the problem is I need blanks in the middle. In other words, if I have... 1; 2; 3; 4; ; 5; 6; ; ; ; I would need the array to end up like this... 1; 2; 3; 4; ; 5; 6; ??? http://cipromo.com/ _ From: Ben Johansen [mailto:b...@webspinr.com] Sent: Wednesday, December

RE: Witango-Talk: Deleting empty Rows in Array

2010-01-04 Thread Robert Shubert
Probably the best way to do that is in a while loop - check to see if @RIGHT numchars=2 = ; and cut them off if it does - and loop until it doesn't Robert _ From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, January 04, 2010 3:16 PM To: witango-talk@witango.com Subject: