I am trying to get my setup complete so I can do web development on a Mac in a PC network environment. So far I have been able to connect to Interal servers and databases but when I try to preview a internal page through my browser such as (http://128.1.1.248/index.cfm) I get the error, page is...
I am trying to use a variable for a update statement. When I try to use #chr(39)# to single quote the date I get a ODBC syntax error. Here is a sample of what I am basically doing. Any suggestions? thx
<cfset fname = 'John'>
<cfset lname = 'Smith'>
<cfset startdate = '12/04/2001'>
<cfset...
Well I tryed what you suggested and no luck (./). Although I tryed just a / in front of my links and it seems to be working fine. thanks for your help Genimuse
Ryan
I am having a isssue with IE 5.2 for mac. It seems as when I use a relative path ex: (ordering/login.cfm) and I go to view the site from IE none of my images or links work and the path shows as ex: [http://www.rsd-tc.com/www.rsd-tc.com/ordering/login.cfm ].
The site seems to work fine on PC...
I am having a isssue with IE 5.2 for mac. It seems as when I use a relative path ex: (ordering/login.cfm) and I go to view the site from IE none of my images or links work and the path shows as ex: (http://www.rsd-tc.com/www.rsd-tc.com/ordering/login.cfm).
The site seems to work fine on PC and...
I am having a isssue with IE 5.2 for mac. It seems as when I use a relative path ex: (ordering/login.cfm) and I go to view the site from IE none of my images or links work and the path shows as ex: [http://www.rsd-tc.com/www.rsd-tc.com/ordering/login.cfm].
The site seems to work fine on PC and...
I am having a isssue with IE 5.2 for mac. It seems as when I use a relative path ex: (ordering/login.cfm) and I go to view the site from IE none of my images or links work and the path shows as ex: (http://www.rsd-tc.com/www.rsd-tc.com/ordering/login.cfm).
The site seems to work fine on PC and...
I am having a isssue with IE 5.2 for mac. It seems as when I use a relative path ex: (ordering/login.cfm) and I go to view the site from IE none of my images or links work and the path shows as ex: (http://www.rsd-tc.com/www.rsd-tc.com/ordering/login.cfm).
The site seems to work fine on PC and...
I have a db table that has a store name, store number, unique ID field & address info. On my webpage I would like to have store name populate the first dropdown menu, which I have working (I am using the DISTINCT Sql method). Then on select of a particular store name I would like to populate the...
I seem to be having the same problem. Any other ideas?
<cfquery name="myPart" datasource="mysxe">
SELECT prod
FROM pub.icsp where cono = 1 and prod like '#URL.pn#%'
<!--- WHERE EmpLogin='#form.UserID#' AND EmpPasswd='#form.UserPasswd#' --->
</cfquery>
<html>
<head>...
Still seem to be having some issues. After I select the part number on the pop-up I have a runtime error on 'document.found.chosen'- Any ideas? Thanks
<cfquery name="myPart" datasource="mysxe">
SELECT prod
FROM pub.icsp where cono = 1 and prod like '#URL.pn#%'
<!--- WHERE...
I have a page that has a text box that contains a part number. I have to validate that part number against a datasource (which works great), but I was asked if I could allow the user to type a leading portion of a part number, and if when they click on a search button, show (in a popup window?)...
I need to populate 31 cells in a table that would run from the first cell down. After filling 11 cells I would like for the 12th record to run to the next column and after filling another 11 records I would like the 23rd record to jump to the next column. Any suggestions appreciated.
Rye
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.