cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to get current mashup url at runtime?

MDUser
6-Contributor

How to get current mashup url at runtime?

Hi,

 

How to get the current mashup url at runtime? I tried adding location.href in an expression widget but it gives about:blank. Is there a way to get the whole thingworx url dynamically at runtime in a mashup or is there a way to get the current mashup name at runtime?

2 REPLIES 2

The following should work: location.hostname, location.port, location.host, location.protocol

 

location.href would not work  from what I remember.

MDUser
6-Contributor
(To:VladimirRosu)

Thanks. I am able to get the host and port. Is there a way to get the mashup name as well or to get the complete url including mashup name?

Top Tags