<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><BASE 
href="file://C:\Program Files\Common Files\Microsoft Shared\Stationery\"><!-- saved from url=(0022)http://internet.e-mail -->
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background="">
<DIV><FONT face=Arial size=2>Hello list,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a problem accessing an HTML hidden variable 
in my wigdet. Please can anyone tell me what I am missing here?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I include the custom Hidden variable as follows 
(this all works fine):</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=1></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;function 
GetHTMLHiddenVariables()<BR>&nbsp;&nbsp;&nbsp; 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // 
parent::GetHTMLHiddenVariables();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$szVariable = "CUR_PPC";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $szValue 
= " &lt;INPUT TYPE=HIDDEN NAME=$szVariable 
VALUE=\"\"&gt;";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$aReturn[$szVariable] = $szValue;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
return $aReturn;<BR>&nbsp;&nbsp;&nbsp; }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>*****</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>a javascript function on my template fills the 
hidden var with a value (this all works fine):</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>******</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;/**<BR>&nbsp;&nbsp;&nbsp;&nbsp; * get the 
javascript functions for this widget<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
*/<BR>&nbsp;&nbsp;&nbsp; function GetJavascriptFunctions()<BR>&nbsp;&nbsp;&nbsp; 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT face=Arial 
size=2>$aReturn = array();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$szJsFunctionName = "zoom24ppc";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$szFunction = &lt;&lt;&lt;EOT<BR>/**<BR>&nbsp;* {$szJsFunctionName}<BR>&nbsp;* 
called when the ppc&nbsp;value is set.<BR>&nbsp;*/<BR>function 
{$szJsFunctionName}(obj)<BR>{<BR>&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;{$this-&gt;mszHTMLForm}.CUR_PPC.value = 
obj;&nbsp;<BR>&nbsp;//alert({$this-&gt;mszHTMLForm}.CUR_PPC.value);<BR>&nbsp;&nbsp; 
{$this-&gt;mszHTMLForm}.submit();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp; 
return;<BR>}<BR>EOT;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$aReturn[$szJsFunctionName] = $szFunction;</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
$aReturn;<BR>&nbsp;&nbsp;&nbsp; }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>******</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But when I try to access the variable in ParseUrl 
function, it fails to read out the value:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>******</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; function ParseURL()<BR>&nbsp;&nbsp; 
{</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; // Check&nbsp;if HIDDEN input is 
set&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $szVariable = 
"CUR_PPC";<BR>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if 
($this-&gt;isVarSet($szVariable))<BR>&nbsp;&nbsp; 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $CURPPC 
= $this-&gt;getVar( "CUR_PPC" );</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>etc, etc.. What am I forgetting 
here?&nbsp;Any help would be highly appreciated</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>regards, </FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>Jan</FONT></DIV></FONT></BODY></HTML>