I want to convert an existing ColdFusion Fusebox 3 design to PHP. (Not Fusebox 4 because I've seen reports of problems running that on shared hosting)
So I set up FB 3 in the root directory of a new virtual host on my development kit.
Then as a starter I tried a cut-down version of a standard...
The W3C Dom deprecates the innerHTML property supported by IE. A few articles recommend using for DOM-compliant browsers a subroutine which uses createContextualFragment. But createContextualFragment is not part of the W3C DOM, it is a Netscape specific add-on which is supported by all...
I've tried to refererence Microsoft VBScript Regular Expressions and it doen't show up in my Project References menu. So how do I make it accessible?
I use:
* VB5
* Win 98
I've downloaded version 5.6 of the MS scripting engine and included VBSCRIPT.DLL as a Component but the only...
How can I put into a CF-generated page a link to some other place in the same page?
It's easy in HTML - A HREF="#section_A" and A NAME="section_A".
But when I tried this in CF with
CFOUTPUT
A HREF="##section_A"
/CFOUTPUT
it didn't work - the browser simply...
I'm using CFMAIL to send plain text messages. becasue many people don't accept HTML emails - possibly a security risk.
When I test on my own system (CF 4.0.1) the emails are sent OK, even quite complex ones like a table of order lines (I calcualte and insert the required spaces). But on...
I want to use CFMAIL to send email messages which include the full name of the sender and receiver, so that for example in Outlook the senrder's name will appear in the in-tray rather than the sender's email address. According to a few things I've read on the web, the correct format for this is...
Hi, Can anyone help me with this?
I'm developing an app on my local PC (using PWS) but the app will be published on the web. This app will be one of several on the web site, so I want to use CFCOOKIE's PATH attribute to group cookies by app. So I need to specify the PATH attribute.
The trouble...
I want to use the same window for various pop-up pages, to avoid swamping the users' PC with new windows.
In IE if the target window already exists it does not automatically take the focus (appear on top) when the new page is loaded into it.
How can I make the new page take the focus...
I'd like to display a list of font options so that each option gives an example of the font, the way MS Word does - the "Times New Roman" option appears in Times New Roman, the "Tahoma" option appears in Tahoma, etc.
Accordng to my manuals, the OPTION tag allows inline...
I want to add a record to an Access table which I've configured as an ODBC datasource. Even if I run a query to see if the proposed key already exists, I still have to check for a "duplicate key" error after the INSERT. The problem is that CFCATCH is returning a...
I'm trying to build a dynamic form with several instances of:
<input type="text" name="#variable_1#" value="#variable_2">
where variable_1 consists of a prefix plus a code (e.g. product code).
I want to follow Fusebox in this app, so the first thing I do is converts...
If you write a subroutine in any other language, you expect the calling program to be able to specify the variables where the returned information should be stored.
Unfortunately Allaire's documentation doesn't tell us how to do this for custom tags. If you write custom tags as illustrated in...
I've seen custom tags which allow the caller to specifiy the name of the returned variable(s), but all the ones I've seen have been encrypted.
How can I make my own customs tags to this?
E.g.
<CF_myTag RetVar="myVar" ....>
I want to play a sound automatically when a page opens.
The following works fine in IE but I get nothing in Netscape:
<embed name="c08m05t02p01sound" src="../../sounds/c08m05t02p01.mp3" autostart="true" hidden="true" loop="true" mastersound>...
Does anyone know how to prevent Netscape from inserting large amounts of space at the top, bottom and left of bullet lists?
I've tried every style-sheet specification I can find - here's the style sheet code:
P, BODY {
color: #000000;
font-family: "Verdana"...
I've had lots of fun(!!??) with setTimeout, especially in conjunction with objects.<br><br>setTimeout has 2 arguments:<br>* a string which is interpreted (effectively by an eval function) on expiry of the timeout.<br>* the timeout interval.<br><br>Because the first argument...
Suppose you want to creae a frameset where 1 frame is initially empty, e.g. because it's going to be filled in response to user action in another frame.<br><br>IE presents no problem - you can create a frame with no SRC attribute and IE will display a blank area and allow...
Suppose you want to creae a frameset where 1 frame is initially empty, e.g. because it's going to be filled in response to user action in another frame.<br><br>IE presents no problem - you can create a frame with no SRC attribute and IE will display a blank area and allow...
I have a frameset:<br><frameset rows="200,*"><br> <frameset cols="220,*"><br> <frame name="A"...
I have some code which dynamically assembles the following query:<br>Select ItAcCd, ItTxNum, ItTxDate, ItAmt, ItXrefAc, BkTxn.TxNarr From BkItem, BkTxn Where BkTxn.TxNum = BkItem.ItTxNum And BkItem.ItAcCd = 'NCA'<br>I know it generates exactly this because in desperation I inserted...
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.