I need the vbscript code of doing that
My code is :
<script language="VB" runat="server">
function loadFrames(frame1,page1)
eval("parent+"."+frame1+".location='"+page1+"'");
end function
</script>
But this code is giving me error likr eval is not defined.
am i missing somthing here?
Thanks for any help you may give me
</script>
"Curt_C [MVP]" wrote:
> MaryA wrote:
> > how can i using vbscript in a web form application create link from frame1 to
> > frame2
> >
>
> you'll have to do it from client.
> target=frame2
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
>