Javascript Problems with Tabstrip

E

Elmo Watson

Scenario:
One tab has main Customer information (name, address, etc)
another tab has Billing info (same types of data, different field names

in order to make the billing info panel/tab visible, naturally, I make the
the other tab(s) INvisible.

I have a button that asks if all info can just be copied from the main Cust
info fields to the Billing info fields

HOWEVER - the only way I can seem to do this, is with an ASP.Net solution,
including postback. I tried to create a Javascript solution
(document.form1.txtBLNGCustName.value=document.form1.txtCustName.value;)
but it doesn't work - -
When the Billing info tab is visible - and the Cust info data is invisible -
apparently, Javascript can't see the fields in that section - - - - the
errors tell me the textboxes are null or not available.

Doe anyone know of a way to get around this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top