Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: refreshing a web page after selecting an option.

Re: refreshing a web page after selecting an option.

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/12/04
Message-ID: <3486B581.437BFC84@gatwick.geco-prakla.slb.com>#1/1

Mark Wolak wrote:

> Using html generated using Oracle web server...
> is there a way to refresh the page with new data after a
> selection is made from a pick list.

Do you mean to accept the input without pressing a submit button?

If so;

htp.formSelectOpen('sid',cattributes=>'onchange="submit()"');

works well in an application I have written where sid the name of the field to be submitted.

Regards,

Ian Received on Thu Dec 04 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US