Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6953515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:29:23+00:00 2026-05-27T14:29:23+00:00

I have a some code here and I with this code render external page

  • 0

I have a some code here and I with this code render external page (similar to iframe) but I got a source code. But when I start my code all is good but one window is showing there and I can’t to close his to see contents. Here is the code:
Code:

<?php

$url = 'http://www.kupime.com/';

$data = file_get_contents($url);

$data = '<head><base href='.$url.' target="_blank" /></head>'.$data;

echo $data;

?>

and this generate a good HTML page but to close window I need also to get all scripts with this bookmarklet

javascript: (function(){
    s = document.getElementsByTagName('SCRIPT');
    tx = '';
    sr = [];
    for (i = 0; i < s.length; i++) {
        with (s.item(i)) {
            t = text;
            if (t) {
                tx += t;
            }
            else {
                sr.push(src)
            };
                    }
    };
    with (window.open()) {
        document.write('<textarea%20id="t">' + (sr.join("\n")) + "\n\n-----\n\n" + tx + '</textarea><script%20src="http://jsbeautifier.org/beautify.js"></script><script>with(document.getElementById("t")){value=js_beautify(value);with(style){width="99%";height="99%";borderStyle="none";}};</script>');
        document.close();
    }
})();

But how can I implement this in my code above? Here is the demo of first (only php code) http://www.pluspon.com/get1.php or maybe to do this with some wget?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:29:24+00:00Added an answer on May 27, 2026 at 2:29 pm

    hack way : if you just want to get rid of the window, you just need to add css that hide that window element.

    <style>
    #home_banner_campaign_wrapper,#active_banner_wrap {display:none;}
    </style>
    

    by, umm..perhaps like this :

    <?php
    
    $url = 'http://www.kupime.com/';
    
    $data = file_get_contents($url);
    
    $style = '<style>#home_banner_campaign_wrapper,#active_banner_wrap {display:none;}</style>';
    
    //insert the style just before the closing head tag
    $data = str_replace('</head>', $style.'</head>', $data);
    $data = '<head><base href='.$url.' target="_blank" /></head>'.$data;
    
    echo $data;
    ?>
    

    well pardon me if this way is too stupid..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a some code here and I with this code render external page
Here's my problem - I have some code like this: <mx:Canvas width=300 height=300> <mx:Button
I have some code here which works perfectly in firefox but not in chrome
I have some html code that look like this sample here : <html> <body>
We have some old C code here that's built with nmake. Is there an
I have some code where I'm returning an array of objects. Here's a simplified
I have some code that is using SyncEnumerator. As you can see here ,
I am trying to reduce some code here. I will explain how I have
I have found some code on measuring execution time here http://www.dreamincode.net/forums/index.php?showtopic=24685 However, it does
So I have some PHP code that looks like: $message = 'Here is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.