<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>As Laurent said, you can pass parameters through 
the querystring and request them in ASP - but you can also do it with 
JavaScript. That would require some work to make the links dynamic though so 
that you could pass parameters like that.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Also, as Hassan said, cookies can be used - the 
only downfall being that if the user has cookies disabled, it will not 
work.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Another alternative (and possibly the most messy) 
would be to create a frameset and have a hidden frame hold variables for you as 
the bottom&nbsp;window allows the user to&nbsp;navigate through the site. You'd 
have to make the top frame (or bottom, however you preferred) stay on the same 
page though as JS doesn't persist state.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Chris Tifer</FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=alaneaston666@hotmail.com 
  href="mailto:alaneaston666@hotmail.com">Alan Easton</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, June 22, 2004 12:41 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] JS div to remain 
  visible</DIV>
  <DIV><BR></DIV>Hello People,<BR><BR>I am in need of some help.<BR><BR>I have a 
  html page that has some div tags on. When you click each div tag, <BR>it 
  toggles a table of links below it in another div tag to be either visible 
  <BR>or hidden.<BR><BR>Now the problem I have it that when I click on one of 
  the links in the table <BR>that has been made visible, it goes to a page with 
  the exact same navigation <BR>structure on it, but I would like the table that 
  was made visible to remain <BR>visible.<BR><BR>Is there some way I can check 
  to see which div tag has been made visible as <BR>I go to the link. I have 
  attached the html file so you can see what I am <BR>doing.<BR><BR>Any ideas or 
  help would be 
  grateful.<BR><BR>Thanks,<BR><BR>Alan...<BR><BR>_________________________________________________________________<BR>Stay 
  in touch with absent friends - get MSN Messenger 
  <BR>http://www.msn.co.uk/messenger<BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Javascript mailing 
  list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE></BODY></HTML>