﻿// JScript File
function CreatePublishFrame(param,width,height,srvrUrl)
{
  var url = 'http://' + srvrUrl + '/Manager/AppPagePublic.aspx?yakuza=1&Param=' + param + '&amp;width=' + width+ '&amp;height=' + height + '&amp;referer=' + escape(document.location.href);
  var iframeHTML = '<iframe allowtransparency="true" frameborder="0"  marginwidth="0" scrolling="no" marginheight="0"  width="' + width + '" height="'+height +'" src="' + url + '"></iframe>';
  //var divWrap = 'create web forms - <a target="_blank" title="create html forms and web forms with formlogix.com" href="http://www.formlogix.com">create web forms</a>, build emails forms for your web site- <a target="_blank" title="add emails forms to you web site and blogs" href="http://www.formlogix.com">email forms</a>,manage your data online with a web database -<a target="_blank" title="web database with no cost" href="http://www.formlogix.com">web database</a>';
  document.write(iframeHTML);// + divWrap + '</iframe>');
}
function CreatePublishFrame2(userid,param,width,height,srvrUrl)
{
  var url = 'http://' + srvrUrl + '/Manager/UserForm' + userid + '.aspx?yakuza=1&Param=' + param + '&amp;width=' + width+ '&amp;height=' + height + '&amp;referer=' + escape(document.location.href);
  var iframeHTML = '<iframe allowtransparency="true" frameborder="0"  marginwidth="0" scrolling="no" marginheight="0"  width="' + width + '" height="'+height +'" src="' + url + '"></iframe>';
  //var divWrap = 'create web forms - <a target="_blank" title="create html forms and web forms with formlogix.com" href="http://www.formlogix.com">create web forms</a>, build emails forms for your web site- <a target="_blank" title="add emails forms to you web site and blogs" href="http://www.formlogix.com">email forms</a>,manage your data online with a web database -<a target="_blank" title="web database with no cost" href="http://www.formlogix.com">web database</a>';
  document.write(iframeHTML);// + divWrap + '</iframe>');
}

function CreatePublishFrame3(userid,param,width,height,srvrUrl, httpPrefix)
{
  var url = httpPrefix + '://' + srvrUrl + '/Manager/UserForm' + userid + '.aspx?yakuza=1&amp;Param=' + param + '&amp;width=' + width+ '&amp;height=' + height + '&referer=' + escape(document.location.href);
  var iframeHTML = '<iframe allowtransparency="true" frameborder="0"  marginwidth="0" scrolling="no" marginheight="0"  width="' + width + '" height="'+height +'" src="' + url + '"></iframe>';
  //var divWrap = 'create web forms - <a target="_blank" title="create html forms and web forms with formlogix.com" href="http://www.formlogix.com">create web forms</a>, build emails forms for your web site- <a target="_blank" title="add emails forms to you web site and blogs" href="http://www.formlogix.com">email forms</a>,manage your data online with a web database -<a target="_blank" title="web database with no cost" href="http://www.formlogix.com">web database</a>';
  document.write(iframeHTML);// + divWrap + '</iframe>');
}
