﻿// Application feed back include


//var strScript = '<div id=\"applicationFeedback\">\n';
//strScript +='<a target=\"parent\"href=\"#\" id=\"feedLink\" style=\"text-decoration: none;\">[+]Feedback</a>\n';
//strScript +='</div>\n';
//strScript +='<script type="text/javascript">\n';
//strScript +='eval("var feedBackDiv = document.getElementById(\'applicationFeedback\')");\n';
//strScript +='eval("feedBackDiv.style.position = \'absolute\'");\n';
//strScript +='eval("feedBackDiv.style.fontSize = \'.8em\'");\n';
//strScript +='eval("feedBackDiv.style.top = (document.body.clientHeight - 30) + \'px\'");\n' ;
//strScript +='eval("feedBackDiv.style.right = 10");\n';
//strScript +='<\/script>\n';


//strScript +='<script type="text/javascript">\n'; 
//strScript +='eval("function setFeedBackUrl(appid){document.getElementById(\'feedLink\').href = \'http://devinterapps/General/UserFeedback/UserComments.aspx?appId=\'+appid+\'\';}");';
//strScript +='<\/script>\n';
//document.write(strScript);


var strScript = '<div id=\"applicationFeedback\">\n';
strScript +='<a target=\"parent\"href=\"#\" id=\"feedLink\" style=\"text-decoration: none;\">[+]Feedback</a>\n';
strScript +='</div>\n';
document.write(strScript);


var feedBackDiv = document.getElementById('applicationFeedback');
feedBackDiv.style.position = 'absolute';
feedBackDiv.style.fontSize = '.8em'
//feedBackDiv.style.top = (document.body.clientHeight - 30) + 'px';
feedBackDiv.style.top = 10;
feedBackDiv.style.right = 10;


function setFeedBackUrl(appName)
{
   document.getElementById('feedLink').href = "http://apps1.slcgov.com/General/UserFeedback/UserComments.aspx?appName="+appName;
}




