Skip to main content

Questions tagged [url]

A URL (Uniform Resource Locator), is a universal identifier on the web. A URL is a reference to a web resource at a specific location, and provides a means for retrieving that resource.

0 votes
0 answers
13 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; ?>');&...
rdel's user avatar
  • 155
1 vote
1 answer
12 views

Absolute Path URLs in CSS for a Tauri App

The tauri app im making requires me to dynamically create .png files in the app's AppData directory. I am quite new to tauri and, probably due to my feign ignorance in reading the docs that seems to ...
rawru's user avatar
  • 11
0 votes
1 answer
15 views

how to change font button and @import url compare

I have a problem with changing the font after pressing a button. In the font array I have a list of font names to which the written function refers. When you press the button, the font changes from ...
Katarzynkah A's user avatar
0 votes
0 answers
7 views

Duplicate Urls in Contentful with "/" and without "/"

I am using Contentful for blog publishing. Every blog appears with two urls. Search console consider these as two pages. I am facing duplicate indexing issues. Examples of Urls: https://softtik.com/...
Waqar Ahmad's user avatar
-2 votes
0 answers
33 views

How to force PHP to look at URL [closed]

Update: Alex in the comments below pointed to the source of the problem. Therefore, this question is answered, as far as I am concerned. I have a page where I can choose a dropdown to modify the ...
Alex's user avatar
  • 981
0 votes
1 answer
25 views

Can I change the appearance/text of a hyperlink copied from the Edge browser and pasted into MS Office apps

Is it possible to customise how a hyperlink from an Edge browser appears when pasted in Word/Outlook/OneNote/Teams etc? Specifically in relation to page bookmarks. i.e. If a copy a hyperlink https://...
Feargal Hogan's user avatar
-1 votes
0 answers
13 views

I am trying to link WhatsApp to Salesforce CG Cloud Mobile Application (Android and iOS)

Salesforce Mobile Links Page I want a url which will open WhatsApp application homepage on both Android and iOS. I used whatsapp://app isn't working. After some trial and error, I was able to open ...
Anees Patel's user avatar
-3 votes
0 answers
22 views

URL to specific section of page not working on iPhone? [closed]

I have a link that's supposed to anchor to the 'leave a review' form (indicated by #review_form_wrapper at the end of the URL): https://mousemesh.com/product/air-brick-covers-mousemesh/#...
LeoOfSparta's user avatar
-2 votes
1 answer
63 views

How do I add a query parameter to the URL, if it doesn't already exist? [closed]

Editing the question as StackOverflow doesn't like what I posted. I am working on building a script that will check the URL being loaded for a parameter and if the parameter doesn't exist, add it. ...
Jayson Larner's user avatar
1 vote
0 answers
26 views

Trouble with Playwright RunAndWaitForPageAsync / WaitForURLAsync and Chrome's "Always show full URLs"

When I use either of these lines of code, I get the same problem. It only works if the Chrome Browser setting "Always show full URLs" is ticked / on. await page.WaitForURLAsync(url, new ...
Ewan's user avatar
  • 581
1 vote
1 answer
29 views

How can I add a URL on a firebase notification? using key value pairs?

I want to send a push notification to users asking them to update the app and when they tap on it, I want them to go to App store/ Playstore. How can I add a URL on a firebase notification? using key ...
Vardha Dilkush's user avatar
0 votes
1 answer
26 views

Percent encoding shouldn't show after the deeplink is executed using Swift for iOS

I've the following string (please pay attention the string has "&") let text = "By submitting, I confirm that I am an American, above 18 yrs of age & residing in America. I have ...
user4150758's user avatar
0 votes
0 answers
8 views

Centralizing URLs for Doxygen comments. Is there a way to do it outside of markdown?

I'm looking for a way to NOT inline URLs in my doxygen comments. Doxygen supports this in markdown: Random markdown referring to [Kohlhoff-1] ... [Kohlhoff-1]: http://blog.think-async.com/2010/04/...
assailant's user avatar
-2 votes
0 answers
18 views

As A Webmaster, How To Allow Popup Ads Only On Certain Website Pages [closed]

Hello my fellow good lads. As a webmaster I would like to exclude popup ads on certain specific webpages on my website whos url ends with a particular string. Example : https://mywebsite/some-slug-...
Nicodemo's user avatar
0 votes
0 answers
6 views

In jsFiddle, how do i access the js pane from the html pane?

In jsFiddle, I need to access a function in my js pane from my html pane. My jsFiddle url is: https://jsfiddle.net/backspaces/sbfm9gu5/6/ My jsFiddle html pane looks like: <html> <head> ...
backspaces's user avatar
  • 3,882

15 30 50 per page
1
2 3 4 5
2903