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:
javascriptarent.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.
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:
javascriptarent.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.