NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Gregg Matteson on June 10, 2009, 03:57:31 AM

Title: Menu issue using 4.32
Post by: Gregg Matteson on June 10, 2009, 03:57:31 AM
app goes from login to index page where main menu is contained.
This app was created with 4.31 , I deleted the index page and rebuilt it.
Now when navigating to another page and then back to index page, the menu item shows twice, but only when returning from another page.

Latest web folder is where it should be.

Any suggestions would be appreciated.

Regards,

Gregg Matteson
Title: Re: Menu issue using 4.32
Post by: Bruce on June 10, 2009, 08:59:59 AM
What menu style are you using?
Can you perhaps post an example app here?

Cheers
Bruce
Title: Re: Menu issue using 4.32
Post by: Gregg Matteson on June 10, 2009, 11:17:40 AM
menu style doesn't seem to matter. it happens on all styles.

As this app is local only at the moment, will send you an ip address and leave it running so you can get into it when you are in the office.
Title: Re: Menu issue using 4.32
Post by: Bruce on June 10, 2009, 10:02:36 PM
When I run it here I see an extra "http header" appear in the window.
This means that some embed code you have on the window is wrong.
It is either in the wrong place, or you are sending HTML "out of turn".

A common reason for this is using a netwebsource procedure when you want a source procedure (see "share knowledge" forum).
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=1010.0

Another is because you're making an explicit call to SendMessage or something like that.

Or perhaps you are embedding one NetWebPage in another NetWebPage.

I can't say for sure without seeing the app - but if you comment out your embed code a bit at a time you'll probably find the culprit.

Title: Re: Menu issue using 4.32
Post by: Gregg Matteson on June 11, 2009, 01:56:14 AM
Bruce,

Thanks for looking at it. I'll check all of these things and report back here exactly what it was.

Thanks for your time,


Gregg Matteson