Question : Conditionally Add www To Url In Javascript

How can we add www. to the url if missing, in the javascript below, that is included on our shopping cart pages?

For example: http://mydomain.com would result in https://www.mydomain.com

Thanks in advance.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:

Open in New Window Select All

Answer : Conditionally Add www To Url In Javascript

Random Solutions  
 
programming4us programming4us