My webserver works fine in Vista but not in XP
latest Eventghost r1436 on both
XP sp2 . Vists home premium
Web pages shows up from the XP server but no button press events are recieved !
this is typical code line
<td><button id="p2" onMouseDown="TriggerEvent('TV.GUIDE')">GUIDE</button></td>
I found a diffrent iphone code that does work and events are seen , code looks like this
<td align="center" valign="center"><input value="Vol +"
onclick="self.frames['hidden'].location.href='blank.html?mastervolup'"
style="background-color: grey; color: white;" type="button"> </td>
Vista system all works all code was copied to XP
XP - Since the web page shows up and the iphone code generates events I am lost as to why my onmousedown don't......
Am I missing something in my XP config ..any help please
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Webserver not working XP
Re: Webserver not working XP
The file empty was missing in the xp machine , now it works