• 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: Javascript onLoad

Javascript onLoad 13 years 2 months ago #16450

Hello,

I'm trying to set the focus on the first input field (=Nachname) in my form (name/id=nyform). I managed to get this with a body onLoad script (onLoad="document.nyform.Nachname.focus()") in the index.php

I want to include this now in the CSS and Javascript section of RSformpro but I can't get it work.

<script type="text/javascript">
window.addEvent('load', function() {
nyform.Nachname.focus();
});
</script>

Please can anybody give me a hint for that. My Javascript coding knowledge is very limited

Thanks

Thosi
The administrator has disabled public write access.

Javascript onLoad 12 years 2 months ago #21493

Hi Thosi,

did you find a solution for this problem? I want to do the same.

kind regards,
René
The administrator has disabled public write access.

Javascript onLoad 12 years 2 months ago #21512

  • mithcd
  • mithcd's Avatar
  • OFFLINE
  • Banned
  • Posts: 38
Hi Thomas, any luck on this issue so far?
First, solve the problem. Then, write the code.
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!