Making a link non-link when on the page.

This is a discussion on "Making a link non-link when on the page." within the Web Page Design section. This forum, and the thread "Making a link non-link when on the page. are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 16th, 2007, 07:43
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 229
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
Making a link non-link when on the page.

At the bottom of http://www.newbreedjesusfreaks.com/i...page=nathaniel where it says Nathaniel, Adam, Kevin, Rachel, how can i make it when i'm on the current page it becomes a non link...
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote

  #2 (permalink)  
Old Nov 16th, 2007, 08:05
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Making a link non-link when on the page.

this will be PHP:

PHP: Select all

if(isset($_GET['page']) && $_GET['page'] == 'nathanel') {
// dont show link as active (just show nathanel)

Something like that... I'm no PHP expert
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Link to another page in JavaScript R8515198 JavaScript Forum 12 Jan 30th, 2008 18:08
making an entire div a link johnmr Web Page Design 3 Sep 21st, 2006 00:15
Making an image a link adds whitespace I can't get rid of sgware Web Page Design 5 Aug 18th, 2006 22:38
Making a link live in a cdo email weezie Classic ASP 0 Feb 15th, 2006 14:49
making a graphic signature a link question NovaGoth Graphics and 3D 1 May 2nd, 2005 09:16


All times are GMT. The time now is 06:01.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43