hyperlink

Output HTML in XML Attribute

Hi Everyone: I am attempting to display HTML information in an attribute of a XML document. For example, I somehow want to accomplish the following: Attributes: id = "id" HTML_Elements = { <a href="./link.html">link</a> } (<something id='id' HTML_Elements='code'></something>) I am wondering if there is some way to accomplish d...

Is it possible to get the row number of a hyperlinkfield in a gridview

Hello all I have a gridfield which is being populated and in one of my cells the first there are hyperlinkfields. I need to know if it is possible to get the rownumber of the hyperlinkfield just like it is with a buttonfield. Unfortunately I cannot use a buttonfield else my problem would have been solved. I cannot find an event ass...

My jquery this correct?

Hello friends, I am wondering if my jquery function is correct <script> window.blinker = setInterval(function(){ if(window.alerta){ $('a.cadastrotopo').css('color','#346698'); $('a.cadastrotopo').css('text-decoration','underline'); window.alerta=false; } else{ $('a.cadastrotopo').css('color','#000'); ...

[Javascript]Extract link image from Wikipedia

Hi, I have an html page where I put in a text box an animal species. So I would extract from wikipedia an image of it and load in a How I can do it? Thanks. ...

List of external websites

I've seen several websites where there are pages that only contain a list of hyperlinks to useful resources for visitors. I'm renovating a website that has one of those listing pages. I am curious about the usefulness of them. Is there any use-case of such a listing page? And under what circumstances is the maintenance of a webpage sol...

Where is Actionsettings in TextRange2 ?

I need to extract Hyperlinks from text Runs in PowerPoint 2007. I know I could do so using: TextFrame.TextRange.ActionSettings[PpMouseActivation.ppMouseClick].Hyperlink However, my code, which is quite a large one, uses TextFrame2 and its corresponding TextRange2, and I could not find ActionSettings in TextRange2. Anyone knows where i...

Link outside of an Iframe

Hello, I have links within an iframe that are external, and I would like them to open in the same window, leaving the iframe. Thanks! ...

Why pass parameters to CSS and Javascript link files like src="../cnt.js?ver=4.0"

Hello, When i saw many sites source code, parameters were passed to the linking file (CSS/Js) In stackoverflow source, i got <script type="text/javascript" src="http://sstatic.net/js/master.js?v=55c7eccb8e19"&gt;&lt;/script&gt; why that master.js?v=55c7eccb8e19 is used ? I am sure that Js/CSS files can't get the parameters. Pl...

Rails: Facebox link if condition is satisfied

I want to display a facebox link when I click on a element when a particular condition is satisfied. I do not want the user to click if the condition is not satisfied. I am doing something like this to achieve it which is pretty ugly <% if x == 5 %> <a id="something" href="http://www.some_weird_link.com" rel="facebox"> <% end %> <...

Making an entire <div> become a link?

Is there a way to make the entire area of a <div> be a proper link? Right now I'm doing this with javascript using the onclick but this is not good since if I middle click it (on firefox) it doesn't open at all ...

Possible to simulate a keyboard shortcut being pressed by clicking on link using JavaScript?

Hi, I'm creating a touch application in the "Itunes LP" format which uses html, css and javascript within Itunes to create a "digital LP". The application will have several LP's to explore through a touchscreen. In fullscreen mode (within Itunes and the LP) you can press the "esc key" to exit the LP and enter "coverflow view" where yo...

CSS link styling troubles.

Hi there, I've been making websites for years and theres on thing that really bugs me and confuses me. I set a link style in the css file for a content div in my website and this successfully styles the links. However if i create a span or div inside this div with a new link style i end up having to add in !important to various attribu...

check if <ul> <li> has an active link?

hi guys, i have <ul> <li class="section-title">HEADER which triggers dropdown</li> <li><a href="element_one">element one</a></li> <li><a href="element_one">element one</a></li> <li><a href="element_one">element one</a></li> </ul> i'm hiding all li-elements (except the first one) with this line: $('#menu ul li.section-title:f...

Visual Studio 2010 URL Hyperlink color - is it possible to not use this?

Visual Studio 2010 "helpfully" detects URLs and colors them blue (by default). It will do this regardless of context - whether the URL is in the midst of XML, or it's in a comment, or it's a string in code, etc. I find this distracting. The URLs are part of their context. I'm not coding in Visual Studio in order to click on hyperlinks. ...

Is there a link checker for SharePoint 2010?

I'm looking for a program, feature or timerjob that checks links on SharePoint 2010 Publishing-Sites and Hyperlink-Lists if they are alive. The Out-of-the-box link scanner of SharePoint checks only internal links. I need one that checks external links, too. I tried non SharePoint link checkers, but they won't work with the SharePoint a...

Injected link stylesheet takes precedence over existing styles in IE7+

There seems to be a bug in IE when cascading dynamic stylesheets. Does anyone know if there is a workaround? Consider this: <head> <style>#test{background:red;}</style> </head> <body> <div id="test">test</div> <script> var link = document.createElement('link'); var style = document.getElementsByTagName('style...

HTML hyperlink remain changed color after mouse has moved over link

I was wondering, I have links that change blue when a mouse hovers over them. Would it be possible to make them remain blue a few seconds after the mouse has moved away? I'm guessing this would be possible with jquery? Thanks! ...

How can I change the preferred language when clicking in an anchor link (Kohana's i18n)?

I have a es.php and a tl.php in the i18n folder: es.php: <?php defined('SYSPATH') or die('No direct script access.'); return array( 'Good Morning' => 'Buenos Dias', ); tl.php (is the abbreviation of a human language. No idea which one): <?php defined('SYSPATH') or die('No direct script access.'); return array( 'Good M...

The TRUTH about 302 redirects and SEO?

So... what is the truth about 302 redirects and where is someone with empirical evidence that proves that clean 302 redirects from one site to another does not carry link juice? Recently, I've had overlay frantic people I link to wanting me to change my links to be direct rather than redirects. I have a high-traffic and well-indexed si...

CSTA Link to Hipath 3000 (CSTA II or III) on perl

Hello! I need some infos about how i connect to a Hipath 3000 Series on the CSTA Interface. I need a quickstart for the connect ... maybe someone with experience on Perl and howto make CSTA Link ? Thanks a lot ...