NetTalk Central

Author Topic: JavaScript for form tabs does not work  (Read 2084 times)

hkalmbach

  • Jr. Member
  • **
  • Posts: 80
    • View Profile
    • Email
JavaScript for form tabs does not work
« on: June 24, 2016, 03:49:21 AM »
Hello,

I have to WebServer apps which partly use the same browses and forms. These procedures are defined in a dll which is linked to both WebServer exe.
One form has four tabs. Calling it from one server its display correct. and also works (Save,...).
Called from the other server the content of the tabs is display not in tabs but under the tab before. So one the page you see no tabs, on top the content of the first tab, below the content of the second and so on... At the same time the Save button of the form does not work.
I have the same web folder, the same scripts are activated in the webServer extensions.

Does someone has an idea?

Thanks
Heinz

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: JavaScript for form tabs does not work
« Reply #1 on: June 26, 2016, 11:54:16 PM »
check the firebug console to see if any errors are reported there on the one that does not work.

cheers
Bruce