I'm sure it's not possible. with onkeydown it is possible to register the cursor keys, but then consuming the event (returning false) doesn't have any effect.
Thanks Billy.
I did look into blocked the cursor presses with javascript, unfortunately this is not possible in IE as you don't get an event fired with the cursor keys are pressed, like you do for every other key.
I eventually discovered the poroblem was being caused due to the way we were...
I have a flash application embedded in a page which you use the cursor keys to control. The problem I'm having is that the page has a vertical scroll, and so whenever you push up / down on the cursor keys, it causes the page to scroll, despite the flash having focus.
Does anyone know of a way...
Hi guys. I'm havin serious problems trying to match and XML node using XSL based on he value of an attribute when the attribute value has a single quote in it. Here's an example:
XML:
<gameGroup priority="5" title="Kids' Favorites">
XSL:
<xsl:template match="gameGroup[@title='Kids'...
i don't think this is to do with encoding. if I actually look in the source of the transformed document I can see the extra character in there:
dÂ’arcade
- it's not in the original XML document.
Hi guys, I'm translating some XML with XSL, and have come across the following problem:
here's a chunk of my XML:
<long_description>
Heavy Weapon Deluxe est un jeu d’arcade où se déchaîne une action trempée d’adrénaline, à déroulement...
Perfect! Thanks Jon. It seems strange to me that the namespaces were being added to the html tags, which ware in the default namespace. Can you explain to me why this was happening?
Thanks.
Hi guys. I'm transforming an XML file using XSLT, I'm defining some namespaces in my XSL file to allow the document to be transformed.
Here's a cut down version of the two files:
XML:
<?xml version="1.0" encoding="UTF-8"?>
<allGamesWeb creationDate="2005-06-08" xmlns="allGamesWeb"...
Hi there, does anyone know how I can request a url from php (through an fopen() or whatever), but go through a proxy server?
Any help on this would be much appreciated.
Yeah it is to retrieve the server information for a remote server.
Netcraft describe their way of doing it as "Netcraft determines the operating system of the queried host by looking in detail at the network characteristics of the HTTP reply received from the web site."
without knowing exactly...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.