NetTalk Central

Author Topic: Problem with form in IE8  (Read 3297 times)

oeb

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
Problem with form in IE8
« on: February 04, 2014, 12:42:05 AM »
I have a form with some radio controls etc. to set up a filter for a browse on the same form. There is also a refresh button. The refresh button resets the browse and "Send new value to server" is ticked. This works fine on the latest Chrome, Firefox and IE, but IE8 (the latest version supported on Windows XP) does not seem to trigger the [data-do="server"] javascript - nothing happens (no line in the server log). Other standard buttons work fine.
--------------------
Ole

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Problem with form in IE8
« Reply #1 on: February 04, 2014, 08:31:18 PM »
perhaps post a small example that shows the effect, and I'll see if it's fixable.
What NetTalk build are you using?

cheers
Bruce

oeb

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
Re: Problem with form in IE8
« Reply #2 on: February 05, 2014, 04:40:05 AM »
This is NetTalk 7.34. I attempted to re-create the problem with example 21, but the refresh button worked fine there. It turns out that the problem is triggered by including a form (containing two other forms with some display fields) on the same form as the button. It doesn't matter if the form is on another tab. If I place the form below the button (in the form fields list) it works fine, but if I put it above it does not.

I suppose I should not really attempt to "design" the layout using multiple forms, but rather update my CSS knowledge and use DIV to place things where I want them.
« Last Edit: February 05, 2014, 05:53:36 AM by oeb »
--------------------
Ole

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Problem with form in IE8
« Reply #3 on: February 05, 2014, 09:15:12 AM »
You can't include one form inside another form - that's not allowed.

oeb

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
Re: Problem with form in IE8
« Reply #4 on: February 06, 2014, 12:46:46 AM »
That explains it then  :)
--------------------
Ole