Thread: Survey
View Single Post
  #5  
Old 10-14-2007, 05:40 PM
Collectors-info's Avatar
Collectors-info Collectors-info is offline
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,893
Default Re: Survey

Hi, I haven’t used it much as yet, so I am not familiar with it yet.. But once you have it set up for a poll. I found the easiest one to use was the remote java code. Just paste it into a html box on the front of your BV page & press preview for the result. See if this code works on your BV page.



<script language="JavaScript">//<!--
var curURL = document.URL;
var curPos = curURL.indexOf("?");
if(curPos <= 0)
{
var preURL = curURL;
var curURL = "?";
}
else
{
var preURL = curURL.substr(0,curPos);
var curURL = curURL.substr(curPos);
}
var remoteURL = 'http://www.shoppers-info.com';
var sURL = remoteURL +'/votepro/poll_distant.php'+ curURL +'&poll_id=3&our_remote_host='+ remoteURL +'&main_action_url=' + preURL;
document.write('<script language="JavaScript" ' +
'src="' + sURL + '"></script>');
//--></script>
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Reply With Quote