|
 |
asp_databases thread: adding data in main menu by using a child window.
Message #1 by omkarj@h... on Mon, 18 Feb 2002 06:39:34
|
|
hi,
i have created a form having a drop down menu,
I have also given the option to insert a new entry in to the drop down by
opening a new window,
the user inserts value in to the text box and submits , that value goes to
the data base.
but for getting that new value in to the main form , required to refresh
the page manualy.
is there any i can refresh or reload the page once the user submits the
new value
pls help me..
Message #2 by Veerendra Kumar <bveerendrakumar@y...> on Mon, 18 Feb 2002 02:19:41 -0800 (PST)
|
|
--0-2137134740-1014027581=:55876
Content-Type: text/plain; charset=us-ascii
hi,
Use recset.refresh method after u save the record to the database.What I mean to say is
recset.update
recset.refresh
or if u write any procedure to refresh the record call that procedure after u save the record.
I hope this solution helps u.
regards
veerendra kumar
omkarj@h... wrote: hi,
i have created a form having a drop down menu,
I have also given the option to insert a new entry in to the drop down by
opening a new window,
the user inserts value in to the text box and submits , that value goes to
the data base.
but for getting that new value in to the main form , required to refresh
the page manualy.
is there any i can refresh or reload the page once the user submits the
new value
pls help me..
---------------------------------
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
Message #3 by Greg Griffiths <greg.griffiths@g...> on Tue, 19 Feb 2002 19:16:03 +0000
|
|
You may be able to use Javascript to update the list on the fly.
At 06:39 18/02/02 +0000, you wrote:
>hi,
>
>i have created a form having a drop down menu,
>
>I have also given the option to insert a new entry in to the drop down by
>opening a new window,
>
>the user inserts value in to the text box and submits , that value goes to
>the data base.
>
>but for getting that new value in to the main form , required to refresh
>the page manualy.
>
>is there any i can refresh or reload the page once the user submits the
>new value
>
>pls help me..
>
>
>
>
|
|
 |