The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Opening a Page within a Page, Placing a URL to view on my site
AngieB
post Feb 11 2021, 02:41 AM
Post #1





Group: Members
Posts: 1
Joined: 11-February 21
Member No.: 27,790



I may have the terminology wrong--which is why I can't find it. I am hoping to have a page (a URL from SurveyMonkey.com) open and live on my webpage. Recommendations?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
The_webmaster
post Feb 11 2021, 03:35 AM
Post #2


Member
***

Group: Members
Posts: 40
Joined: 5-February 21
Member No.: 27,773



You can do that with iframe, just use the code below.
CODE
<iframe width="100%" height="100%" border="0" scrolling="no" style="overflow:hidden;" src="THE_URL_HERE"></iframe>
You must add "http://" or "https://" to the website url. You can also set the width and height to your choice
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
The_webmaster
post Feb 11 2021, 04:49 AM
Post #3


Member
***

Group: Members
Posts: 40
Joined: 5-February 21
Member No.: 27,773



But note that some website dose not allow their page to be load on a frame. You will see an error message when you load such website on a frame
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 01:06 AM