Refreshing Loading Frame from ASP .NET

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

I am sure this is simple, but I cannot find it.

I have a frameset with two frames. The top frame is a form to be
filled out. The bottom frame is the resultset. In the top frame when
I hit submit, it calls the submit function in my vb .net. What I also
want to happen is for the bottom frame to reload or refresh. With
JavaScript, one could do:

javascript:parent.frames(1).reload();

but I cannot figure out where to put this, or if this is correct to
use in the .net pages. I had it in the submit button's onclick, but
it doesn't work. ASP .NET just keeps complaining about javascript not
being a member.

Any help is appreciated. Thanks.
 
Back
Top