31 Topics

Member Avatar for
Member Avatar for Davife

I've created an HTML email which has a link back to my website. It works fine in every mail client that I've tested except Yahoo mail. Yahoo mail adds rel="nofollow" and deletes the href link. For examplE: <a style="text-decoration:none;font-size:16px;color:#0000CC;" href="www.xyz.com" target="_blank">Visit Us</a> is replaced with <a rel="nofollow" style="text-decoration:none;font-size:16px;color:#0000CC;">Visit Us</a> Consequently, …

Member Avatar for Duane_3
0
3K
Member Avatar for Niloofar24

Hi everybody. What is the usage of `urljoin`? An example: >>> from urlparse import urljoin >>> url = urljoin('http://python.org/','about.html') >>> url 'http://python.org/about.html' I think the answer is that when we take a link from here `'http://www.python.org/` for example , it looks like this `<a href="/about/>about</a>`. So if i take the …

Member Avatar for Niloofar24
0
784
Member Avatar for markii.borabon

I have some basic logic here and im getting crazy how can do this. what I want is to submit my form when the hyperlink is being click. here sample code: <form id="myForm" action="for-filtering.php"> <input type="hidden" name="fname" value="<?php echo $account_fname; ?>"> <input type="submit" id="submit" style="display:none;"/> <a onclick='myFunction()' href='reponse-to-customer.php?id=".$cus_id."'>$firstname_email</a> </form> <script> …

Member Avatar for tapananand
0
303
Member Avatar for Jamie_4

I'm trying to get the text "Student 1, " to display in a text box but also have it as a link back to the student's page. This code displays only the url I want but not as a link and doesn't display "Student 1 " function getFavourite() { var …

Member Avatar for taersious
0
1K
Member Avatar for nadiam

hey guys so im kinda stumped. i have a menu bar |home|events|contacts| for example if im on the home page i would like the |home| to be active or to show that i am on the home page. ive tried `:visited` and i even tried jquery and it doesnt work …

Member Avatar for nadiam
0
348
Member Avatar for borovez

Alright so this has been bugging me for a long time now... I have tried everything but I cant get it to work! So what I want to have is a link that acts as a button, and once you click it, it POSTs an ID number of the button …

Member Avatar for pritaeas
0
6K
Member Avatar for Ranjith_2

I'll come to the point, every link is working except one link. My index page --> http:// pastebin.com/wGAhtT9k My Css Page --> http:// pastebin.com/Kg1WGvGJ My js page --> http:// pastebin.com/rv4mdcJ8 This is my website --> www.leranjith.com In my website, i have two "certificates" link, the one inside the circle is …

Member Avatar for almostbob
-1
237
Member Avatar for Kewne

I have this line of code: $str = "$str<td><a href=\"javascript:Open($Row->ID , $Row->IDCode)\" title=\"click to open window...\">more...</a></td></tr>"; it works fine when the IDCode at the $Row->IDCode is a numeric but then it doesn't work anymore when the IDCode starts with a character. At my database the ID is int(11) unsigned and …

Member Avatar for Kewne
0
174
Member Avatar for serph09

It's a bit confusing to explain so I'll give an example instead and try my best. So let's say I have multiple blocks of DIV element with same class name (can't change class name for each DIV), but within each of those DIV, the content is different (specifically the a …

Member Avatar for serph09
0
309
Member Avatar for lwschjang

To start off, thank you for your time and assistance. I recently bought a wordpress theme with a built in gallery. Here's the link to the theme's live preview, just click on the 'Fashion Model' link and the gallery will pop up: http://themeforest.net/item/mediabook-multimedia-wordpress-theme/full_screen_preview/3025192 As you can see it's a nice …

Member Avatar for lwschjang
0
290
Member Avatar for RT00220489

Hi, I seek your help as m stuck with an issue. I am uploading a css style file in a folder and need to provide the link to that css file in my aspx page. That is simple, but the twist is, the file name can be anything. That file …

Member Avatar for JorgeM
0
203
Member Avatar for pucivogel

How can i make an ajax request through a link, i mean when i click on link <a href=.... it sends an ajax request to a php file which shows in my case a table?

Member Avatar for JorgeM
0
382
Member Avatar for DaveyMoyes

Hi all, I have a facebook page tab application that is hosted on my server. If I navigate to the FQD location the page will load as you would expect. What I would like to do is detect if the page is being loaded inside an iframe, ie. being displayed …

Member Avatar for DaveyMoyes
0
4K
Member Avatar for robanatilahun

hello everybody, it's my first time to ask on forums with hope of your very useful support. I have difficulty to access the value of my variable which i set in other page of anchor tag. here the code is; echo '<li><a title="' . $row['hot_name'] . '" href="1hot.php"?pg= "2">' .$row['hot_name'] …

Member Avatar for robanatilahun
0
216
Member Avatar for kamil_hism

I am having trouble with stacking: [Example](http://jsfiddle.net/YMrLd/10/) I need to get **class_span** to have a higher stacking order than **class_div**. I tried to change the z-index but with no luck. Does any one know of any solutions?

Member Avatar for blocblue
0
187
Member Avatar for cmaheshwari16

Hi all, I am giving the href to give a link to a file. The problem is that in IE it opens the text files in the same browser, but in mozilla it works fine(gives prompt of save as option). I want the same functionality for IE also, searching Google …

Member Avatar for almostbob
0
708
Member Avatar for ping0ping

Hi, my jQuery link is not working. Its only work if I'm not using `href` attribute on that link. Currently its only functioning when I put the `URL` into `alt`or `title` attribute for example. When I put the url on `href` attribute it will not run as AJAX. Sorry if …

Member Avatar for ping0ping
0
166
Member Avatar for toldav

Hi, If some one can guide me to the right direction I'm trying to use arrays to display urls in one line and under the url the text name of the href text. The second function it doesnt work some help will appreaciated. thank you. <!DOCTYPE HTML> <head> <meta http-equiv="content-type" …

Member Avatar for Philippe.Lahaie
0
223
Member Avatar for lfmconsummates
Member Avatar for shalikas

Hi, I was asked to help with an old website. And the css there is not optimized yet everything seemed to be working. Except for when I view it in internet explorer. I am using wordpress but the part with the problem is custom coded HTML in the footer. I …

Member Avatar for shalikas
0
714
Member Avatar for RazorRamon

I have a mysql table that has id, name, type, size, content, and link. I have pages download.php and showimage.php. I want the link to affect the image so when the user clicks it sends them their. I only created showimage.php cause I had ran out of options on how …

Member Avatar for RazorRamon
0
3K
Member Avatar for ud2008

Ok, first let me explain what I try to do. I have a menu with some items containing a submenu. The submenu's should open when a parent is clicked and contains submenu's, and when traveling to another page (from the item clicked, for example a parent of submenu item), the …

Member Avatar for ud2008
0
1K
Member Avatar for ramukumar

Hi all, I want to use php variable for example $Lang[0] in the href as <a href=$Lang[0] target=_blank> where $Lang[0]="http://www.dailyhungama.com" thanks in advance

Member Avatar for aru211285
0
8K
Member Avatar for ayesha789

I saved the link refrence in Databse like /PEDB/SupportDoc/5/PRFF or0444.pdf and used [ICODE]<a href=".$r1[10]." target=_blank>View</a>[/ICODE] to show the documents but when I click on view its not showing document because link break where space put in and show blank in explorer like /PEDB/SupportDoc/5/PRFF

Member Avatar for ayesha789
0
176
Member Avatar for SolidSolutions

I've got a simple link that opens a mail message: [CODE]<a href="mailto:help@solutions.com"[/CODE] If I select a new mail message in Outlook, it opens and works fine, using the "Normal" format style for the body text. But, with the mailto: link, it opens a new message using "Paragraph" format style for …

Member Avatar for floatingDivs
0
446
Member Avatar for Pinchanzee

I'm having trouble with some basic AJAX, I'm very new to it but have found a similar chunk of javascript that I've altered to my needs (kind of). I have a <div> that I want to change upon the click of a link. It contains a list of entries, ordered …

Member Avatar for Pinchanzee
0
175
Member Avatar for trixma

Hey guys, I'm trying to make a link appear as white text in all states (idle, hover, visited, click) but for some reason my idle state does not conform to my CSS. Could someone have a look and maybe help me solve the issue? here's my CSS: [CODE]a.nav:link { color: …

Member Avatar for shaya4207
0
250
Member Avatar for philip.s

Hey Guy's I have to write a simple page that uses "Get page content" and display's the page back in my website. The problem is that when someone clicks a link it opens an external page. ie. I want to open a page on my site, read it in as …

Member Avatar for chrishea
0
121
Member Avatar for SKbirdie

I have an existing website I an trying to modify. In speedscript I have my include libraries and a veriable. Then I need to do an href with a link I have the code as follows <a href="WI_testweb/" + "custno" + ".xls">Matrix</a> The custno is the variable. Is there a …

Member Avatar for SKbirdie
0
208
Member Avatar for garcon1986

Now i extract data from mysql database, and echo them in a table. In the last column of each row, i made a link. It link to the corresponding page according to the value of first column in the row. Now i can't get the solution and have some errors. …

Member Avatar for garcon1986
0
197

The End.