Questions tagged [external-url]

Anything related to external Uniform Resource Locators (URLS), i.e. URLs pointing to resources external to the website where the URLs appears.

Anything related to external Uniform Resource Locators (URLS), i.e. URLs pointing to resources external to the website where the URLs appears.

49 questions
0
votes
0 answers

Bigcommerce Stencil External Access Url Fails to Load Page for Testing

Whenever I run stencil start in my terminal, I'd say that 90% of the time I try to visit the external URL (something like this - http://192.168.1.146:3000) it gives me alongside my local address (http://localhost:3000) it fails to load the page on…
gBasgaard
  • 61
  • 1
  • 3
  • 9
0
votes
1 answer

Cannot access data from external URL

I tried to open an external url. It works fine in my local server. But when i moved to live server it showing time out error. When i replaced the url by a url in the same domain ,it works fine. allow_url_fopen is ON in the server.
Neethu
  • 124
  • 2
  • 2
  • 11
0
votes
1 answer

Meteor - How to redirect to external urls(eg. http://www.google.com) using Flowrouter

I am trying payment gateway and i want to redirect user to payment url provided by the quickwallet? Any solution ? Something like FlowRouter.go(url); Thanks in Advance.
Rashmi
  • 565
  • 2
  • 7
  • 29
0
votes
0 answers

Pass Local Image Path as URL in Facebook SDK

I need to use an image I have stored in my PC as thumbnail to post some content to facebook. The problem is graph.put_object(group_id, connection_name = "feed", message = posttext, link = url, picture = r"C:\Users\Fluffy\Desktop\img.png") When I…
leo04
  • 45
  • 7
0
votes
2 answers

redirect to an external url on form submit

i have a form which on submit should redirect to an external URL to perform some action with my form data, as well as remain on the home page after successful submission. i used redirection, but this will make my second option possible, but not my…
goldy
  • 1
  • 1
  • 1
0
votes
4 answers

php only retrieving one string from external div from url

I am trying to link my page to another website in which I can use there div tags in order to keep my site up to date. I've got some code after some research and it's echoing out just 1 string whereas there are multiple div classes on the page and I…
miotk
  • 37
  • 1
  • 10
0
votes
1 answer

Including header contents from a External URL into a JSP file

There is a header content which comes from a external url(say http://sample.com/header.html). I want to include this header in my jsp file that actually I can see this header in my jsp page. When I run my jsp page this header url should be shown on…
Shab
  • 5
  • 8
0
votes
0 answers

Open external URL in new window with h:commandLink

I would like to click a link and redirect to an external URL in a new window. public String openWindow() { return "http://www.google.com"; } But it is just not…
user1386463
  • 171
  • 1
  • 3
  • 16
0
votes
2 answers

angular js load external site in iframe

I have one angular js application which is running on nodejs. I want to load an external site, the external site is also my application which is running on different IP, with-in a div while loading the template url. So in template url I mentioned…
Mohan Raja
  • 129
  • 1
  • 13
0
votes
1 answer

How to get computed CSS of external URL?

Is it possible to get the computed style of different HTML tags from an external URL? getComputedStyle helps me to get the computed style from my own web page, but I would like to extract CSS values of different elements from other web pages. What…
0
votes
1 answer

Modal External Url improperly redirecting

I am trying to modally open an external url. This external location enables the user to input a payment. After the user has sucessfully paid, the user should be directed back to the site that I am working on. In order to accomplish this, I am…
Jenn
  • 795
  • 1
  • 4
  • 16
0
votes
1 answer

How to load image from external URL in jQuery, WordPress theme?

I have downloaded WordPress theme and I want to modify it for my needs. So my problem is: There is slideshow in the theme and it's loading the images that are showing one after another. I posted the code below, but the part that we are interested…
delux
  • 1,694
  • 10
  • 33
  • 64
0
votes
3 answers

Sencha with phonegap Native open external link

I have deployed a native app android + ios with sencha touch + phonegap. If we click a link inside the app it opens inside the app and we cannot go out. Does someone now how it is posible to let links open into the phone browser?
Paul Maas
  • 55
  • 1
  • 1
  • 8
0
votes
2 answers

Can I POST a form to an external URL and also my own server?

In rails, can I get a form submit to send the info in the form both to an external URL, and also post to my own server, all with one click from the user?
Theiteg
  • 37
  • 1
  • 7
0
votes
1 answer

Javascript opening new window with external URL (Django)

I have some simple lines of code: that.click(function(){ window.open($('.linkBox input').val()); }); Assuming I'm redirecting to google.com, whenever a new window is opened, the URL is: "my/project/url/http://www.google.com" Basically…
volk
  • 1,196
  • 1
  • 12
  • 31