Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content Layer
id1024009778
Content Column
width100%
id1024009780
Content Block
id1024009781

Did you find the information you were looking for?

HTML
<p style="text-align: center;font-size:150%;"><a style="color:#36A493;cursor:pointer" onclick="helpCenterSupport()">
	Get technical help
</a>
<b style="font-size:60%">&nbsp;&nbsp;&nbsp;OR&nbsp;&nbsp;&nbsp;</b>
<a style="color:#36A493;cursor:pointer" onclick="helpCenterFeedback()">
	Give us feedback
</a>
<b style="font-size:60%">&nbsp;&nbsp;&nbsp;OR&nbsp;&nbsp;&nbsp;</b>
<a style="color:#36A493;cursor:pointer" onclick="helpCenterBugReport()">
	Report a bug
</a>
</p>
HTML
<script> function helpCenterFeedback() { var currentPage = document.URL.replace('https://explore.researchgate.net/',''); currentPage = currentPage.replace(new RegExp('.*\/.*\/', 'g'), ''); currentPage = currentPage.replace(new RegExp('/\+/', 'g'), '%2B'); var feedbackUrl = "https://www.researchgate.net/contact?type=contact_feedback&subject=Help%20Center%20feedback%3A%20".concat(currentPage); window.location.replace(feedbackUrl); } </script>
<script> function helpCenterSupport() { var currentPage = document.URL.replace('https://explore.researchgate.net/',''); currentPage = currentPage.replace(new RegExp('.*\/.*\/', 'g'), ''); currentPage = currentPage.replace(new RegExp('/\+/', 'g'), '%2B'); var feedbackUrl = "https://www.researchgate.net/contact?type=contact_other&subject=Additional%20Support%3A%20".concat(currentPage); window.location.replace(feedbackUrl); } </script>
<script> function helpCenterBugReport() { var currentPage = document.URL.replace('https://explore.researchgate.net/',''); currentPage = currentPage.replace(new RegExp('.*\/.*\/', 'g'), ''); currentPage = currentPage.replace(new RegExp('/\+/', 'g'), '%2B'); var feedbackUrl = "https://www.researchgate.net/contact?type=contact_bug&subject=Bug%20Report%3A%20".concat(currentPage); window.location.replace(feedbackUrl); } </script>