Questions tagged [external-links]

100 questions
0
votes
1 answer

How to open external URL in default browser and all internal links in WebView Android?

I am using WebView in my page and using local file assets to displaying in WebView but in main HTML page external website (not local) and I want to open just that link in default Browser on the users device This is my code in 'onCreate' method…
0
votes
1 answer

Ask Excel to automatically update after I change the external sources

I am using R to output some tables, in the format of CSV. I also have another spreadsheet (xlsx) file to get numbers from those csv files and show the graphs (I could have used R to plot, but due to some documentation requirement, I have to use…
chl111
  • 468
  • 3
  • 14
0
votes
1 answer

TYPO3 Page Type "External Link" as popup

i have a page from the type "external link" and i want to open this into a popup window with a special size. I know, that i can use the "target" option in the general tab to open the link in a external window - but i want a popup window, see the…
theowi
  • 820
  • 1
  • 6
  • 13
0
votes
1 answer

iOS webapp open from another webapp or safari

Is there a way I could make links to my website open in the web app if the user has it installed on their home screen? Like if there is a link to my website in the Facebook app, how do I tell the iPhone to open the web app and not safari? I know…
CJT3
  • 2,788
  • 7
  • 30
  • 45
0
votes
2 answers

Rails action don't redirect me to a external page

I have this link to redirect to google is a example , i just need to go to the controller and then make some insert in database and redirect to a torrent link but in the example just show google <%= link_to "Link", {:controller => "home", :action =>…
0
votes
6 answers

calling an iframe inside a js function

I'm trying to create an external link, that appears within the same site. Here, If I click on a link it should display the contents of that link(external site) within our site. i.e., if my site is siteA and in that I place a link (to siteB) that…
Giri
  • 2,704
  • 2
  • 25
  • 27
0
votes
1 answer

How to transform "javascript:scrollto('.class');" to an external link (leading to a certain .class on the site from the outside)?

I was trying to create a 'one-page-layout' with a smooth scrolling using internal links. This is the code: function scrollto(element) { $('html, body').animate({ scrollTop: ($(element).offset().top - 40) }, 'slow'); }; There is a fixed header…
0
votes
1 answer

how to open a specific tab in the accordion from another page in wordpress?

Please help me with this issue. I am developing a website for my client link is http://richescarpentryandbuilding.com.au/ here you will get bounching css3 effect pictures and below the h2 heading. All i want when people click on h2 heading such as…
user44690
  • 109
  • 1
  • 1
  • 5
0
votes
2 answers

Forcing links loaded with Ajax to open in a new tab

I am using this script to force links to Open in a new Window with Jquery, and it works fine // add external links function addExternalLinks () { $("a[href*='http://']:not([href*='"+location.hostname.replace ("www.","")+"']),…
naturelab
  • 79
  • 1
  • 2
  • 10
0
votes
1 answer

Joomla 2.5 : External URL links to internal pages not working on server subfolder

I have a dedicated server with many different sub-folders/accounts. I have a test-installation for a new Joomla 2.5 site on one of these accounts/sub-folders that doesn't have a domain name associated with it yet. I have to access it by…
nhartsog
  • 45
  • 1
  • 5
0
votes
1 answer

why this complicated structure constants is internal linkage

as you know, constants defaults to internal linkage. const int Buf = 1000; // defaults to internal linkage Buf can be defined in a header file, it's visible only within the files where it is defined and cannot be seen at link time by other…
0
votes
1 answer

Phonegap 2.7.0 on Android doesn't open external links in default browser

I'm developing and iOS/Android application with Sencha Touch 2 and Phonegap 2.7.0. I'm trying to make a JS function that would open a given url in device default browser. window.open(link, '_system'); works just fine for iOS, but neither this, nor…
Grin
  • 557
  • 1
  • 6
  • 19
0
votes
0 answers

external links with parameters shouldn't reach pages

My website has prices which you can reach in a page. Has some parameters ex: date, people number etc. When you select/assign this parameters. javascript loads a page into div. It works great. But a couple of days ago I realized that some bots get…
egemen
  • 779
  • 12
  • 23
0
votes
1 answer

Powerpoint VBA msoCallout link update

Folks - I am looking for a way to address and manipulate "picture" links in powerpoint. These links are distinct from the type of object created when linking another Microsoft (MS) object. These are charts, cell ranges in Excel, or text ranges in…
user1515373
  • 153
  • 1
  • 15
0
votes
2 answers

read pdf browser phonegap

I'd like to read pdf like that with phonegap: window.open('http://www.mysite.com/file.pdf', '_blank', 'location=yes'); but I have a white page is there a way to read pdf files without download them ? Thanks
Ajouve
  • 9,735
  • 26
  • 90
  • 137