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...
Hi there.
Does anyone know if there's a way to retrieve what server software a site is using through PHP. I'm after something similar to what netcraft provides through their 'what's that site running' service: http://www.netcraft.com/whats
Another question - if I want to create a CA bundle of more than one certificate in a PEM file, what structure should it take?
Is it ok to have
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
multiple times in one .pem file?
Hello there, hopefully one of you Project guru's will be able to help me with this.
I want to assign a particular color to each of my resources in my project (each resource is an individual person in this case) I'd like to see the resources name highlighted in the specified color in the Gannt...
Thanks for that. I found another resource that advised using openssl. I used the command:
openssl.exe pkcs12 –in test_b.pfx –out test_b.pem
- the p7b file contained three certificates that looked like cert authorities, so I used the other file that looked like it contained client...
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.