• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: more than one text field

more than one text field 12 years 7 months ago #14751

  • stavroc
  • stavroc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Go Out
  • Posts: 15
How can I type the script for more than one text fields?

I type the
<script type="text/javascript">
function rsCopyText()
{
if(document.getElementById('check0').checked)
document.getElementById('field2').value = document.getElementById('field1').value;
document.getElementById('field4').value = document.getElementById('field3').value;
 
else
document.getElementById('field2').value = '';
document.getElementById('field4').value = '';
}
</script>

but it doesn't work
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!