Questions tagged [external-links]
100 questions
0
votes
2 answers
C++ primer 5th ed. external linkage and function overloading
I have this from C++ primer 5th edition: External Linkage:
If one function among a set of overloaded functions is a C function, the other functions must all be C++ functions:
class SmallInt { /* . . . */ };
class BigNum { /* . . . */ };
// the…

Itachi Uchiwa
- 3,044
- 12
- 26
0
votes
1 answer
How to hide navigation bar in pwa when opening external link
what is the best possible solution to hide navbar with three dots when opening external website in PWA app?
The case is that the app is already build, but when clicking the external link I wanted to open as standalone mode in app, so the only…

mmalak
- 107
- 4
- 14
0
votes
2 answers
have the url for an external link come from a variable angular
I have a situation where I want to get some url's from a database via an api and then have those (external) links on my page.
So I want to do something like this:
component.ts
public url: string;
ngOnInit(): void {
this.url =…

Peter Weeks
- 291
- 2
- 16
0
votes
1 answer
laravel snappy external link not works
I am using laravel snappy fot converting html to pdf but external links not works throws error. there is img tag and src is lorem picsum. I am using windows machine and it is localhost not production. Maybe windows is the problem, i am not sure. But…

Ozal Zarbaliyev
- 566
- 6
- 22
0
votes
1 answer
How to record the time an external link is clicked in Qualtrics?
The link provided here answers how Qualtrics records if an external link is clicked or not.
Tracking when an external link is clicked in Qualtrics with javascript
But can I know when or the exact time that the link is clicked?
What is the…

Shirley Wu
- 3
- 2
0
votes
0 answers
Can you link to external mp3 file and play it on server
I'm doing a project where I can't host the actual audio files in the site folder so I have to link to a gofile mp3. When I do this playback works great on localhost but as soon as I upload to server it will not play the mp3. Is there something I am…
user12165978
0
votes
1 answer
How can I link CSS and HTML in different folders?
I have a stylesheet named style.css which is located inside a folder named css
And a HTML file named template.html in a folder named html
Both the folders are inside a folder named WebSite ( I guess that's the root folder. I'm new to html )
I want…
user13291148
0
votes
3 answers
Angular component not found from external link in reset password feature
newbie here.
I'm trying to code a reset password feature for a java Spring Boot app. The front works with Angular 7.
The user enters his email and clicks on a reset button. Then, a token is stored in the user table and the user receives a mail with…

Sebriniel
- 171
- 2
- 13
0
votes
2 answers
Sphinx / reST: Multiple anonymous explicit external links in the same paragraph
How can I create two separated external links in the same paragraph, i.e. something like:
for pytorch click `here `_ and for tensorflow click
`here `_
that show as the following
for pytorch click…

LazyLeopard
- 194
- 1
- 11
0
votes
0 answers
JSF download button to PDF file on external site (non-HTML 5)
How do you best create a download button to a PDF file on an external site, that is not on the current web server?
** EDIT **:
PLEASE NOTE: we're currently not using HTML 5. I am not sure if we can switch. Please assume non-HTML 5.
I have tried a…

Kawu
- 13,647
- 34
- 123
- 195
0
votes
2 answers
How to de-reference a list of external links using pytables?
I have created external links leading from one hdf5 file to another using pytables. My question is how to de-reference it in a loop?
for example:
Let's assume file_name = "collection.h5", where external links are stored
I created external links…

Balasubramanyam Evani
- 125
- 1
- 9
0
votes
0 answers
Tiktalik API, Laravel, Get Request, Postman
based on Documentation I've tried to make GET request.
When I make GET request through the POSTMAN app, it works fine and it returns me proper respond, but when I try to make the same call through php(Laravel) I get 401 error code.
my code for…

Sharminte
- 3
- 7
0
votes
0 answers
Docker compose - external links fail after successfull restart
the situation is this:
I have three different dockers compose files for three different projects: a frontend, a middleware, and a backend. FE is Ember, middleware and backend spring (boot). Which should not matter here though. Middleware uses an…

Markus
- 1
- 2
0
votes
2 answers
How to create Standalone Executable File of my project that contain all required resources?
I have created one application using Windows Form in C#,I have use many external library as well as other resources like images,mp3 etc., Now I have need to deliver this as standalone executable (single executable) that directly run on client …

Hiren Patel
- 1,071
- 11
- 34
0
votes
0 answers
Open an accordion item from an external page
I want to open an accordion item from an external link.
Something like this:
A user clicks on a link on page-1 and page-2 loads and scrolls to the opened accordion item.
I used the word scroll as I will have several accordion items.
I tried to test…

Ash Sami
- 1
- 4