Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I've searched threads and tested various code but have been unsuccessful.
Here's a link to the page I want to embed an iframe on: https://inlinetestsite.weebly.com/candidate-login.html
Here's my iframe code:
<iframe frameborder="0" scrolling="no"src="http://inlinereferencecheck.com/app/prod/login.php" width="100%" height="990"></iframe>
TIA for your help, Weebly Community!
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 Best Answer
NJRFTF
10-23-2017
01:07 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Best Answer
Try this - the url should be secure so change http to https...
<iframe frameborder="0" scrolling="no"src="https://inlinereferencecheck.com/app/prod/login.php" width="100%" height="990"></iframe>
and then you should get this...
2 REPLIES 2
NJRFTF
10-23-2017
01:07 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Best Answer
Try this - the url should be secure so change http to https...
<iframe frameborder="0" scrolling="no"src="https://inlinereferencecheck.com/app/prod/login.php" width="100%" height="990"></iframe>
and then you should get this...
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Amazing, thank you so much!