Passing a variable via href
Posted: Thu Nov 30, 2006 1:55 pm
I need to have a series of links that call a dynamic div pop section (overlay) in my php page.
The current link is:
Can I set a _Session variable and retrieve it in the div pop? If not, how can this be done?
The current link is:
Code: Select all
<a href="javascript:;" id='Message' onClick="document.getElementById('content').style.display = 'none';document.getElementById('overlay').style.visibility='visible';return false;" style="cursor:hand" onmouseover="window.status='';return true;" onmouseout="window.status=' ';return true;">Click Here</a>