PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 1.00 average.

Can I show an external website on the pages of my website

 
 
=?Utf-8?B?QmV2ZXJseS1UZXhhcw==?=
Guest
Posts: n/a
 
      19th Nov 2006
I have a client who rents out a rental property. On one page of the website,
he wants it to be a "live" view of the renters.org calendar URL that shows
what days the property is available and unavailable. I thought we would have
to just link to it externally, have it open in a new window, and then close
that window to return to our site. On another note, I never use frames
(always included content) - Should I create a frames page for that page
(which I'm assuming will allow me to break up that page and bring in external
content) or is there a better way (so that I can avoid frames?)

Thanks!!
Beverly
 
Reply With Quote
 
 
 
 
Jim Cheshire (Jimco Software)
Guest
Posts: n/a
 
      19th Nov 2006
On Sun, 19 Nov 2006 07:46:02 -0800, Beverly-Texas
<(E-Mail Removed)> wrote:

>I have a client who rents out a rental property. On one page of the website,
>he wants it to be a "live" view of the renters.org calendar URL that shows
>what days the property is available and unavailable. I thought we would have
>to just link to it externally, have it open in a new window, and then close
>that window to return to our site. On another note, I never use frames
>(always included content) - Should I create a frames page for that page
>(which I'm assuming will allow me to break up that page and bring in external
>content) or is there a better way (so that I can avoid frames?)
>


Beverly,

I would use one of two approaches:

1. Just link to the page in a new window.
2. Programmatically create an HTTP request and parse the result to
display what you want.

If you use option 2, you'll want to check with the content owner to
get permission (even if it's not required, out of courtesy) and give
them credit on the site.

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com
http://www.jimcobooks.com
-----------------------------------------------
Read our new article on moving from FrontPage
to Expression Web at http://www.jimcobooks.com.

Author:
Special Edition Using Microsoft Expression Web (Releasing soon!)

Book includes a CD with FREE FULL VERSIONS of:
DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
The Logo Creator (www.thelogocreator.com)

 
Reply With Quote
 
=?Utf-8?B?QmV2ZXJseS1UZXhhcw==?=
Guest
Posts: n/a
 
      19th Nov 2006
Thanks Jim - I would prefer not to have the link open in a new window. Can
you explain further # 2 or show me where I can read up more on it? Thanks!

"Jim Cheshire (Jimco Software)" wrote:

> On Sun, 19 Nov 2006 07:46:02 -0800, Beverly-Texas
> <(E-Mail Removed)> wrote:
>
> >I have a client who rents out a rental property. On one page of the website,
> >he wants it to be a "live" view of the renters.org calendar URL that shows
> >what days the property is available and unavailable. I thought we would have
> >to just link to it externally, have it open in a new window, and then close
> >that window to return to our site. On another note, I never use frames
> >(always included content) - Should I create a frames page for that page
> >(which I'm assuming will allow me to break up that page and bring in external
> >content) or is there a better way (so that I can avoid frames?)
> >

>
> Beverly,
>
> I would use one of two approaches:
>
> 1. Just link to the page in a new window.
> 2. Programmatically create an HTTP request and parse the result to
> display what you want.
>
> If you use option 2, you'll want to check with the content owner to
> get permission (even if it's not required, out of courtesy) and give
> them credit on the site.
>
> Jim Cheshire
> Jimco Software and Books
> http://www.jimcosoftware.com
> http://www.jimcobooks.com
> -----------------------------------------------
> Read our new article on moving from FrontPage
> to Expression Web at http://www.jimcobooks.com.
>
> Author:
> Special Edition Using Microsoft Expression Web (Releasing soon!)
>
> Book includes a CD with FREE FULL VERSIONS of:
> DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
> The Logo Creator (www.thelogocreator.com)
>
>

 
Reply With Quote
 
David PurpleBerry ASP PRO
Guest
Posts: n/a
 
      19th Nov 2006
Try this:
<iframe src="[address of other page, location]" height ="[defined by you]",
width="[defined by you]" />

------------------------------------------------------------------------------------------------------------------------
This post is copyrighted © in name of
TextosImaginaveis<http://www11.asphost4free.com/textosimaginaveis>
TextosImaginaveis © 2005-2006

"Beverly-Texas" <(E-Mail Removed)> escreveu na
mensagem news:730F138C-87AD-41F1-924D-(E-Mail Removed)...
> Thanks Jim - I would prefer not to have the link open in a new window.
> Can
> you explain further # 2 or show me where I can read up more on it?
> Thanks!
>
> "Jim Cheshire (Jimco Software)" wrote:
>
>> On Sun, 19 Nov 2006 07:46:02 -0800, Beverly-Texas
>> <(E-Mail Removed)> wrote:
>>
>> >I have a client who rents out a rental property. On one page of the
>> >website,
>> >he wants it to be a "live" view of the renters.org calendar URL that
>> >shows
>> >what days the property is available and unavailable. I thought we would
>> >have
>> >to just link to it externally, have it open in a new window, and then
>> >close
>> >that window to return to our site. On another note, I never use frames
>> >(always included content) - Should I create a frames page for that page
>> >(which I'm assuming will allow me to break up that page and bring in
>> >external
>> >content) or is there a better way (so that I can avoid frames?)
>> >

>>
>> Beverly,
>>
>> I would use one of two approaches:
>>
>> 1. Just link to the page in a new window.
>> 2. Programmatically create an HTTP request and parse the result to
>> display what you want.
>>
>> If you use option 2, you'll want to check with the content owner to
>> get permission (even if it's not required, out of courtesy) and give
>> them credit on the site.
>>
>> Jim Cheshire
>> Jimco Software and Books
>> http://www.jimcosoftware.com
>> http://www.jimcobooks.com
>> -----------------------------------------------
>> Read our new article on moving from FrontPage
>> to Expression Web at http://www.jimcobooks.com.
>>
>> Author:
>> Special Edition Using Microsoft Expression Web (Releasing soon!)
>>
>> Book includes a CD with FREE FULL VERSIONS of:
>> DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
>> The Logo Creator (www.thelogocreator.com)
>>
>>



 
Reply With Quote
 
Jim Cheshire (Jimco Software)
Guest
Posts: n/a
 
      19th Nov 2006
On Sun, 19 Nov 2006 10:44:01 -0800, Beverly-Texas
<(E-Mail Removed)> wrote:

>Thanks Jim - I would prefer not to have the link open in a new window. Can
>you explain further # 2 or show me where I can read up more on it? Thanks!
>


Well, it explains on what technology you want to use. For example, you
could use ASP.NET and create a new HttpWebRequest. The response would
be the HTML code from the request which you could then parse using
Regular Expressions to get the info you need.

Keep in mind that this isn't a trivial thing and will require
programming. The Microsoft Developer Network (msdn.microsoft.com) is
the best resource for more information.

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com
http://www.jimcobooks.com
-----------------------------------------------
Read our new article on moving from FrontPage
to Expression Web at http://www.jimcobooks.com.

Author:
Special Edition Using Microsoft Expression Web (Releasing soon!)

Book includes a CD with FREE FULL VERSIONS of:
DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
The Logo Creator (www.thelogocreator.com)

 
Reply With Quote
 
Jim Cheshire (Jimco Software)
Guest
Posts: n/a
 
      19th Nov 2006
On Sun, 19 Nov 2006 13:12:20 -0600, "Jim Cheshire (Jimco Software)"
<(E-Mail Removed)> wrote:

>On Sun, 19 Nov 2006 10:44:01 -0800, Beverly-Texas
><(E-Mail Removed)> wrote:
>
>>Thanks Jim - I would prefer not to have the link open in a new window. Can
>>you explain further # 2 or show me where I can read up more on it? Thanks!
>>

>


Bev,

I realize that my previous responses were a bit nebulous, so I did
some searching and turned up a pretty good article on the topic that
might help you to at least decide if this is the route you want to go:

http://aspnet.4guysfromrolla.com/articles/122204-1.aspx

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com
http://www.jimcobooks.com
-----------------------------------------------
Read our new article on moving from FrontPage
to Expression Web at http://www.jimcobooks.com.

Author:
Special Edition Using Microsoft Expression Web

Book includes a CD with FREE FULL VERSIONS of:
DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
The Logo Creator (www.thelogocreator.com)

Pre-order now at http://www.jimcobooks.com

 
Reply With Quote
 
Jim Cheshire (Jimco Software)
Guest
Posts: n/a
 
      19th Nov 2006
On Sun, 19 Nov 2006 19:11:42 -0000, "David PurpleBerry ASP PRO"
<(E-Mail Removed)> wrote:

>Try this:
><iframe src="[address of other page, location]" height ="[defined by you]",
>width="[defined by you]" />
>


Considering the fact that the OP said she wanted to avoid frames, I
don't think that will suffice.

Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com
http://www.jimcobooks.com
-----------------------------------------------
Read our new article on moving from FrontPage
to Expression Web at http://www.jimcobooks.com.

Author:
Special Edition Using Microsoft Expression Web

Book includes a CD with FREE FULL VERSIONS of:
DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
The Logo Creator (www.thelogocreator.com)

Pre-order now at http://www.jimcobooks.com

 
Reply With Quote
 
=?Utf-8?B?QmV2ZXJseS1UZXhhcw==?=
Guest
Posts: n/a
 
      20th Nov 2006
Thanks Jim. I am a bit apprehensive about this approach because I don't know
a thing about ASP. I read through the link you provided but very honestly, a
lot of it is way above my head. I think I'm going to try to keep this very
simple and give the frames approach a quick try and if it's not working for
me, just link to it externally. Thanks for your help!

"Jim Cheshire (Jimco Software)" wrote:

> On Sun, 19 Nov 2006 13:12:20 -0600, "Jim Cheshire (Jimco Software)"
> <(E-Mail Removed)> wrote:
>
> >On Sun, 19 Nov 2006 10:44:01 -0800, Beverly-Texas
> ><(E-Mail Removed)> wrote:
> >
> >>Thanks Jim - I would prefer not to have the link open in a new window. Can
> >>you explain further # 2 or show me where I can read up more on it? Thanks!
> >>

> >

>
> Bev,
>
> I realize that my previous responses were a bit nebulous, so I did
> some searching and turned up a pretty good article on the topic that
> might help you to at least decide if this is the route you want to go:
>
> http://aspnet.4guysfromrolla.com/articles/122204-1.aspx
>
> Jim Cheshire
> Jimco Software and Books
> http://www.jimcosoftware.com
> http://www.jimcobooks.com
> -----------------------------------------------
> Read our new article on moving from FrontPage
> to Expression Web at http://www.jimcobooks.com.
>
> Author:
> Special Edition Using Microsoft Expression Web
>
> Book includes a CD with FREE FULL VERSIONS of:
> DHTML Menu Builder LITE Edition (www.dhtmlmenubuilder.com)
> The Logo Creator (www.thelogocreator.com)
>
> Pre-order now at http://www.jimcobooks.com
>
>

 
Reply With Quote
 
 
 
Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
show all website pages in same inline frame colinsmi Microsoft Frontpage 2 16th Apr 2010 06:38 AM
are Publisher website pages and Frontpage website pages interchan. =?Utf-8?B?Ymx1ZXNreWVjYXQ=?= Microsoft Frontpage 3 7th Sep 2007 12:23 PM
How to show a website page, not website address, on a PPT slide? zencaroline Microsoft Powerpoint 1 17th Jul 2007 08:20 AM
Free website templates, website tools & website articles webguruaish@gmail.com Microsoft Frontpage 1 27th Apr 2007 12:01 PM
External website same name as AD Mark Anyon Microsoft Windows 2000 DNS 3 8th Dec 2003 05:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:15 PM.