Author Topic: frames linked to page on another site  (Read 240 times)

backyardhomegardener

  • New Member
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
frames linked to page on another site
« on: February 07, 2012, 03:13:26 PM »
Is it possible to have a frame linked to the sign up page of another site?  Are there a security issues which makes this a bad idea and/or a bad practice? 

ErnieAlex

  • Expert PHP Helper
  • Senior Member
  • *****
  • Posts: 1847
  • Karma: 32
    • View Profile
Re: frames linked to page on another site
« Reply #1 on: February 07, 2012, 09:03:34 PM »
Javascript will not allow cross posting across domains.  PHP can somewhat, but there are problems with it.  HTML allows posting but on some browser pop errors.

What are you actually attempting to do?  You can not load a registration form into a frame because you can not post it, so it is basically useless.  More info please...