Hi,
I need to embed an external login script to a site that once logged in will display the external content inside the Drupal page... the Drupal site becomes a face to the external content. The code needed to insert is below which instead of leaving the site to go to the external page when logged in must stay within the Drupal template.
It is possible to embed the login script into an existing web page on your site, rather than using the template page.
To achieve this:
Step 1 - Create a form tag, with an action that points at the secure login URL, like so;
Step 2 - Add the following inputs inside your form:
I have searched through the drupal site and cannot seem to find an answer as yet... any ideas most appreciated!!
thanks
Comments
.
You can use
<iframe> </iframe>into content of your page to open external url in drupal page.thanks for that... do you
thanks for that... do you know of any repercussions with search engines disregarding the site if it has frames?