Questions tagged [external-links]
100 questions
1
vote
2 answers
How to load page with accordion open based on external link
I am working on a FAQ/Helpcenter page for my company. One of the last things we are trying to accomplish is a "top questions section" where users can just click on the question and it opens a link to the page the question is on and the accordion is…

idontwantnoscrubs
- 225
- 2
- 14
1
vote
1 answer
Open external link in background
This is the question to webmasters. I'm looking for a tip, tool or direction.
Or maybe someone could give me the solution. The problem sounds simple.
I have my own http server which interpret and answer for http requests.
Example:
If i enter link:…

Arkadiusz Migała
- 927
- 1
- 8
- 14
1
vote
2 answers
Exclude specific URLs on a javascript popup warning message
I’m using the following code on a banking website to warn users that they are leaving the website.
$('a').filter(function() {
return this.hostname && this.hostname !== location.hostname;
})
.click(function () {
…

Lonnie
- 13
- 5
1
vote
1 answer
Link Woocommerce Products directly to external site (skip detailpage)
WP: 3.71
Theme: Jupiter (artbees) v.3.02
URL: http://thefastlearners.com/store/
Hi all,
I have some Woocommerce products that are external linking out to amazon or other sites.
My goal is to link these products to their external pages directly from…

MattisW
- 107
- 2
- 11
1
vote
1 answer
Smooth scroll external link with id
I found this fiddle http://jsfiddle.net/tovic/kw7LD/ that shows how to apply smooth scroll to external link with class. I'd like to know if is possible apply the same effect using id instead of classes.
$(window).bind("load", function () {
var…

Samm
- 121
- 3
- 6
- 14
1
vote
2 answers
Google Chrome Update Causes Links In New Window To Be Very Small
When i click on an external link (ie a link which opens in a new window) on the project i am working on, the new window is tiny...
has anyone else encountered this issue?
it's Chrome 25.0.1364.97 m with Windows 7.

Adam Garner
- 1,235
- 10
- 17
0
votes
3 answers
PhoneGap: Can't Load External Website
I'm trying to display a page, for example, www.google.com, in a PhoneGap application. However, I can't get the page to open in Safari, much less within PhoneGap (which is my ultimate goal).
I saw this post: PhoneGap for iPhone: problem loading…

Objc55
- 156
- 1
- 5
- 18
0
votes
4 answers
Page Speed in appending external js and css files
i simply would like to know from who has well documented about, if i have 10 js/css external files to append at my site does is better to compress them into only 1 file or is good to have 10,20 external source links anyway in a page speed point of…

itsme
- 48,972
- 96
- 224
- 345
0
votes
0 answers
I want to get the page URL where my external links has been authored using Query builder in AEM
I am working on external links, in which some of the Links are invalid. Here i need to get the page path where the Invalid URL's are linked. Also the external links are authored in some components across the website and i cant able to access the…
0
votes
1 answer
Broken external links in Excel : a leading "file:///" scheme prepended to paths can't be evaluated in formulas
I have been using Excel for a long time and pushed it to its limits, but this one is new, probably because of a recent update, so I am not sure anyone will encounter the issue I am raising up here.
I have several crossed referenced workbooks in…

hymced
- 570
- 5
- 19
0
votes
1 answer
Redirection page for all my external links in wordpress
I have a wordpress affiliate website. I need a build a middle page for all my external links. I'm using 'redirection' plugin for the redirections. To better understanding, in a new tab that page must be show up for 2 seconds then the external link…
0
votes
0 answers
VBA code to extract external links (workbook, worksheet and cell address)
Is there a way to extract all external links and return the file path, workbook, worksheet and cell (e.g. ‘[Workbook]Worksheet’!$A$1?
So far I’m only aware of extracting external links and return file path and workbook.
0
votes
2 answers
Open link in external window tab
can anyone help me with this problem? I'm trying to get the links to open in an external window tab, but I can't get that result with href.
Here is the code - src/utils/menu.js:
const menu = [
{
name: 'App',
sublinks: [
…

Christoph Könekamp
- 11
- 5
0
votes
1 answer
Open external link on ion-tab
I have no idea how to open an external browser for the app. I already fixed it under , it works fine as the code below:

tiffphk
- 1
0
votes
1 answer
How do I add RtMidi.cpp and RtMidi.h files to Visual Studio 2019 to my project?
I'm trying to create a project that makes use of the RtMidi Classes. However, I have been having difficulty adding these the RtMidi.cpp and RtMidi.h files in a way that I can call the classes " RtMidiIn, RtMidiOut" etc.
I have tried :
Adding the…

Emmanuel Joseph
- 1
- 2