Hi there,
I've got a strange problem where when I perform a transformation on my XML to an XHTML document using an XSL file certain tags are closed incorrectly.
for example I've got this line in my XSL<xsl:template match="/">
<xsl:text disable-output-escaping="yes">
<div id="topBar">...
...if there's an escape character in XSL or something that can solve this problem, here's what I've got for my XSL...
<xsl:when test="name(../*[position()=$pos * 2])='xf:select1'">
<xsl:apply-templates select="../*[position()=$pos * 2]" mode="s1evens"/>
</xsl:when>
So I've got a couple of...
Hi guys, hopefully this is simple but I've had no luck so far.
What I want to do is to refresh or reload the parent page from a child page,
Eg. I've got a popup window that does something, when it finishes I want the parent window to refresh, here's my code so far...
Hi guys, sorry if this is a screamingly simple question, but I'm finding it difficult to uncover any help on GIMP.
I have a jpg image that I want to save as or export to a gif file format.
How can this be done?
Also where is a good place to look for Gimp documentation and discussion?
TIA
Alex.
Let me clarify that statement.
The error said something to the effect of...
"C:\Program "
There were no entries for that under my startup, but a few from...
"C:\Program Files"
I wasn't sure if the computer would differentiate between them properly so I too it litteraly.
Al.
No it's not quite the exact, but I'd have to restart my computer to get it going again and I don't have the time unfortunatly as my PC is the current file server, however...
This moring I did reboot and found that the error wasn't there, it must be because using the Startup Control Panel I...
I've checked it out, and no, there are no startup proprams that start C:\program, I had a look at the services and there soesn't seem to be anything there that's strange.
That's a nice app, but unfortunatly it doesn't list the C:/program file that I am looking for.
I don't get it, how can it be hidden, there must be somewhere it can be found!
I searched through the registry and there didn't seem to be anything there, but then again it's like finding a needle in...
Hi there,
I have an error that arrises everytime I logon to Windows NT 4 sp 6, it goes a little like this...
Unable to find folder "c:/program " the program was unable to execute.
Or something to that effect, I assume the program that it's trying to execute should be found in the...
Hi guys, I've got a relatively simple question here to do with SQL and ASP, hope you can help.
Here's my sp...
CREATE PROCEDURE [sp_insert_siteListings]
(@siteUsername [varchar](50),
@sitePassword [varchar](50))
AS
BEGIN
DECLARE @UserVal [int]
EXEC sp_validate_Username...
Hi there,
I'm having trouble creating a new option in a parent window from my child window.
Here's my code...
Parent window
<html>
<head>
<SCRIPT Language="Javascript">
<!--
function myopen(){
window.open'popup.htm','popup','width=250,height=250,status=Yes');
}
//-->
</SCRIPT>...
...for this example I wanted to write out the fields individually so I could see them on the page.
Also I understand that it's quicker to write out each field that you want selected instead of just using * is this true?
What methods do other people use to grab data from a DB for their recordsets?
Ahh of course I was expecting a function like TRIM in VBScript but REPLACE is the obvious answer, thanks, a real case of not beeing able to see the wood for the trees :)
We have a table of names in the format 'John Smith' etc
We need to be able to trim this to the first 6 characters, not including spaces and convert to lowercase if possible.
I've got the 1st 6 characters OK but wondered if there's a way to get rid of the spaces in the middle? e.g.
select left...
Hi there,
I've got page that allows a user to enter in a year to search a field in a database, this all sounds simple enough but this is where it gets tricky.
The field in the databse has results like these...
1822
1825-1930
1876
the user NEEDS to be able to search this field by typing into...
Ah I think I may have cracked it, I put the word box infront of my name for the text box, so when the page was run I got the name box1001
So my page eneded up like this somewhat...
function checkseats(myBox) {
if (document.form1[myBox].value>5){alert('You can only order up to 5 tickets per...
I've tried that but now I get an error on the line that my text box is, saying Object Expected.
Why do you think that might be? It is ok to use Server-side scripting in Client-Side scripting like I have done isn't it?
Again when I look at the source code everything looks fine.
Is it ok to...
Hi there I wonder if I can get any help with a simple function that I'm writing to check users input to a textbox.
Here's the story...
I've a textbox on a page called 1001 (name="1001")
it has an onBlur event tied to it that calls a function...
onBlur=checkseats('1001');
the...
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.