Forum Moderators: open

Message Too Old, No Replies

NN4.x not support inner joins?

It works everywhere else

         

dickbaker

11:15 pm on Apr 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've been working away at a site and just had a chance to check a new page on a variety of browsers. The page uses an inner join on two tables to insert the company name, address, city and phone number at the bottom of the page, taking those four fields from table A, while all the other data is from table B.

It shows just fine in all browsers except NN4.7.

I can simply instruct users to put their company name, etc into one of the text boxes, or I can try to fix the SQL statement.

Or does NN4.x not support inner joins?

Thanks for any replies.

defanjos

11:37 pm on Apr 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The SQL statement is done server side, so it has nothing to do with NN4.7. Your problem is most likely in the rendered HTML, or maybe some CSS is not compatible.

dickbaker

11:56 pm on Apr 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Duh! Thanks for waking me up, defanjos.

Looking at the source code in NN4.7, the company name and so on is all there. I have it enclosed in tags like <p class=myCSSstyleBold>company name</p> On other pages where I use the bold CSS style, it's set up as <p><span class=myCCSstyleBold>words</span>< /p>.

I'll give it a try in the morning. Been a very long day.

Thanks again.