0
votes
2answers
25 views
favicon dissapears
Hello,
Does anyone know why the favicon dissapears
Background:
I have my site made according to mvc
So, I will have a frontcontroller and a main layout
All the other views will be loaded in the …
1
vote
1answer
24 views
Adding Hyperlinks in a richtextbox that activate a method instead of a webpage
Specifically, im looking for a way to add links to all the words in my (rich)textbox that start with #. so, if my richTextBox1.Text property equaled "This is an #example of what i want" i would want …
1
vote
1answer
29 views
detect link in 2nd level li and add a span, plus add class to parent li on hover
I'm working on a two level unordered list menu, and so far was able to take some decent newbie steps in figuring out how to show and hide the menu using jQuery, as well as animate it a tad.
I have …
1
vote
3answers
47 views
Concatenating a string in a querrystring of a <a> link in c# created through asp.net
I can already send something in the querrystring:
<a href='Exibe.aspx?var='lalala''>
but i'd like to send a string instead of lalala, and when i try to concatenate normally in the …
0
votes
1answer
19 views
How to use the .def file for explicit linking.
Hi,
I am facing the the problem to link to a third party dll. It is windows mobile application, where I am try to link to this third party dll.
Here first I had the dll and lib file. I was not able …
1
vote
3answers
43 views
Cant add static lib
Hello I am trying to build a DLL and it needs to reference a library namely libeay32.dll from the openssl package. I cant seem to add it as a reference under the Property Pages->Common Properties->Add …
0
votes
0answers
21 views
Why doesn’t ld honor the ‘-rpath-link’ option?
I detect this using strace:
8480 execve("/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld",
[ …
3
votes
6answers
74 views
javascript - know if a link has already been opened.
Hi,
I'd like to know if there is a way to know if a link has already been opened. In firefox, the color of a link changes once you clicked it, so I guess it's possible.
Edit : This is for a firefox …
1
vote
3answers
32 views
Unwanted padding on link images in IE only
Hi,
I hope someone can help. Within my container DIV I have 3 images which I require to sit side by side in one row. This is indeed the case in every other browser except, annoyingly, as usual, in …
0
votes
2answers
25 views
ASP.NET: Enumerating header elements from codebehind
On Page_Load() in the codebehind, I'd like to enumerate all the <link> tags. The purpose being I want want to add a <link> to a CSS file if it isn't specified in the Page's markup.
How …
0
votes
3answers
97 views
Call href from JavaScript
This is the same question as THIS ONE, I can't answer that anymore, so I'm re-posting it with my account.
Sorry for the mess.
I need a Greasemonkey script that on a page load activates a href link …
0
votes
1answer
48 views
Bug in Mobile Safari regarding HTML LINK
My native iPhone app displays HTML files using UIWebView. These HTML files are stored locally on the iPhone (they ship with the app).
Now I'm also trying to use a central CSS file in the HTML files, …
0
votes
0answers
19 views
Webtrends Issue - Adding data to links
At my company, we are using webtrends. The stats guy is telling me that we need to append &WT.svl=UniqueDescOfLink to every single link on our site.
I don't know much about webtrends, bit I am …
0
votes
1answer
128 views
magento - add links to footer but not to top navigational menu
Hi there,
I want to add links to the footer - such as Customer service etc.. I do this by editing the CMS static block, footer links. However when I do this, they also appear in the very top menu.
…
0
votes
1answer
23 views
Oracle JDBC connection pooling with databae link
Hi all,
I'm building a J2EE web apps with Oracle database. The app server uses JDBC connection pooling to Oracle database A (e.g. 20 connections max), and some of the queries performed use tables in …
