Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-24-2010, 01:41 AM   PM User | #1
AAngel
New Coder

 
Join Date: Mar 2010
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
AAngel is an unknown quantity at this point
Question Using a tier frame and a jquery nagavation

okay, i am new back into websites, i am creating for a church ministry a 3 tier frame , on the left frame i want to use a nagivation menu called

script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js,

i got this fro dynamic drive, the issue i am having is i got it to pull in page to the right frame, but when i hit the say home button i cant find the place to make the left frame not pull in dynamic drive page on left frame , i know i sound blonde, lol, i have a pre set up hidden while i am working this with no right pages loaded to pull in but the source can be viewed at nbtweb.org/index1.html, help me someone teach me , as i said i am old school, and if God did not interveine i would not have taken on programing again LOLOL please someone help me
AAngel is offline   Reply With Quote
Old 03-24-2010, 03:27 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,687
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
You really need to ask one specific question at a time and show us the code that is relevant to your question.
__________________
Fumigator is offline   Reply With Quote
Old 03-25-2010, 11:15 AM   PM User | #3
Spudhead
Senior Coder

 
Spudhead's Avatar
 
Join Date: Jun 2002
Location: London, UK
Posts: 1,856
Thanks: 8
Thanked 110 Times in 109 Posts
Spudhead is on a distinguished road
Ok, if I understand you right, you have two problems:

1. The navigation is pulling in pages from Dynamic Drive, not the pages you want to link to.
2. It's loading them into the navigation frame, not the main one.


Have a look at the source of this page:

http://www.nbtweb.org/left2.html

See you've got stuff like:
Code:
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Mission Statement</a></li>
That's where you put your links. And to get the link to open in the correct frame (on your site, the main frame is called "right"), you set its target.

So, for example, if you had a page called "mission_statement.html" that you wanted to load from that navigation link, you'd change the code above to read:

Code:
<li><a href="mission_statement.html" target="right">Mission Statement</a></li>
Make sense?
Spudhead is offline   Reply With Quote
Users who have thanked Spudhead for this post:
AAngel (03-26-2010)
Old 03-26-2010, 09:41 PM   PM User | #4
AAngel
New Coder

 
Join Date: Mar 2010
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
AAngel is an unknown quantity at this point
Question

Quote:
Originally Posted by Spudhead View Post
Ok, if I understand you right, you have two problems:

1. The navigation is pulling in pages from Dynamic Drive, not the pages you want to link to.
2. It's loading them into the navigation frame, not the main one.


Have a look at the source of this page:

http://www.nbtweb.org/left2.html

See you've got stuff like:
Code:
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Mission Statement</a></li>


That's where you put your links. And to get the link to open in the correct frame (on your site, the main frame is called "right"), you set its target.

So, for example, if you had a page called "mission_statement.html" that you wanted to load from that navigation link, you'd change the code above to read:

Code:
<li><a href="mission_statement.html" target="right">Mission Statement</a></li>
Make sense?
I got cha on that part, with doing that, on the menu will it stop from pulling the left away and going to dynamic drive, will the left maintain the left frame in place? I really thank you for the help here, i am doing this one free, as i beleive in the ministry they do what awesome things for those that have nothing, so i will be paid by God
AAngel is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


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

Forum Jump


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


Advertisement
Log in to turn off these ads.