Addition of Google Custom Search Widget Won't Save
Hello,
We are trying to use the Google Custom Search Widget.
We bring up the Google Search widget, and then insert the following code, which we got from the Google Custom Search Web Element page:
<!-- Google Custom Search Element --> <div id="cse" style="width:100%;">Loading</div><script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('search', '1');google.setOnLoadCallback(function(){var cse = new google.search.CustomSearchControl();cse.draw('cse');}, true);</script>
But when we try to save the page, we get the following error:
Page not saved. Please take your content backup and try again. (2)
What are we doing wrong?
AGS