navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

frameset problem - more

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> frameset problem - more
Page: [1]
 
wizard_oz

 

Posts: 140
Joined: 9/3/2004
From: Ga,USA
Status: offline

 
frameset problem - more - 4/10/2005 2:12:44   
Hi again,I would like to divide the screen to 3 parts with frames
On the left there is the menu when I click on one of the link , I would like to send request to the main frame and to the 3rd frame I could only send request to the main frame How do I send to the 3rd frame?
		Response.Write "<a href=" & "details.asp?id_detail=" & rs("id_detail") & " target='mainFrame'><IMG SRC='pictures/rightmenu/" & rs("mainfile") & "' width=80 height=122 border='0'></td></tr>"
Spooky

 

Posts: 26603
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: frameset problem - more - 4/10/2005 22:54:00   
This may work for you?


<a href="javascript:Go('doc1.htm','doc2.htm')">update 2</a>

<script language=javascript type="text/javascript">
<!--
function Go(frame1,frame2)
{ parent.FrameName1.location=frame1;
parent.FrameName2.location=frame2;
}
// -->
</script>



_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to wizard_oz)
wizard_oz

 

Posts: 140
Joined: 9/3/2004
From: Ga,USA
Status: offline

 
RE: frameset problem - more - 4/14/2005 15:52:14   
thanks

(in reply to Spooky)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> frameset problem - more
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts