5,063 questions
1
vote
0
answers
50
views
Href in my html file returning "Cannot Get" (PM2)
I have this coding in my index.html:
<!-- Href Hyperlinks -->
<a href="index.html">Trade Bot</a>
<a href="raffles.html">Monthly Raffles</a>...
1
vote
1
answer
56
views
href being interrupted by database login
I'm using ASP.NET MVC. This code sits in the Index.cshtml view (I will also place it in the details view). I have a href link which does what it's supposed to do if the user is logged into the ...
0
votes
1
answer
64
views
Backstage.io TechDocs Sanitizer is Stripping Custom Protocol Links from <a href> in Markdown
I'm trying to include a hyperlink in my TechDocs that uses a custom URI scheme (e.g., mycustomapp://) to launch a native application from a link. Here's the Markdown snippet I'm using:
This tool is ...
0
votes
0
answers
23
views
Download and open an epub in preferred reader
I want to add a link to our site that downloads an epub file. Once the file is downloaded, is there a way of opening automatically in the users preferred epub reader (like Apple Books)?
<p><a ...
0
votes
2
answers
147
views
Having navigation bar href path routing issues whenever I am in a new html page
When I first load the page to index.html everything loads fine. I press the About link in the navigation bar to direct to the about.html page and it loads fine. But when I press on the About link ...
0
votes
0
answers
25
views
Set styles for nested image href inside an svg [duplicate]
I have an svg that includes a bunch of images using href, but I can't seem to get the styles. specifically color, to apply inside the referred file, which is also an svg.
In my main svg:
...
<image ...
1
vote
2
answers
81
views
VBA: get a value inside the href-tag
I'm quite a beginner with VBA and have a question regarding href-tags.
In following example I have the href-tag to identify my requested value, which is inside in the b-tag, in this case the 585.00. ...
0
votes
0
answers
34
views
Hyperlink href preview in flutter
In react or html when you hover over a link element like this:
Example Link
The browser shows a tooltip of the url at the bottom left of the browser.
Is there any way to achieve this in flutter?
I ...
0
votes
0
answers
47
views
How to include all parameters in the URL captured in JavaScript, to add full URL to a pre-populated email [duplicate]
I can successfully pre-populate an email from a button click with the first part of the page URL, and the first parameter in the URL, but it's cutting off after that. I have multiple parameters in the ...
1
vote
0
answers
41
views
Adding href to a mark cancels out aggregation
I'm working on a dual y-axis Vega-Lite bar chart that I hope you can see here. (The code is replicated below).
I have a basic CSV dataset.
Model,url,Cost,Score
Lenovo Thinkpad P16s,https://www.lenovo....
0
votes
0
answers
41
views
slide two divs by clicking one link [duplicate]
I would like to implement this CSS-Only Carousel from this link: https://codepen.io/chriscoyier/pen/XwbNwX. Instead of just one I would like two Carousel that are triggered at the same time by ...
0
votes
0
answers
66
views
Dynamically rendering href in DataTables with Jinja2
I am using Jinja2 with FastAPI.
I would like to use a template table made with DataTables wherein I need to customize the table values for different pages using the same template table.
In one of the ...
0
votes
1
answer
77
views
How to make an attribute containing a url a clickable link in Geoserver
I have a PostGIS table with an attribute that contains a url, stored as plain text. I'm rendering the table as a layer in Geoserver - how can I make this attribute into a clickable link?
0
votes
1
answer
136
views
How do I make the friendly content of an iframe seamlessly part of a page, and inherit styles from the parent page?
How to inherit the font styles from the parent of an iframe.
If this is impossible, what could be the alternative?
I maintain a small website. The main menu looks like this:
<!DOCTYPE html>
<...
0
votes
0
answers
54
views
How to add a counter next to each href link of video in php page
I am weak in Ajax. I searched a lot for examples that would help me solve my problem, but I did not find any. I have a list of videos on a php page, and I want to add a counter next to each link. I ...
0
votes
0
answers
65
views
Why does my relative href link not work on non-Chromium browsers?
All of my <a> tags only work on desktop browsers, but not on mobile.
Example:
<a href="/events">
Events
</a>
When I tap on them, it navigates me to <domain>events/,...
2
votes
1
answer
73
views
how to jump to a href hash tag location in a large Qt/QML text item with RichText textFormat
I use Qt/QML Text Item to render a large standalone HTML page with some inner href hash links. and the container height is less than its content height. Everything works fine; I can click the link and ...
-1
votes
2
answers
113
views
Problem with generating tickets for event
I am trying to move a PHP website from one host (Avlux, which is shutting down) to another (DreamHost). I am having problems with code that generates event tickets. At this point, I am running the ...
-1
votes
1
answer
201
views
how to directly open a base64 svg in browser with hyperlink
i got a base64 svg img and link in html, like:
<a href="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0..." target="_blank">img</a>
but when i click the img link, a new ...
0
votes
0
answers
43
views
Href link isn't directing to the other file (PHP)
Having problems with the href link not directing/displaying the other pages. In the url it says it's been directed to the other page but it doesn't display it when I tested it out. Same problem with ...
1
vote
2
answers
66
views
Webscrape a link from a button with python
I am trying to webscrape a link that belongs to a previous button on this website. (The final purpose is to enrich data for a RAG chatbot)
https://onlinehelp.prinect-lounge.com/Prinect_Color_Toolbox/...
1
vote
0
answers
261
views
my svg is 0x0 when I use the <use href> function to open a svg file inside html
My problem is that the SVG size is 0 x 0 inside my browser.
I use the following HTML code:
<span class="service__card-location-icon">
<svg class="icon">
<use ...
0
votes
1
answer
72
views
Font-awesome and hyperlinks in tables
I've added the Font-Awesome plugin to my Wordpress site.
The desired behaviour is to have a table where there is a column of links to home pages, represented by the FA "home" icon.
Each icon ...
0
votes
0
answers
26
views
PHP echo out an href that contains javascript and php variables [duplicate]
Consider the following href:
<a href="javascript:loadRightMain('director_u.mv?func=1215&sub1=0&SRVID=<?php echo $srvs['id']; ?>&CLIENTID=<?php echo $CLIENTID; ?>');&...
0
votes
1
answer
114
views
Flutter TextSpan has incorrect <href> when ensureSemantics is used to build default tree
I have a Flutter app that builds a Semantics tree by calling SemanticsBinding.instance.ensureSemantics(); on startup.
When this is done, TextSpans with TapGestureRecognizers are being rendered in the ...
0
votes
0
answers
91
views
How Can I append a recordId with href url in anchor tag
I have a lwc table where I have created buttons. I am using a url inside the href attribute and it is redirecting me to a other page as expected but I need to append the recordId with url inside href, ...
0
votes
1
answer
45
views
Return HREF by searching through parent element -Selenium Python
i'm fairly new to coding/selenium
I am trying to get a list of href links by searching through one of its parent element
I believe i need to do this as the website has a heap of copies of the link, so ...
0
votes
0
answers
34
views
How to create a link to an anchor on the main page from an iframe embedded in the main page?
With HTML, how to create a link to an anchor on the main page from an iframe embedded in the main page?
The iframe is called and inserted and from the main page ( iframe is hosted in Github with a ...
0
votes
1
answer
189
views
MS Access Edge Browser Control to call a telephone number (W10)
I'm trying to create a simple form to show a phone number that a user can click to initiate a call. The main issue is how to 'load' the html to be displayed as the Browser Control is designed to load ...
-1
votes
2
answers
50
views
When clicked on Font Amesome icon, the hyperlink doesn't work [closed]
The website is https://alloutcreative.com/
This is the code:
<div class="mil-team-card mil-up mil-mb-30">
<img src="...
1
vote
0
answers
39
views
Are my CSS animations interfering with my links?
I have four images revolving around a central point, like a Ferris wheel. Each image is a link to a video; when the user hovers over them, they should decrease opacity and allow the user to click the ...
1
vote
1
answer
67
views
link extraction using xpath and beautifulsoup not working
I want to extract link which is nested as /html/body/div[1]/div[2]/div[1]/div/div/div/div/div/a in xpath , also see detailed nesting image
if helpful, these div have some class also.
I tried
from ...
0
votes
0
answers
61
views
href="javascript:;" from argon dashboard 2
I'm currently trying to implement Argon Dashboard 2 for a project using CodeIgniter 4. I have questions about several sections such as the navbar, dropdown, etc. there is the syntax href="...
0
votes
0
answers
30
views
Stopping a button click href from openeing the new webpage
I wonder if there is a way that when i create a button in react i dont want it to open the new page i just want it to act as if it has ?
any ideas ?
Code is
<div>
<a href="...
1
vote
0
answers
37
views
I need to add the "date/time modified" to the end of an href link to force a re-cache of an image
I have the following link to an image:
a href="/Portals/0/Images/Current_Cert.png">ISO Certification</a
This returns the current ISO certification for my company and displays it when ...
0
votes
0
answers
77
views
Nested <a> with href
Good morning,
I have a problem displaying the message of a comment I get from the YouTube API when I try to nest an a inside another a. What I want to achieve is this:
The two cases I have are as ...
2
votes
1
answer
168
views
href values I get start with "/url?q=" using Cheerio
I am trying to use cheerio for scraping. However I got small problem. All the href values I get on the client side start with "/url?q=". For example like this:
'/url?q=https://www.nimh.nih....
0
votes
1
answer
25
views
i used href inside the ordered list in html but i am not getting the output in an ordered format
the output i am seeking for
this is how i want my output to be, but i am not getting that output instead for me its like not in that format its look like unformatted list the output i got
this is ...
0
votes
1
answer
448
views
Angular 17 standalone link for the other section of the page on the same page
this is where I defined the link
<div class="form-column">
<a href="#" (click)="scrollTo('form-container')" class="heading"
&...
1
vote
1
answer
281
views
Using WGET to Get Links on the Page
I'm using:
wget --spider --force-html -r -l5 http://example.com 2>&1 | grep '^--' | awk '{print $3}' > urls.txt
It works great; however, it doesn't seem to copy the 'href=' links on each ...
0
votes
1
answer
84
views
How do I echo a PHP variable into a href attribute for a stylesheet
I have these three files:
index.php
<?php include('variables.php') ?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>TestWebsite</title>
<link ...
2
votes
2
answers
4k
views
How do I pass a query through a Link href in reactjs/nextjs?
I am trying to pass a query parameter through my Link href but the query does not seem to come through. After clicking on the edit button I have here, the query I have passes is nowhere to be found. ...
1
vote
1
answer
258
views
Obtain href links from first table in headless browser page (playwright._impl._errors.Error: Event loop is closed! Is Playwright already stopped?)
I am trying to get the href links from the first table of a headless browser page but the error isn't helping me as it's not telling me what it is, just lots of ^ symbols underneath.
I had to switch ...
2
votes
1
answer
47
views
URL to search in user's preferred search engine
Often I put links to searches in descriptions. The latest today was an article on graphics programming and I wanted to say something like,
If this works you should see no <a href="">...
0
votes
1
answer
122
views
Adding href and id property leads to framing error
After fetching a list of images, I want to show them on a grid; it works after patching frames, but it keeps spiting out the following error: TypeError: win[(("HTML" + (intermediate value)) +...
1
vote
2
answers
711
views
Why does facebook business login for instagram get stuck at connect to instagram?
I'm trying to implement facebook business login for instagram. Below is my constructed url and the href tag calling that URL. However, the flow gets stuck at connect to instagram with the error
Failed ...
0
votes
0
answers
520
views
the href "tel:" and "mailto:" are not clickable on Google Search app (iOS) on website
I use the <a href="tel:+6421212121"> Call Button </a> on a website. The link is clickable and works as expected on Safari, Chrome, Firefox and Edge ios apps. However, when ...
-1
votes
1
answer
35
views
Trying to create ol of urls
Trying to use href with anchor tags. However, even using the instructor's code to create a preview and trying to open her sites on the preview, it takes me to http://127.0.0.1:3002/. When you click on ...
0
votes
0
answers
29
views
img adress linked in href tag not opened in chrome
To see the apple image when click on link no image show
I want the problem has been solved.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"&...
0
votes
0
answers
74
views
Special character (Æ, Ø, ø, Å, å, Ä, ä, Ö, ö) in downloaded word file getting formatted to ASCI values in javascript
I am downloading the macro enabled dotm file. This file is stored inside the server where the foreign characters are showing up fine, but when I download the same file through mu JS code to local its ...