** This is the target link of my iframe. I want to use iframe to embed it in my own webpage. *** www.ebay.comschi.html? _ Nkwgames & amp; _ in_kw1 & amp; _ ex_kw & amp; _ sacat0 & amp; _ udlo & amp; _ udhi & amp; _ ftrt901 & amp; _ ftrv1 & amp; _ sabdlo & amp; _ sabdhi & amp; _ samilow & amp; _ samihi & amp; _ sadis10 & amp; _ fpos & amp html5javascriptphpiframe
This is the target link of my iframe. I want to use iframe to embed it in my webpage.
Http://www.ebay.com/sch/ I .html? _ Nkw = games & _ in_kw = 1 & _ ex_kw = & _ sacat = 0 & _ udlo = & _ udhi = & _ ftrt = 901 & _ ftrv = 1 & _ sabdlo = & _ sabdhi = & _ samilow = & _ samihi = & _ sadis = 10 & _ fpos = & _ fsct = & LH_SALE_CURRENCY = 0 & _ sop = 12 & _ dmd = 1 & _ ipg = 50
At first, use the src link in iframe, which is blank. the error displayed in the console is:
Refused to display 'http: // www.ebay.com/sch/ I .html? _ Nkw = games & _ in_kw = 1 & _ ex_kw = & _ sacat = 0 & _ udlo = &... _ Samihi = & _ sadis = 10 & _ fpos = & _ fsct = & LH_SALE_CURRENCY = 0 & _ sop = 12 & _ dmd = 1 & _ ipg = 50' in a frame because it set 'X-Frame-options' to 'sampleorigin '.
Later, I created a file xx. php. in this file, the echo file_get_content function shows this webpage. the result only shows the search box and the border next to it. The main content in the middle is hidden. how can I solve this problem?