hyperlink

how to click on a button in the iphone application and link to a second page within the app

i am building up a view-based project with out a navigation bar. I have 2 pages. Simply need a button to link from page one to page two. Then a button to link from page two to page one. Seems it should be very simple but i am having a heck of a time trying to get it. ...

retrieve links from web page using python and beautiful soup

How can I retrieve the links of a webpage and copy the url adress of the links using Python? ...

Linking to an external URL in Javadoc?

Something like: /** * See {@linktourl http://google.com} */ ...

Link checker - mail for invalid links

Hey! I got this link checker script and i would like it to give me a mail when a link doesnt work. I need it to remember that it send me an email about a link so i dont get multiple emails about the same link. I would appeciate if anyone help me with this since it was too hard for me. <? function checklink($links) { $working = 0; ...

Word document hyperlink

I want to keep a hyperlink in the page which takes me to another page in the same document.I am not sure how to do this.Can anyone help me ? ...

Email link to local windows resource with space

How do I encode a link in a plaintext email to a local network resource with a space in it. For instance this will only highlight up to the word "file" but not "file name" \\SERVER\share\file name Yet if I do this \\SERVER\share\file+name or \\SERVER\share\file%20name Then Windows Explorer does not recognize the path correctly. ...

adding sql query output to hyperlink in asp.net

I think it might have been asked before but i was unable to find the right answer, so i am asking here. i have added a data source which is working fine, i wanted a feature where i query the top n entries from the database and add it with a hyperlink. Think of it like Latest News! The markup for the hyperlink inside the ItemTemplate of D...

HTML: div in link problem ?

This not happened all the time. A bug is not a bug if cannot be reproduced ! First, i thought this was a mistake of my young programming skills but same error appears in my two sites, apparently in the same circumstances. <a style="display:block;" href="link"> <div>text1</div> <div>text2</div> </a> Sometimes, while browsing, links ...

How do you remove hyperlinks from a Microsoft Word document?

I'm writing a VB Macro to do some processing of documents for my work. The lines of text are searched and the bracketed text is put in a list(box). The problem comes when I want to remove all hyperlinks in the document and then generate new ones (not necessarily in the location of the original hyperlinks) So the problem is How do I re...

how to set generate hidden hyperlinks and query string parameter name feilds of a gridview with pager control?

Hi, I have created this(http://kpumuk.info/asp-net/gridview-with-custom-digg-like-pager/) gridview with pager control in C# for my website in ASP.Net 2.0 (C#). Now for SEO purpose I do not want to hide my links from search engine boots. So for this I want to set my Gridviews's behavioural properties GenerateHiddenHyperLinks to True an...

Replace URL with a link using regex in python

Hello, how do I convert some text to a link? Back in PHP, I used this piece of code that worked well for my purpose: $text = preg_replace("#(^|[\n ])(([\w]+?://[\w\#$%&~.\-;:=,?@\[\]+]*)(/[\w\#$%&~/.\-;:=,?@\[\]+]*)?)#is", "\\1<a href=\"\\2\" target=\"_blank\">\\3</a>", $text); $text = preg_replace("#(^|[\n ])((...

Jquery Show Current Page in Navigation Sliding Doors

I'm currently building www.scenes-online.co.uk/test/ I've got this code sliding up and down the links on hover using jquery... <script type="text/javascript" src="http://www.google.com/jsapi"&gt;&lt;/script&gt; <script type="text/javascript"> google.load("jquery", "1.3.2"); //load version 1.3.2 of jQuery google.setOnLoadCallback(fun...

Sort dead hyperlinks in Excel with VBA?

Hi All The title says it: I have an excel Sheet with an column full of hyperlinks. Now I want that an VBA Script checks which hyperlinks are dead or work and makes an entry into the next columns either with the text 404 Error or active. Hopefully someone can help me because I am not really good at VB. EDIT: I found @ http://www.utte...

Link Checker With ShellExecute?

I've been tasked with going through a database and checking all of the links, on a weekly schedule. I normally work in PHP, but doing this in PHP would be very slow (it actually would timeout the page after about 100 URLs), so I decided to make a quick C++ app. Admitidly, I haven't used C++ since college, so I'm a bit rusty. I found th...

Reporting Services Hyperlink to Report in Another Project

I need to set up a hyperlink in a report in one reporting services project to a report in another project that's part of the same solution. The standard "Specify a Report" option allows linkage only to reports within the project. Is there a way around this? ...

Can I control the context menu on a link in htmlText when using Flex?

I created a Flex application with a textArea. I'm populating the textArea's htmlText property. I have a context menu on the textArea, but I don't see how to make a different context menu when the user right clicks on a <a href...>link</a>. Can I control the context menu for a link displayed inside of the htmlText of a mx:TextArea? ...

Reasons to discourage "here" links in web pages

I know that using "here" for a link's text is considered bad, but if I want to persuade business- or architect-type people, what are the best arguments to use? I know it can have some effect on Search Engine Optimization (SEO), but can anyone explain this and any other reasons in more detail? An example: The StackOverflow site can b...

ExtJS display link in new tab

Hello, I am using ExtJS version 2. I am clicking a button to add new tab to a TabPanel. The new tab function looks like this: function addTab(tabTitle, targetUrl){ tabPanel.add({ title: tabTitle, iconCls: 'tabs', closable:true }).show(); } I would like to know if it's possible to get the targetU...

How to set the last-clicked anchor to be a different color from all other links?

a:link {color:#FF0000} /* unvisited link */ a:visited {color:#00FF00} /* visited link */ a:hover {color:#FF00FF} /* mouse over link */ a:active {color:#0000FF} /* selected link */ The pseudo-classes (link, visited, hover, active) don't do exactly what I want which is to highlight the last-clicked link on a page to be a different color ...

Mediawiki / Excel: Hyperlink from Excel to a non-existant wiki page gives a 404 - how can I fix or work around this?

Hello, I suspect this could be something faulty with Excel (although I keep an open mind), but I wondered if anyone knew how I could get around this apparent bug: I wish to create Excel spreadsheets which link to pages in a local wiki (running MW 1.14.0, full details below) where those pages don't yet all exist. The idea is that over...