Hi, I need help for an non-php-problem.

I've a frameset with 2 frames.
There is a TOPframe with the name "topframe"
who contains an input-Field.
      <input type="text" name="txt">
in the form named "mainform".

The BOTTOMframe contains a link.
With the link I have to change the value
of the input field in the TOPframe.
The Javascript command
    parent.topframe.mainform.txt.value=val;
doesn't work in Netscape 6.

Tell me the correct syntax.

Thanx



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to