680 Topics

Member Avatar for
Member Avatar for sushmaja.arumalla.9

How to use commandName in hyperlink control similar to Link button for some backend process. I want Text of Hyperlink Which is clicked From a group of Hyperlinks to identify which hyperlink is clicked and based on it some backend code should be executed.How to retrieve the Text of Hyperlink …

Member Avatar for Ahmed Badawi
0
986
Member Avatar for Ambrish_1
Member Avatar for JorgeM
-1
211
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 Muhammadshazad

Hello everyone. We did lot of work in our daily life on our sites for high rank and for google top. But our work not give us good results as we think,this is because we made back links from not good sites. We get thousands of backlinks through our manual …

Member Avatar for markjaiby
0
268
Member Avatar for FaheemSajid

Hi! I am facing a problem that i have redirected a website to the new one in htaccess but google webmaster is showing the "Links to Your Site" problem in webmaster and according to my knowledge this problem is very critical and serious. Is there any solution to get rid …

Member Avatar for FaheemSajid
0
275
Member Avatar for kiruba.m
Member Avatar for abhijit_2

anybudy tell me how to send forget password mail to users mail id saved in database

Member Avatar for diafol
0
135
Member Avatar for luvseo
0
97
Member Avatar for Priti_P

Hello All, I am displying the paragraph by fetching it from DB using function `mysql_result($result1,$i,"Summary")` and here in DB database Summary field contains link (for ex: htttp://google.co.in) but on UI side, it simply shows htttp://google.co.in not a clickable link. How to do this ??? in short as my mysql_result() is …

Member Avatar for Priti_P
0
196
Member Avatar for H_beginner

Can any one tell me what I am doing wrong. I am sorting a single linked list. void ll::sort() { for(int i=0;i<size-1;i++) {node *cptr = fptr; for(int j= 0;j<size-1;j++) { if((cptr->no) > (cptr->nxt->no)) { if(cptr == fptr) { node *c2ptr = cptr->nxt; cptr->nxt=c2ptr->nxt; c2ptr->nxt=cptr; fptr = c2ptr; } else { …

Member Avatar for richieking
0
307
Member Avatar for ManzarOx

hello Dani community. hope you guys are doing fine. My name is Manzar the comapny i work for as SEO strategist happens to be a fashion house that owns two online fashion stores namely www.dressrepublic.com and www.raneemstore.com The SEO guy before me inserted the inbound link of Dressrepubic (DR) store …

Member Avatar for ManzarOx
0
452
Member Avatar for ariel930

Hi,I am having a hard time trying to do insertion sort on a singly link list containing single alphabets.I have spent hours doing this but still it wont work.Any help will be apprecited. Here is my code: # include <iostream> using namespace std; class node { public: char info; node …

Member Avatar for richieking
0
5K
Member Avatar for KhubaibQaiser

I want to know if there is a way to check if a link is univisted javascript or jquery should display a popup mesage to the user to visit that link. This should happen as soon as a user logins the website. Any help in this regard will be appreciated.

Member Avatar for EvolutionFallen
0
142
Member Avatar for HoverportMedia

I apologize if this isn't the right board for this topic, but when you're developing a website and especially when it goes live, sometimes the user will see words that acts as links to unnecessary ads. As an example, I'll take some text from a client of ours: *"Our formulas …

Member Avatar for mildred2013
0
204
Member Avatar for mario90

Hello i'm using javascript code to redirect visitor to random link like the example below but sometimes i get error 404 response :( var pageArr = ["http://google.com", "http://yahoo.com", "http://bing.com", "http://youtube.com", "http://facebook.com"]; document.location.href = pageArr[Math.ceil(Math.random()*5)]; ps:the code does exist in external js file what the problem here ? i'm not coder …

Member Avatar for mario90
0
248
Member Avatar for petrarobert002
Member Avatar for Schol-R-LEA

I would like to propose a link thread for posting listings of sites on CS topics not tied to a specific language. Two that come to mind as being relevant to some of the more common questions would be the [OS Dev Wiki](http://www.osdev.org), and the similarly themed but less established …

Member Avatar for sanjit.dasgupta2
1
352
Member Avatar for CoreWeb

Hi. My friend is asking me to help him build links for his ecommerce site. We are working on adding the products to websites such as Svpply and Wanelo. Do you have other good sites like those that I have mentioned that we can use and put our products to? …

Member Avatar for getmused
0
295
Member Avatar for Eagle.Avik

hi, i am interested in php link redirect. lets say i have a website with a lot of links, and most of the time if i change one file name i have to update that on everypage, it's irritating, as for other website like microsoft, they use links like **go.microsoft.com/fwlink/id3242** …

Member Avatar for Assembly Guy
0
504
Member Avatar for makemoney10
Member Avatar for Ravi Rajput
0
915
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
238
Member Avatar for Magic8Computing

Hi, We have a intranet with thousands of excel spreadsheets, we have set all the browsers so they open any excel spreadsheet in excel itself not within the browser which is how we wanted it all, unfortunately someone has now developed a spreadsheet they would like to open in the …

Member Avatar for patk570
0
116
Member Avatar for andreiviziru

so i have the following script: <?php /** * * @Create Breadcrumbs Trail. * * @copyright Copyright (C) 2008 PHPRO.ORG. All rights reserved. * * @version //autogentag// * * @license new bsd http://www.opensource.org/licenses/bsd-license.php * * @filesource * * @package Breadcrumbs * * @Author Kevin Waterson * */ class breadcrumbs{ /* …

Member Avatar for andreiviziru
0
248
Member Avatar for iBackpace

Hello, help me please. I have a db sample ( http://i.imgur.com/JRZ2ojP.png ) I have 1 combobox and 1 textbox If the combobox select "Notebook" then on the textbox it must be display the corresponding itemStock (3) Please :( By the this my simple code for my combobox Try Query = …

Member Avatar for Begginnerdev
0
644
Member Avatar for andreiviziru

Hi I have the folowing problem: The css wont apply to html although everything is corectly <link href="../../../../default.css" rel="stylesheet" type="text/css" media="all" /> ... <h4><?php echo $gamename[2]; ?></h4> and in the css i have the following h4 { color: #FFF; font-size: large; font-family: "Courier New", Courier, monospace; }

Member Avatar for stbuchok
0
432
Member Avatar for Rob Alice
Member Avatar for Ruby Spark
0
637
Member Avatar for jaredsdirect
Member Avatar for jaredsdirect
Member Avatar for LastMitch
0
141
Member Avatar for Rob Alice

Hi Friends, To promote a website i follow some best link building techniques really which works great and it brings so worthy to me...i.e. 1. Link Wheel 2. Guest Posting 3. Blogs 4. Slide Submissions 5. Video Optimization 6. Business Listing

Member Avatar for Dani
0
218
Member Avatar for MaryOlson

Hi, I'm seeing demand of natural links, how would I build it, please let me know your tips. Thanks

Member Avatar for williamj896
0
206

The End.