The page where the cookies are set does not have a cflocation on it.
However I think the server is on a different domain from the other computers.
The application is being used on a Intranet and I have never experienced this before on other installations.
any other suggestions?
Hi all.
I'm having trouble with cookie variables not being set on remote computers in CF6.1.
Heres's what's goingon, hopefully someone could give some troubleshooting suggestions.
After installing CF6.1 as a evaluation copy at a customer site, I launched our application and everything seemed...
The above code does work on a defined number of radio boxes with static values.
However, the page that I'm working on has dynamic radio buttons, as I have listed below.
<SCRIPT Language="Javascript">
function checkComment() {
if (document.myForm.a#myQuery.id#.value == 1) {
if...
Hi,
Does anyone know how to validate a text box if a radio button is checked?
Here's the situation.
I have multiple pairs of radio buttons on a page yes/no I need to ensure that for a choice of no, the user fills out a comments text box for the given no answer.
I know this seems simple but...
Hi all,
Has anyone used Installshield to package and distribute a ColdFusion Application?
If so, do you know of any tutorials on how to automatically register a CFX tag and create datasource names etc...
Thanks in advance.
Mike
Thanks again.
Yes I took your code and I ran it; and it did work.
So once these client variables get set I do a CFLOCATION to another page which gives the error :
Element VLSUSER is undefined in CLIENT as indicated in the first post.
So I'm back to square one.
Mike
Thanks for your reply Carl.
Here is where we set the client variable.
<cftry>
<cftransaction>
<cfif isDefined("client.vlsuser") OR isDefined("Client.vlsAccess")>
<cfset DeleteClientVar = DeleteClientVariable("vlsAccess")>
<cfset DeleteClientVar =...
Hi does anyone know how to store and retrieve client variables in CFMX?
I get a error message the old way of doing things.
the error message is:
Element VLSUSER is undefined in CLIENT.
the code is:
<cfif NOT isDefined("user")>
<cfset user = #client.vlsuser#>
</cfif>
any...
Hi,
How can I create a virtual directory on my webserver located on a DMZ to a directory located on a server on my LAN behind a firewall?
Thanks for you help in advance,
Mike Reitmeyer
Hi All,
I have just purchased a IPAC with Bluetooth and a AXIS 9010 Bluetooth Access Point.
I am having trouble browsing our Local Area Network although I can get access to the Internet via our network. I can connect to another computer via TCP/IP. The trouble comes when I try to connect to...
Thank you all for responding,
The column is not an idenity column.
The purpose of this is to organize questions on an evaluation form by sequence. If I did not have a sequence column, then they would be ordered by ID number.
Is there a better way of organizing these questions?
Hi,
I'm trying to add a rule in a MS SQL 2000 database that will ensure a set order in a table.
I have a table that has a sequence column, I would like to prevent any gaps or duplicate entries into this column.
For example. If I have five rows and they are ordered 1,2,3,4,5 and I remove...
Hi,
I'm working on a project, and I can't seem to figure out something really basic.
I'm developing a simple questionaire.
The user is to be presented with one question per page with a Previous and a Next button on it. The input values will be textbox, radio buttons or check boxes. The FORM...
Hi,
I have a Windows 2000 Professional computer which was installed at a local computer shop. When they installed the operating system they set it up to log in as a particular user. The login screen never appears.
Does anyone know how to disable this feature in W2K Professional?
Thanks in...
HI,
I'm having a problem with my incoming dial up connection. I work for a small company and I have set up a Windows 2000 domain with AD and RRAS. I have one modem on a Windows 2000 server.
I have set up RRAS to allow incoming connections and have granted dial in permissions for those who...
Hi all,
Im having a problem installing Exchange 2000. When I try to prepare the forest. I receive this error
"The component "Microsoft Exchange Forest Preparation" cannot be assignes the action "Install" Because: Either you do not have permission to update the active...
Thanks all for your responses.
I was able to authenticate to the MSDE application by entering "osql -E OFF" at the command line. This disables the trusted connection option.
Then I ran the sp_grantLogin stored procedure
then to give myself system admin permissions
I ran 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.