Questions tagged [external-links]

100 questions
2
votes
1 answer

In react import 3rd party jQuery ,CSS ,Java Script to index.html is good rather than using npm or yarn

in react is it good to import external java script,jQuery ,css to index.htmal file in public folder. and if there is any impact to application performance. and i used some j Query functions inside of react application. example : datepicker …
BATMAN_
  • 307
  • 3
  • 11
2
votes
0 answers

how to use external links in pytables

I have several TB of image data, that are currently stored in many hdf-files with pytables, with one file for each frame. One file contains two groups, "LabelData" and "SensorData". I have created a single (small) file that has all the file names…
Madera
  • 21
  • 3
2
votes
4 answers

What are internal and external links on HTML pages?

I am a bit of confused about internal and external links. Basically I am designing my SEO. So what is the basic difference between internal and external links?
2
votes
3 answers

Open every external link in a new window automatically (html, css)

I am searching for an option to open every external links from my website (wordpress-blog) to any other sites automatically in a new window. Is that with css or html possible without doing it 1000 times manually via hand as "target _blank"? Thank…
user7473908
2
votes
2 answers

website as cordova app external link to system browser

I am wrapping a responsive website into a Cordova app for Android and iOS. In my DeviceReady I just open window.location="http://website" and all internal links work fine and stay in app view. Now I would need some links to open into system browser.…
Kimmo
  • 21
  • 3
2
votes
1 answer

external linked variable initialized multiple times

I have a little synthetic example that have behaviour I want to change, but don't quite know how. What I have is this: Common header statich.h that have external declaration of some variable: #include struct S { S() : x(42) { …
prez
  • 603
  • 5
  • 7
2
votes
1 answer

External links in Visual Studio 2012 do not work on Windows 8

I am running Visual Studio 2012 on Windows 8 and links to external pages (e.g. the More Information links shown in the NuGet Package Manager) are not opened. How can I fix this? By the way, my default browser is Google Chrome.
1
vote
3 answers

HTML link not going to external site

I have been running a localhost website with react.js while I am building a website and when I am trying to link to an external site (e.g. youtube) it ends up going to a link like this: http://localhost:3000/www.youtube.com while I am trying to go…
Luke C
  • 39
  • 8
1
vote
1 answer

Display several links as cloud

My client wants me to create a page with a bunch of external links displayed as a cloud. He wants to have the ability to add external links and edit font size and it's color. This cloud must be located in the center of the page and grow from the…
1
vote
0 answers

Excel Not Saving External Source Links, Having to Relink Every Time it Opens

I have two Excel files (Microsoft 365)that were communicating fine one day and then the next day, it prompts me to update links. Other files have also stopped updating links. I also tried on a different computer (still 365) and get the same…
RuthS620
  • 41
  • 1
  • 5
1
vote
1 answer

Links give invalid response code from code but valid response code from browser

I'm validating links by trying to hit them and getting the response codes(in Java). But I get invalid response codes(403 or 404) from code but from browser, I get 200 status code when I inspect the network activity. Here's my code that gets the…
1
vote
4 answers

How to open external link in iOS?

I am using Ionic 3 and I need to load my app from external link. I did it by adding my external link in of config.xml file. This is working properly. I need to open links which are in my app screens in browser. As an…
Sudarshana Dayananda
  • 5,165
  • 2
  • 23
  • 45
1
vote
0 answers

WP - External links not working on iPhones

I'm trying to help out a friend but haven't had much luck so far. She had a website for an event developed but only just noticed that all external links don't work on iPhones. I've been hoping to google the issue but haven't had any luck so far :/…
Jasmin
  • 11
  • 1
1
vote
1 answer

AMChars, Zoom to certain countries with external buttons

OK, so I have this map in AMCharts where I have external buttons that contain IDs, LAT and Long of certain countries, and when I hover over them I want the map to zoom and center itself to that country, here's the code example…
Ruby
  • 2,207
  • 12
  • 42
  • 71
1
vote
3 answers

PHP: link to external site inside an if statement

I'm totally new to PHP, so I apologize if this seems pretty simple. I've gotten so much help on other problems from reading through this site and I've tried so many different examples of trying to solve this, but couldn't work this out yet. I have…
pattie
  • 11
  • 1