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.

Webserver not working XP

If you have a question or need help, this is the place to be.
Post Reply
gianpt
Posts: 3
Joined: Fri Mar 12, 2010 9:52 pm

Webserver not working XP

Post by gianpt »

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
gianpt
Posts: 3
Joined: Fri Mar 12, 2010 9:52 pm

Re: Webserver not working XP

Post by gianpt »

The file empty was missing in the xp machine , now it works
Post Reply