A hyperlink is a reference to a document or a part of a document that can be followed automatically.
0
votes
0answers
18 views
Is it dangerous including the link to the pMA login page?
On the private section/CMS of my website I'd like to include a link to the php MyAdmin login page of the MySQL database I use for the website. Is it dangerous/inadvisable?
E.g.
<a ...
0
votes
0answers
8 views
wordpress template links not working in chrome but works in firefox and IE
so i have this template i have been using for my site, all is well with it except that none of the content links are working in Chrome, but work in firefox and IE,
can someone please take a look and ...
0
votes
0answers
12 views
URI to compose gmail message with inner HTML
Ahoy. In this answer, there is a way how to open Compose window in gmail.
Is there a way how to specify inner HTML inside body that it will send this:
LINE1LINE2
and not just this:
<a ...
-1
votes
3answers
23 views
SlideUp and location.href
I have a menu with several options. When I select one, I make a slideDown over a hidden div to show the content of it. So far so good, but when I click on another option, I don“t manage the slideUp of ...
0
votes
0answers
25 views
CSS Link Styling not applying across all browsers
I have created a simple webpage, with three links which get the font increased by 110% on hover, these links are also supposed to change colour when mouseover..
In IE these links all function as ...
0
votes
2answers
35 views
Width and Height not working on 'a' tags?
I am new to css and started working on a few simple projects. I ran into a really weird issue styling buttons, though. The following code will not result in a link:
<a href="#" style="width:240px; ...
-1
votes
1answer
18 views
Working on building a webcrawler
I am starting to build a web crawler using JAVA, I am looking for ideas on how to proceed down links on the web pages visited and possibly establishing a length of links to proceed down. Any ideas?
0
votes
0answers
18 views
CakePHP 1.3 and Link to subdomain
I've been to the darkest corners of the internet, searching for an answer to this.
It's such a simple question, but I just can't make a link to a subdomain using Cake's HTML helper. I know that in ...
0
votes
0answers
3 views
TextEdit: How to create local links inside a document?
I am creating a guide with a table on contents and I want to link to each corresponding section of the document as quick links. Is there a way to create local links to parts of the document in ...
0
votes
0answers
35 views
Linking two excel sheet dynamically
I have two excel sheets:
first:
1 product1 price1
2 product2 price2
3 product3 price3
second sheet:
1 product1 price1
2 product2 price2
3 product3 price3
I need to link this two sheets.
The ...
-2
votes
1answer
12 views
How to use an html form to gather information to create a link
I would like to have a html form that will have the user input values, i.e. module ID for a DEMO, desired dimensions of the mask and which environment the demo should be loaded. Then from hitting ...
0
votes
2answers
32 views
PayPal Sandbox links go to live PayPal site
I can log into the developer.paypal.com site with my PayPal credentials. When I then enter the sandbox as my seller account, all of the links in the menu system takes me to the live PayPal site, ...
0
votes
0answers
15 views
Moving a specific obect when clicking a link in CSS/Javascript
I have page with a link to two different types of content: An "about" page and a Product listing page. See link here:
...
1
vote
1answer
42 views
Links inside iframe (not in popup) doesnt work
I have gone thru other similar issues to solve this perticular issue , but somehow in this case all the solutions are not working.
So here is my the question with example snippet:
I have an html ...
0
votes
1answer
24 views
User registration validation through email with Spring Roo
I want to add a feature to my spring roo project. I have an user entity that logs into the application and adds additional users.
When I add those users there is an email adress(field) on which I want ...