Gateway URL rewriter problem
I have a page that i want to be able to be viewed through the gateway. This page incorporates mouse overs. I have the gateway rewriting the whole page perfectly except for these rollovers. here is an example of one of them:
a href="https://<gateway_name>/<server_name>/default.htm" OnMouseOver="window.status='HumanResources'; document.images[0].src ='/images/logon/advonl_hr_on.gif'; return true;" OnMouseOut="window.status=' ';
document.images[0].src ='/images/logon/advonl_hr.gif'; return true;"><img src = "https://<gateway_name>/http://<intranet_name>/images/logon/advonl_ hr.gif" border="0" >
The page contains a whole array of document.images[*].src values. Does anyone know how to rewrite an array variable inside a mouseover command?
Thanks
Jesse

