Questions tagged [external-url]

Anything related to external Uniform Resource Locators (URLS), i.e. URLs pointing to resources external to the website where the URLs appears.

Anything related to external Uniform Resource Locators (URLS), i.e. URLs pointing to resources external to the website where the URLs appears.

49 questions
-1
votes
1 answer

subdomain redirect to extern url path with keeping the name of subdomain

I want a redirect from a subdomain to an external URL to a page of this URL. I need to show the subdomain in the URL. Not the external domainname with path. I tried it in .htaccess in the subdomain of this rootdomain. But nothing so far is…
-1
votes
2 answers

Jquery: how to open external link in same window

I have the following code set up to open a URL in a the same Window but requires two clicks to open, any idea's why? $('button.more-details-link').on("click",function(){ window.open(url, '_self') });
Pianoc
  • 763
  • 1
  • 11
  • 32
-1
votes
1 answer

who to populate select with curl http response from php function via ajax?

I have the following index.html: