PC Review


Reply
Thread Tools Rate Thread

Changing frames dynamicly

 
 
=?Utf-8?B?TWFyeUE=?=
Guest
Posts: n/a
 
      8th Aug 2005
how can i using vbscript in a web form application create link from frame1 to
frame2

 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      8th Aug 2005
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
 
Reply With Quote
 
=?Utf-8?B?TWFyeUE=?=
Guest
Posts: n/a
 
      9th Aug 2005

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
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frames..Changing multiple frames using one link 116 Microsoft Frontpage 0 28th Mar 2009 06:40 PM
Changing Frames in Themes Templates =?Utf-8?B?dHJla2d1eTE=?= Microsoft Frontpage 3 17th Sep 2005 09:53 AM
Frames keep changing size =?Utf-8?B?VHlsZXI=?= Microsoft Frontpage 2 10th Aug 2004 11:57 AM
Restoring VIEWSTATE for dynamicly changing PageTemplates muesliflakes Microsoft C# .NET 1 29th Mar 2004 12:39 AM
one link changing two frames headware Microsoft ADO .NET 0 3rd Jul 2003 09:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:35 PM.