Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ferdinand Malan
5
Views
2
Comments
SignalR Javascript Reference
Question
JavaScript
Hi Guys,
I have successfully referenced two javascript files in my project and it works well. But there is a 3rd script that I need to reference like this:
<
script
src
=
"https://192.168.33.1:8087/signalr/hubs"
type
=
"text/javascript"
></
script
>
When I do reference it like this then I get the following error:
" Uncaught SyntaxError: Unexpected token <
"
please help me reference this script correctly?
Kind regards
FC Malan
André Vieira
Staff
Hi Ferdinand,
Where are you referencing this? Is it an expression on the web screen? If it is, be sure to unescape it...
Cheers
1 reply
16 Apr 2014
Show thread
Hide thread
Ferdinand Malan
André Vieira
wrote:
Hi Ferdinand,
Where are you referencing this? Is it an expression on the web screen? If it is, be sure to unescape it...
Cheers
Hi Andre,
Thanks a lot. I completely forgot about the escape content.
Cheers.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...