wkerplunk Posted August 20, 2008 Share Posted August 20, 2008 I want to post a third party survey on some body elses blog like so <iframe height=600 width=800 src="http://isalient.com/app/index.php?survey_code=63842355&login=1"></iframe> so the survey shows up ??? <script> function do_survey_popup(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " =window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=779,height=700,left = 0,top = 0');"); } do_survey_popup('http://isalient.com/app/index.php?survey_code=63842355&login=1'); </script> Any Ideas Link to comment https://forums.phpfreaks.com/topic/120567-i-want-to-post-a-third-party-survey-on-some-body-elses-blog-like-so/ Share on other sites More sharing options...
trq Posted August 20, 2008 Share Posted August 20, 2008 So you want use to help you deface someone elses site? Your at the wrong community. Link to comment https://forums.phpfreaks.com/topic/120567-i-want-to-post-a-third-party-survey-on-some-body-elses-blog-like-so/#findComment-621275 Share on other sites More sharing options...
wkerplunk Posted August 20, 2008 Author Share Posted August 20, 2008 No its a joined blog, they know me Link to comment https://forums.phpfreaks.com/topic/120567-i-want-to-post-a-third-party-survey-on-some-body-elses-blog-like-so/#findComment-621277 Share on other sites More sharing options...
wkerplunk Posted August 20, 2008 Author Share Posted August 20, 2008 I know you can lock it down an prevent it, but others have and just want to figure out how. Link to comment https://forums.phpfreaks.com/topic/120567-i-want-to-post-a-third-party-survey-on-some-body-elses-blog-like-so/#findComment-621280 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.