Click here to Skip to main content
16,010,488 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Frames in web-page Pin
Sarvesvara (BVKS) Dasa17-Nov-02 1:53
Sarvesvara (BVKS) Dasa17-Nov-02 1:53 
GeneralRe: Frames in web-page Pin
ian mariano16-Nov-02 9:56
ian mariano16-Nov-02 9:56 
GeneralRe: Frames in web-page Pin
Sarvesvara (BVKS) Dasa17-Nov-02 1:58
Sarvesvara (BVKS) Dasa17-Nov-02 1:58 
GeneralRe: Frames in web-page Pin
Paul Watson17-Nov-02 6:31
sitebuilderPaul Watson17-Nov-02 6:31 
GeneralRe: Frames in web-page Pin
Sarvesvara (BVKS) Dasa19-Nov-02 18:31
Sarvesvara (BVKS) Dasa19-Nov-02 18:31 
GeneralRe: Frames in web-page Pin
ian mariano20-Nov-02 3:22
ian mariano20-Nov-02 3:22 
GeneralRe: Frames in web-page Pin
Paul Watson20-Nov-02 3:39
sitebuilderPaul Watson20-Nov-02 3:39 
GeneralRe: Frames in web-page Pin
Megan Forbes16-Nov-02 2:40
Megan Forbes16-Nov-02 2:40 
Add this

<frame src="left.html" name="leftside" scrolling=no>

to your frame tag. As was said above though, tables are much easier, but I guess this is kind of late advice if you have already finished your page. For next time or upgrade though:

<table><br />
<tr><br />
<br />
<td> I am your left frame</td><br />
<br />
<td> I am your middle frame</td><br />
<br />
<td> I am your right frame</td><br />
<br />
</tr><br />
</table>


As you can see, you can put whatever you like inside this table framework. Other tables, menu's, etc. For an example check out www.lowveldinfo.com[^] - we built it using tables this way.

HTH Smile | :)



I knew it would end badly when I first met Chris in a Canberra alleyway and he said 'try some - it won't hurt you'.....
- Christian Graus on Code Project outages

GeneralRe: Frames in web-page Pin
Sarvesvara (BVKS) Dasa17-Nov-02 1:56
Sarvesvara (BVKS) Dasa17-Nov-02 1:56 
GeneralRe: Frames in web-page Pin
Stephane Rodriguez.17-Nov-02 2:45
Stephane Rodriguez.17-Nov-02 2:45 
GeneralRe: Frames in web-page Pin
Sarvesvara (BVKS) Dasa17-Nov-02 20:10
Sarvesvara (BVKS) Dasa17-Nov-02 20:10 
GeneralAn ODBC Connection in asp to view Crystal Report Pin
BravoTwoZero14-Nov-02 23:03
BravoTwoZero14-Nov-02 23:03 
QuestionShortcut keys in web page? Pin
Niels Flensted-Jensen14-Nov-02 11:37
Niels Flensted-Jensen14-Nov-02 11:37 
AnswerRe: Shortcut keys in web page? Pin
Megan Forbes14-Nov-02 22:13
Megan Forbes14-Nov-02 22:13 
GeneralODBC Connection via ASP Pin
BravoTwoZero14-Nov-02 3:31
BravoTwoZero14-Nov-02 3:31 
GeneralRe: ODBC Connection via ASP Pin
Pyt14-Nov-02 4:10
Pyt14-Nov-02 4:10 
GeneralRe: ODBC Connection via ASP Pin
Pyt14-Nov-02 4:11
Pyt14-Nov-02 4:11 
GeneralRe: ODBC Connection via ASP Pin
BravoTwoZero14-Nov-02 5:17
BravoTwoZero14-Nov-02 5:17 
GeneralMulti table in one page Pin
caonguyen13-Nov-02 23:36
caonguyen13-Nov-02 23:36 
GeneralRe: Multi table in one page Pin
Paul Watson14-Nov-02 9:10
sitebuilderPaul Watson14-Nov-02 9:10 
GeneralRe: Multi table in one page Pin
Brian Delahunty15-Nov-02 3:19
Brian Delahunty15-Nov-02 3:19 
GeneralRe: Multi table in one page Pin
Paul Watson15-Nov-02 3:25
sitebuilderPaul Watson15-Nov-02 3:25 
GeneralRe: Multi table in one page Pin
Brian Delahunty15-Nov-02 3:29
Brian Delahunty15-Nov-02 3:29 
GeneralData exchange with client and IIS5 Pin
johnb12-Nov-02 13:21
johnb12-Nov-02 13:21 
GeneralRe: Data exchange with client and IIS5 Pin
Paul Watson12-Nov-02 21:49
sitebuilderPaul Watson12-Nov-02 21:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.