Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
divide web page to 3 parts?
Old 04-13-2010, 09:10 AM divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
Hi,
how i can divide my web page to 3 parts each parts call different url in .net
Thanks
EngAhmad is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-13-2010, 09:34 AM Re: divide web page to 3 parts?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Highlight the code/text for page 2

Press CTRL+X
CTRL+N to create a new page.
CTRL+V to paste the code/text
File -> Save...
Give the page a name -> Press enter

repeat with the code/text for page3

File - Save ... the original page.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-13-2010, 12:05 PM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
the three pages will apear in the same web page browser not 3 pages with diffrent name....three page will be under one page name and same web page....
THANKS
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-13-2010, 12:15 PM Re: divide web page to 3 parts?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Then you are going to explain EXACTLY what you mean.

OR
does this,
Quote:
divide my web page to 3 parts each parts call different url in .net
and this,
Quote:
.three page will be under one page name and same web page
Mean you want to use server side includes?????
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-13-2010, 01:20 PM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
divide my web page to 3 parts each parts call different url using .net:
i need to call url and this url will open web page browser and in this page will open three parts url1 and url2 and url3...
Thanks
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-13-2010, 01:27 PM Re: divide web page to 3 parts?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I have no idea what you are asking!

do you have an example?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-13-2010, 01:40 PM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
How i can send to u print screen for my design?
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-13-2010, 01:52 PM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-13-2010, 03:16 PM Re: divide web page to 3 parts?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Nothing to do with .net programming that's just HTML frames
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-14-2010, 01:32 AM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
Thanks chrishirst
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-14-2010, 01:44 AM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
but there is a problem
this code give me other design
<html>
<frameset cols ="50%,50%" rows="50%,*">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
<frame src="frame_c.htm" />
</frameset>
</html>
i need the above design like my picture\
Thanks
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-14-2010, 02:59 AM Re: divide web page to 3 parts?
Super Spam Talker

Posts: 921
Name: Web lover
Location: In hell with angels
Trades: 0
this should be like this..
<html>
<frameset rows="50%,50%">
<frameset cols="45%,55%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
<frame src="frame_c.htm" />
</frameset>
</html>

hope this will help..
__________________
Hosting Reviews:
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE

Hosting Coupons:
Please login or register to view this content. Registration is FREE
@ $3.95 / mo
weblover50 is offline
Reply With Quote
View Public Profile Visit weblover50's homepage!
 
Old 04-14-2010, 03:29 PM Re: divide web page to 3 parts?
Experienced Talker

Posts: 37
Name: ahmad
Trades: 0
Thanks all i find my code now:
<html>
<frameset rows="50%,50%">
<frameset cols="45%,55%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
</frameset>
<frame src="frame_c.htm" />
</frameset>
</html>
but how i can do colored border for my web page?
EngAhmad is offline
Reply With Quote
View Public Profile
 
Old 04-14-2010, 03:59 PM Re: divide web page to 3 parts?
Super Talker

Posts: 144
Trades: 0
each page in your frameset is a separate page, you can do whatever you like with it using css
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
AHelpingHand is offline
Reply With Quote
View Public Profile
 
Old 04-14-2010, 06:18 PM Re: divide web page to 3 parts?
Madman340's Avatar
Web Designer

Posts: 571
Name: Jared
Location: Florida
Trades: 1
In order to change the border color, just use...

Code:
bordercolor="#0000FF"
within the frame parameters.


This is all fairly basic HTML, so I'd recommend learning more about HTML over at www.w3schools.com.
__________________

Please login or register to view this content. Registration is FREE
for cheap hosting solutions.
Use the coupon code "SINGLECENT" to pay just a single cent for the first month!

Last edited by Madman340; 04-14-2010 at 06:20 PM..
Madman340 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to divide web page to 3 parts?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.51049 seconds with 12 queries