Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to show another website's page into your own website, Live!

    • 0
    • 1
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 756
    Comment on it

    Say you are developing a website for a hotel which is already on Tripadvisor.(example). Now you know it's not good idea to fill reviews from hotel guests in your own page since it's better to rate hotel on Tripadvisor. I'm coming with a excellent idea by this you can allow your guest to fill the Tripadvisor rating form in your website only! And yea no plugin no addons !

    see just using the script as bellow and add your url(in var iframesrc="pageurl") of the page your want to show

      <script type="text/javascript">
    
          var iframesrc="your page url will be gone here" 
    
        //You may change most attributes of iframe tag below, such as width and height:
        document.write('<iframe  src="'+iframesrc+'" width="650px" height="1710  marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" ></iframe>')
    
              </script>
    

    Now put this excellent script in between your body tag and see the magic on live preview :)

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: