how do i get my website on another website using javascript or jquery -


i want able make script display business admin site on website can use without having go through installing it. want google translator:

<div id="google_translate_element"></div> <script type="text/javascript">   function googletranslateelementinit() {     new google.translate.translateelement({pagelanguage: 'en'}, 'google_translate_element');   } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googletranslateelementinit"> </script> 

i keep track of people buy , can terminate there connection if not paying there monthly fee or go against t&c , way can think of doing use key saved in db

you should iframes.

iframe syntax:

<iframe src="url"></iframe> 

just add html , replace "url" url of desired embedded site.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -