xml and html

admin

Administrator
Staff member
I have a menu using xml it containes links to other pages, I need it to link to this one page which displays a share price. I have the link working on another page that uses html but i can not get it working in the xml page I think it could be because I need to use the a javascript function popUpWindow() to display the shareprice.

This is my html code to display the page:


<SCRIPT LANGUAGE="JavaScript">

<!--HIDE

function popUpWindow() {

var CtrlWin= window.open('http://echonet/?cmd=page&object=ActionZoom.html&lng=EN', 'CtrlWin',

'width=600,height=300');

CtrlWin.focus();
}

//STOP HIDING-->
</SCRIPT>

<TABLE><tr height="20" BGcolor=#EDF0F3>
<td width="125" align="center"><a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onClick="popUpWindow()"> <font face=verdana color=steelblue size=2>Share Price</a></td></TABLE>

Is there any way i can get this link working in the XML file??
I have attached the XML file below.
Thanks for your time,
James.
 
Back
Top