Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by pb_

  1. P

    JavaScript just the spelling!

    Thank you! It works! BTW: why does every coder prefer getElemtentsByID instead of getElementsByName? Is there a significant difference?
  2. P

    JavaScript just the spelling!

    Thank you OldMan, but I made a mistake (surely not only one): I cannot use IDs for reference. And yes, I need to use a frameset. PHP won’t work in this case. I have a fullscreen slideshow (10 Pics) and 3 (rating-)buttons A, B, C on frame[0] and a function for each of them var clicksA = 0; var...
  3. P

    JavaScript just the spelling!

    How do I refer/integrate a Javascript-Variable to a Javascript-"Link" like parent.frames[0].document.forms[0].VARIABLE_CLICK.value = 'X'; More details if needed: I need to use a last-century frameset (local server, same origins). frame[1] passes Button-onClick-function (abdamit) data (here: X)...
Back
Top Bottom