Click here to Skip to main content
15,905,419 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Get Server Info Pin
antbates3-Mar-03 4:05
antbates3-Mar-03 4:05 
GeneralRe: Get Server Info Pin
Jonavis29-Mar-03 16:35
Jonavis29-Mar-03 16:35 
GeneralRun application from HTML Pin
Oleg_S27-Feb-03 10:57
Oleg_S27-Feb-03 10:57 
GeneralRe: Run application from HTML Pin
Jason Henderson27-Feb-03 11:16
Jason Henderson27-Feb-03 11:16 
GeneralRe: Run application from HTML Pin
Paul Watson28-Feb-03 2:18
sitebuilderPaul Watson28-Feb-03 2:18 
GeneralRe: Run application from HTML Pin
Philip Patrick28-Feb-03 21:03
professionalPhilip Patrick28-Feb-03 21:03 
GeneralHighlighting Current Page Text on Nav Bar Pin
Chris J. LaQuerre26-Feb-03 16:31
Chris J. LaQuerre26-Feb-03 16:31 
GeneralRe: Highlighting Current Page Text on Nav Bar Pin
Jonavis28-Feb-03 9:36
Jonavis28-Feb-03 9:36 
Hi Chris..

basically what you need to do is send a value that informs the seccion you are in and create a validation in the following pages that recieves this value. I made an example using the same page as the reciving target. Im sending the variable "seccion" that contains the values 1 through 4. The page verifies if the value recived is the same as itself, and preforms to things afterward: either converts the word into a link or i simply keeps in bold.

Here's the code...
<code>

<li><b><% if request.QueryString("seccion") <> "1" then %><a href="<%= request.ServerVariables("URL") %>?seccion=1" target=_self><%end if%>Link One<% if request.QueryString("seccion") <> "1" then %></a><%end if%></b></li>
<li><b><% if request.QueryString("seccion") <> "2" then %><a href="<%= request.ServerVariables("URL") %>?seccion=2" target=_self><%end if%>
Link Two
<% if request.QueryString("seccion") <> "2" then %></a><%end if%></b></li>
<li><b><% if request.QueryString("seccion") <> "3" then %><a href="<%= request.ServerVariables("URL") %>?seccion=3" target=_self><%end if%>
Link Three
<% if request.QueryString("seccion") <> "3" then %></a><%end if%></b></li>
<li><b><% if request.QueryString("seccion") <> "4" then %><a href="<%= request.ServerVariables("URL") %>?seccion=4" target=_self><%end if%>
Link Four
<% if request.QueryString("seccion") <> "4" then %></a><%end if%></b></li>
</code>

Hope it works..
luck,
Jon

<a href="http://www.radiostatic.net/jon/index.html" target=_new>GET TO KNOW ME</a>
GeneralQuestion about html span tag used with innerHTML tag. Pin
George226-Feb-03 15:41
George226-Feb-03 15:41 
GeneralRe: Question about html span tag used with innerHTML tag. Pin
Philip Patrick27-Feb-03 22:15
professionalPhilip Patrick27-Feb-03 22:15 
GeneralRe: Question about html span tag used with innerHTML tag. Pin
George228-Feb-03 13:45
George228-Feb-03 13:45 
Generalimages not visible in IE browser Pin
lnong26-Feb-03 12:57
lnong26-Feb-03 12:57 
GeneralRe: images not visible in IE browser Pin
DFU2326-Feb-03 15:42
DFU2326-Feb-03 15:42 
GeneralRe: images not visible in IE browser Pin
lnong27-Feb-03 7:57
lnong27-Feb-03 7:57 
GeneralQuestion about html span tag used with img tag. Pin
George226-Feb-03 2:46
George226-Feb-03 2:46 
GeneralRe: Question about html span tag used with img tag. Pin
Philip Patrick28-Feb-03 21:06
professionalPhilip Patrick28-Feb-03 21:06 
GeneralRe: Question about html span tag used with img tag. Pin
George21-Mar-03 15:46
George21-Mar-03 15:46 
GeneralQuestion about span tag in html. Pin
George226-Feb-03 2:03
George226-Feb-03 2:03 
GeneralRe: Question about span tag in html. Pin
DFU2326-Feb-03 8:42
DFU2326-Feb-03 8:42 
GeneralRe: Question about span tag in html. Pin
George226-Feb-03 15:40
George226-Feb-03 15:40 
GeneralInclude files Pin
-- NA --26-Feb-03 1:00
-- NA --26-Feb-03 1:00 
GeneralRe: Include files Pin
-- NA --26-Feb-03 1:06
-- NA --26-Feb-03 1:06 
GeneralRe: Include files Pin
eggie56-Mar-03 18:53
eggie56-Mar-03 18:53 
GeneralRe: Include files Pin
eggie56-Mar-03 18:54
eggie56-Mar-03 18:54 
Generalframes and buttons Pin
Jh325-Feb-03 21:08
Jh325-Feb-03 21:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.