Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > General Support Issues

Notices

General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below.

Reply
 
LinkBack Thread Tools
  #1  
Old 06-26-2005, 07:02 AM
Private
 
Join Date: Jun 2005
Posts: 1
Exclamation frames and targets

Hi.
I was wondering if there was anyway I could make links, which when clicked on, only part of the page changes.

Example: I have navigation buttons set up on the left side of the page: home, players.. etc. To the right of the navigation buttons is the body of the page where I want to change. So if "home" is clicked on, I only want that body part to change and display what i want "home" to display. Then when "players" is clicked, I want what was displayed for "Home" to only change to what "players" should display. How do i do that?

Hope you understand what I'm asking.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 06-26-2005, 09:04 AM
Pablo's Avatar
Moderator
 
Join Date: May 2005
Posts: 509
Default

You can't (visually) create frames with BlueVoda, but of course you can create the pages to which the framesstructure is refering to, for example:

Create this frameset in notepad (or any other text editor) and call it pages.html:

<HTML>
<FRAMESET COLS="100,300">
<FRAME SRC="page1.hml" NAME="page1">
<FRAME SRC="page2.hml" NAME="page2">
</FRAMESET>
</HTML>

Create page1 and page2 with BlueVoda, where page1 is the page with your navigationbar and page2 is the target frame. Make sure you specify 'page2' as the target of your links.

Upload the 3 files to the web server and when you call pages.html you'll have frames!
__________________
Forum Moderator
BlueVoda Specialist
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 09-08-2005, 04:11 PM
paulb's Avatar
Master Sergeant
 
Join Date: Aug 2005
Location: UK
Posts: 68
Default

Hi,

Should it be html in the code??

Paul


Quote:
Originally Posted by Pablo
You can't (visually) create frames with BlueVoda, but of course you can create the pages to which the framesstructure is refering to, for example:

Create this frameset in notepad (or any other text editor) and call it pages.html:

<HTML>
<FRAMESET COLS="100,300">
<FRAME SRC="page1.hml" NAME="page1">
<FRAME SRC="page2.hml" NAME="page2">
</FRAMESET>
</HTML>

Create page1 and page2 with BlueVoda, where page1 is the page with your navigationbar and page2 is the target frame. Make sure you specify 'page2' as the target of your links.

Upload the 3 files to the web server and when you call pages.html you'll have frames!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 09-08-2005, 04:26 PM
paulb's Avatar
Master Sergeant
 
Join Date: Aug 2005
Location: UK
Posts: 68
Default

Think I have done something wrong. Loaded up ok and the frames are in place but the left frame where the menu is changes but the right hand page does not.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On


All times are GMT +1. The time now is 05:37 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176