I have a Url which is like this. https://testOne.abcd.com/myOrders/OrderList/Order123.aspx
How do I get only Order123 ? I used window.location.href.split('/')[5].split('/')[1]
how do i set it dynamically?
TIA
I have a Url which is like this. https://testOne.abcd.com/myOrders/OrderList/Order123.aspx
How do I get only Order123 ? I used window.location.href.split('/')[5].split('/')[1]
how do i set it dynamically?
TIA