Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

How to link 2 subforms from 2 forms

flsd
Posts: 32
Joined: Tue Jul 03, 2012 6:50 pm

Re: How to link 2 subforms from 2 forms

Unread post by flsd »

Steven,

By adding the following code for each button

Code: Select all

document.getElementById('object1').onclick = 'disable';
document.getElementById('object1').ondblclick = 'disable';
evreythig works fine

Thank you
flsd
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: How to link 2 subforms from 2 forms

Unread post by admin »

Cool!
Locked