Q. How can I have the survey hosted on my own web site? How can I have the respondent go to the survey from my company web site?
How will I
also transfer the Hidden Questions or Password that is part of the URL?
A. It is not possible to actual host the survey from your company web site. The survey always needs to be on the SurveyWriter.com web site. You can make it appear that the survey is on your company
Web site by doing the following.
(This is the frame code you would paste into your file)
<!------------------------------Frame Code below------------------------>
<html>
<head>
<title>SurveyFrame</title>
<!-- When the page loads the script below will load the SurveyWriter.com survey into the
Main Window (the only window). It will also grab any querystring from the original URL
and append it to the SurveyWriter.com URL-->
<script language="javascript">
function doload() {
parent.win1.location="http://www.surveywriter.com/in/survey/survey###/SurveyName.asp" + location.search ;
}
</script>
</head>
<frameset cols="100%,*" onload="doload()">
<frame name="win1" src="">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
<!------------------------------End Frame Code below------------------------>
<!------------------------------Frame Code below------------------------>
<html>
<head>
<title>SurveyFrame</title>
<!-- When the page loads the script below will load the SurveyWriter.com survey into the
Main Window (the only window). It will also grab any querystring from the original URL
and append it to the SurveyWriter.com URL-->
<script language="javascript">
function doload() {
parent.win1.location="http://www.surveywriter.com/in/survey/survey###/SurveyName.asp" + location.search ;
}
</script>
</head>
<frameset cols="100%,*" onload="doload()">
<frame name="win1" src="">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
<!------------------------------End Frame Code below------------------------>
<!------------------------------Frame Code below------------------------>
<html>
<head>
<title>SurveyFrame</title>
<!-- When the page loads the script below will load the SurveyWriter.com survey into the
Main Window (the only window). It will also grab any querystring from the original URL
and append it to the SurveyWriter.com URL-->
<script language="javascript">
function doload() {
parent.win1.location="http://www.surveywriter.com/in/survey/survey999/MySurvey.asp" + location.search ;
}
</script>
</head>
<frameset cols="100%,*" onload="doload()">
<frame name="win1" src="">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
<!------------------------------End Frame Code below------------------------>