NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Gregg Matteson on April 10, 2008, 07:46:46 AM

Title: Issues with deployed app
Post by: Gregg Matteson on April 10, 2008, 07:46:46 AM
Using 4.30 / C6 PE 9056 / Selfservice and Winevent

Home page is static with login button calling login inside app. using Firebug, console tab shows 5 errors when login page comes up in browser.

bodyONLoad is not defined

Rico is not defined

SetDefaultButton is not defined

Rico is not defined

bodyOnLoad is not defined

Note that static pages have been removed

Also css is not being read IOW login page is not formatted by css.

Not sure where to start.

Title: Re: Issues with deployed app
Post by: Bruce on April 13, 2008, 11:48:29 PM
Hi Gregg,

I'd start by checking 2 things;

a) the web folder obviously needs to be in the right place, and working. All the JS and CSS is in there, so if it was missing you'd get this effect.

b) You mention that the home page is a static page. So make sure all the necessary NetWebServer special bits are in there.
specifically;
1) the first line and
2) the bit inside the <head> section.

Cheers
Bruce