hyperlink

Reading hyperlink information from an excel file using .NET

I am reading an excel file in C#.NET. The data is being read successfully but there is problem with some hyperlinks stored in the excel file. I can read their text but i dont know how to get the underlying link/url of the column. I couldnt find much help on google as well. if someone has worked in a similar situation please let me kn...

Link open left div

Hi guys i have this link http://www.tgi.com.pt/link/tabSlideOut.html and my idea is the link content open the left div. But I can't doing the desired effect any suggestion? ...

IE7 shows links improperly

This site doesn't work properly in IE7: http://www.remleehospitalfoundation.org It worked fine in Chrome and IE8 supposedly. This isn't my site. HTML consists of standard relative links: <a href="/contact">Contact</a> In IE 7's status bar, the above link appears as: http://./contact Why is IE7 the only browser affected, and how ...

display links in php

Hi, I know this is simple but my brain is fried from trying to solve a different problem! I'm using php's mail function to email the user. Below is my code. See the a href link, how do I get this to display as an actual link within the php? [email protected]; $content= "Dear Whoever, NB: Please click <a href=\"document.p...

how use button in internet explorer?

on my source i use <a href='pag.php'><input type='button' value='Next'/></a> in firefox and crome when i click on the button i'm redirected to pag.php but in ie it don't work. how can i do? ...

Reset iframe after page refresh

I have a page that loads in content via iframe. Within that content is a link that goes to another page, but loads in content to the page the same way. When I refresh the page, the content from the second iframe is still loaded in. Is there anyway to reset it to the first iframe on a page refresh, without having to Shift+Refresh? ...

Dynamically enable/disable links w/ jQuery?

I have some links displayed on a page, that I would like to enable/disable based on other events on the page. Is there a way to do this w/ jQuery? ...

Check if an URL has got http:// prefix

Hi, In my application, when the user add an object, can also add a link for this object and then the link can be opened in a webView. I tried to save a link without http:// prefix, then open it in the webView but that can't open it! Before webView starts loading, is there a method to check if the URL saved has got http:// prefix? And if ...

PDF Anchor tag to another page

Is there a way to go to other pages in a PDF document wiht out having to provide the full URL int the Link tag? Everywhere I look, before the HTML is converted to PDF, they use link tags wiht an HREF that contains the site and pdf location. If they download this file, why would I want them to link to the website to view another page? T...

last visited link

I have 2 domain names on second domain name I want to check last visited link. for eg. on 1st domain name contact us link is given when user click on it, it takes him to second domain name. now how will I know which link is clicked. ...

Hotlinking protection

ok so i have a couple of working codes RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://site.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://site.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.site.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.site.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp...

How to handle linking without hardcoding (relative, absolute, or using a media_url)

I have a website that uses php includes, for thing like the header and navigation. I am linking to a lot of css /js files in the header, obviously. I also want to be able to move the website into a subfolder of another site, so it can be located at www.example.com/somefolder/MySite, so I can't hardcode my links to be relative to the ro...

ASP.Net HyperLink control enabled propery is not working in IE 8 compatibility mode?

We have following ASP.Net 2.0 HyperLink Control: asp:HyperLink ID="FolderLink" runat="server" CssClass="cursor" Enabled="false" ImageUrl="/_layouts/1033/images/selectlink.gif" ToolTip="Folder Links"> On server side, following script is attached: FolderLink.Attributes.Add("onclick", "javascript:setURL('Control');"); Issue is that Hype...

Adjusting height of a-tag to outer td

Hey guys, I got the following structure: <td> <a>1. menu</a> <a>2. menu</a> <a>3. menu</a> <a>4. menu</a> </td> Of course, I have classes assigned to the elements. I am trying to adjust the height of those a elements to the outer td, so that the hover effect will fill from top to the bottom. See here: Any idea how I ...

Getting inline css in an ASP.NET MVC page

I have an ASP.NET MVC website running in the windows azure cloud. It includes links in the section like this one: <link href="Content/Case02.css" rel="stylesheet" type="text/css" /> Sometimes the css is delivered within the page (inline) and sometimes it is not. I want to set something so that it is always delivered to the browser ...

Returning to app after sending to mail client

Hi there The jamie oliver application and the nigella quick collection apps both return the user to the application after they've sent a feedback email. My question is, how do I return a user to the app after sending them to the email client. Plus, is there any way to do this with the safari app too? After sending them to a URL? Thank...

Convert emailadresses from excel into hyperlinks using dreamweaver or an alternative

I just received a large list of email addresses from a customer that want me to put it on a regular html page. I would appreciate it very much if there was some way to automatic convert those emails into email hyper-links: <td>[email protected]</td> ---> <td><a href="mailto:[email protected]">[email protected]</a></td> I was hoping there was a way ...

How can I check what $(this) is?

Hi all, This question is related to this post but I don't see how I can ask another question in the same question. I need to know what $(this) this is. If I alert $(this) I get [object Object]. In other words when I alert($(this)) I need for the outcome to be a specific <li> tag so that I can do an IF ELSE statement when I roll off a ...

How to post a text in twitter as a hyperlink in iphone?

I want to post a text in a twitter as a hyperlink.I am able to post it as a simple text message.I have used Twitter+OAuth.i have used [_engine sendUpdate:@"My twitter update"]; method to post my content.How can post is as a hyperlink so clicking on text opens a link.Any ideas? Thanks. ...

find nearest named anchor to an element on a web page in javascript

I'd like to be able to right-click on an element on a web page and get the URL of the nearest anchor. For example, say I'm looking at online docs, and I see a paragraph saying something surprising, then I'd like to be able to right-click on that, choose "copy URL of nearest anchor", then go to my IDE and be able to paste a URL like "htt...