Questions tagged [external-links]

100 questions
0
votes
1 answer

External link to a 'page' that is actually a div made visible onclick

I have a simple site that has only a couple pages, including 'stockists' & 'contact'. I thought i was being tricky by making these as divs that are hidden when the main page loads, and are revealed when clicking on the corresponding menu item, using…
M.Crollice
  • 3
  • 1
  • 4
0
votes
0 answers

Messenger not recognize GET parameters

I'm using the messenger API to send messages to facebook, in that messages sometimes i have links to an external website with get parameters. Like: http://example.com?example=true The main problem is that messenger only recognizes http://example.com…
0
votes
0 answers

External Links Changing Same Tab

I'm using target="_blank", the link opens in a New tab, but same tab ALSO goes to the target link. How do I stop this?! Why would BOTH current tab & new tab go to the link? Is the problem in my own settings? It happens to all of the external links…
Yuriy
  • 1
0
votes
0 answers

Stay current page active, when open external link

I've been looking for a solution for a long time how to get, when I click to an external link in a page, it's opening in a new tab (same browser window) but the stay on current page. target="_self" not a good solution. Any idea? Thank You Everybody…
Donald
  • 19
  • 5
0
votes
1 answer

Excel formula returns #REF when linking to external worksheets and copied

I have a spreadsheet October2016.xls with formulas for external links to other sheets. When I copy the sheets to a different directory, I will get a #REF error. For example, I need to link to Assembly Totals.xls On the original directory on my…
0
votes
0 answers

How do I link to a collapsed accordion from an external link?

This accordion works perfectly fine so now, I want to open its content from an external link. However, despite my efforts, I couldn't make it respond. I know that the issue is located in the JS and that means I can't help my self... Any…
Jim
  • 407
  • 1
  • 11
  • 24
0
votes
1 answer

Link docker-compose container to an exist running container

I'm trying to run a docker-compose with an exist mongodb container. In my docker-compose I made this: version: '2' services: web: volumes: - .:/app external_links: - mongo volumes: data: external: true I'm running…
Renato Cassino
  • 792
  • 1
  • 7
  • 27
0
votes
1 answer

How to test external url or links in a django website?

Hi I am building a blogging website in django 1.8 with python 3. In the blog users will write blogs and sometimes add external links. I want to crawl all the pages in this blog website and test every external link provided by the users is valid or…
Al-Alamin
  • 1,438
  • 2
  • 15
  • 34
0
votes
3 answers

Handling external links in android webview

I want to open my app and load the URL when specific links are clicked. This is my Manifest for handling external links.
Sp4Rx
  • 1,498
  • 3
  • 20
  • 37
0
votes
1 answer

External Links not auto-updating when Source File is OPEN

I have a very odd occurrence happening. Linked data in a Master workbook is not updating when one of its source files are open. I have a Master workbook that has links to about two-dozen source workbooks. The links work properly when I open the…
Ben
  • 1
  • 1
  • 2
0
votes
3 answers

How to prevent crawling external links with apache nutch?

I want to crawl only specific domains on nutch. For this I set the db.ignore.external.links to true as it was said in this FAQ link The problem is nutch start to crawl only links in the seed list. For example if I put "nutch.apache.org" to seed.txt,…
0
votes
0 answers

Android application that open certain links from external applications

I really can't find anything for this, maybe I'm using the wrong keywords. Hope you can help anyway. I developed an application which has the task to navigate a website in a easy way from mobile, but now I want it to be recognised outside from other…
seanwlk
  • 21
  • 6
0
votes
1 answer

Phonegap:Open app(html page) after clicking upon back button in an external site

How can i navigate back to a page in my android app after loading an external site. 1.Open app 2.In app user will go to an external link 3.External site has link,which take the user back to app. How can i go to my application . I have tried to give…
sradha
  • 2,216
  • 1
  • 28
  • 48
0
votes
1 answer

Why are random sites linking to my site? What is their purpose?

In the "links from an external site" portion of my website statistics I see many sites that shouldn't have a reason to link to my site. Is there a reason for them doing this? Are they related in some way to spam/bots? For example, the sites…
heyitsmyusername
  • 631
  • 1
  • 8
  • 21
0
votes
1 answer

phonegap, jquery: function for

stackoverflow I want to make a function run before browser opened. The function…
jerome
  • 91
  • 10