ConqueraphobiaPS
New Member
Below is the case statement I'm trying to get to work. I have the formatting down where I want it, however there is no action by the button (onclick) at this point.\[code\]case 'This Websense category is filtered: <b>Uncategorized</b>.':document.write('<p><b style="margin-left: 8px;">Help:</b><INPUT TYPE="button" STYLE="margin-left: 64px;" VALUE="http://stackoverflow.com/questions/15558682/Submit UNCATEGORIZED website to Websense" onClick="window.open=(http://aceinsight.websense.com/?url=' + '$*WS_URL*$,' + ' "_blank")' + '"></p>\<hr />\<p style="margin-left: 108px; color: #FF0000;">Clicking on the above button will open another webpage for Websense to categorize the above site. You will NOT receive a confirmation e-mail or any communication from Websense indicating your request is processing. Please note the response time for your request will vary. Allow three to four (3-4) hours for updates to take effect once approved.</p>');break;\[/code\]