W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 2002

Form and frames without java

From: Stefano Zanelli <stezane@tin.it>
Date: Sun, 14 Apr 2002 15:59:35 +0000
To: www-amaya@w3.org
Message-ID: <GED3CB9AA7C@stezane%tin.it>
 Ciao  All!

I know this is not the correct list, but I hope you will be patient.
Of course I'ld like to receive the replies via e-mail.

The below site has two frames.
Well I'ld like to put a form in the left one and the result of the go button
must be displayed on the right frame.
Some friends of mine told me it's impossible to do it without java.

These are pieces of involved code

============= From here =========================================

In index.html there is the frame definition:

<frameset cols="20%, 80%">
 <frame name="colonna" src="colonna.html" scrolling="no">
 <frame name="pagina" src="firstpage.html" scrolling="yes">
<noframes>
<body>
</body>
</noframes>
</frameset>

In colonna.html the form definition:
[...]
<table border="0" cellspacing="0" cellpadding="0" summary="choices"
align="left">
  <tbody>
    [...]
     <td>
      <form method="get" name="others">
       <select name="choices">
        <option value="">&nbsp;&nbsp;Altro&nbsp;&nbsp;</option>
        <option value="mailto:stezane@tin.it">Scrivici</option>
        <option value="./2000-2001/archivio-foto.html">Le foto</option>
        <option value="./2000-2001/buonumore.html">Relax</option>
        <option value="polish.html">Polisportiva</option>
        <option value="sezione.html">Sezione</option>
        <option value="./2000-2001/volley.html">a.s.00-01</option>
        <option value="./2000-2001/as1999_2000.html">a.s.99-00</option>
        <option value="./2000-2001/link.html">Link</option>
       </select>
       <input type="button"
        onclick="location.href = document.others.choices
        [document.others.choices.selectedIndex].value;"
        value="go" name="" />
    </form>
    </td>

I'ld like the result will be in the frame-name="pagina"


=== To here ===


Thank you again for your patience.

Ciao.  Stefano             - wmw -
       http://members.xoom.it/stz/
Received on Sunday, 14 April 2002 11:27:49 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:37 UTC