Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums 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: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: How to link 2 subforms from 2 forms

Unread post by admin »

Cool!
Locked