Can anyone tell me how I can achieve the following. Right now I am getting an error that PubYear is not a valid column. Thank you!
SELECT AdINFO_Publication,
ADINFO_PUBLICATIONDATE_YEAR+ '-' + ADINFO_PUBLICATIONDATE_MONTH + '-01' AS PubYear
FROM crAdInfo
AND PubYear BETWEEN...
Dear All,
I hope someone can assist with this issue.
I have 3 tables Profile, Agent, Agency.
Profile
---------
profile_id
profile_name
company_id
company_name
Agent
-------
agent_id
agent_name
Agency
-------
agency_id
agency name
Basically profile.company_id can hold an ID from...
Hi All,
I have a form that I am trying to fulfill the following scenario. Does anyone have any advise/solutions? I have a registration form.
On the form are the following fields:
-US State Pulldown
-Country Pulldown
-5 Night Hotel Pulldown
-3 Night Hotel Pulldown
-Arrival Date...
Hi,
I am curious if anyone knows of a calendar script (free or pay) that will enable to me to configure it so that a specific day and beyond is selectable? (e.g. user cannot select a date before March 25, 2007). Thanks!!
Hi,
I am not sure if I am missing the obvious, but, I am setting up a new computer and would like to move my Enterprise Manager settings to the new PC (I really would not want to have to retype all that server registration info). Is there a way to do this?
Just for clarification this only to...
All your help is greatly appreciated.
I ran the site through a validator and it does some up with a bunch of issues (216) which I need to tak up with someone here. However, none of those errors are haulting its operation on PC/IE/FF. The safari thing is the debacle.
The page in question...
I thought onChange was not valid in Safari?
varSKU is global
The "is width: (13 + 8)px even valid?" is dynamically set. It works in all browsers so I think I am OK there.
This is so odd as it works across the board minun Safari.
Thanks!!
I tried the new code to no avail:
<select name="Var3" style="width: (13 + 8)px;" class="textfield" onClick="a(this.value, 3);document.forms['frmProductDetail'].elements['SKU'].value = varSKU;">
<option value="0">Select Gift Set Size</option>
</select>
<input type="text"...
Hi,
I have some simple code:
<select name="Var#ctr#" style="width: (#Len(VarientName)# + 8)px;" class="textfield" onClick="javascript: a(this.value, #ctr#);document.frmProductDetail.SKU.value = varSKU;">
Where the "document.frmProductDetail.SKU.value = varSKU;" should change the value of a...
I am using cfform to validate and I need to use ASCII in the message. However, when the javascript opens it shows the ASCII not the characters. As there any way around this?
<cfinput type="Text" name="fname" message="&##21153;&##24517;&##22635;&##20889;: &##22995;&##21517;&##65306;"...
I am in a dilemna. I have a query I need to loop over and get the listlen for each iteration of the loop and then get the sum. I am stuck. Can anyone lend a pointer?
Here is what I got so far:
<cfloop query="images">
<cfset num = listlen(images.photo)>
</cfloop>
From here I need the...
I have cf7 installed ok, except for flash forms loading in odd.
on IE the flash form loads in with a js error for lc_id and in Firefox the flash preload stops at 40%.
i am sure it has something to do with a mapping or file, but I do not know where to target.
Thanks!!
OK, got it to work with
<script language="JavaScript">
function updateSku() {
//var loopVal = this.form.product;
var t = '';
//for (var i in this.form.product) {
for (i=0;i < document.products.elements.length; i++){
if (document.products.elements[i].checked) {
t += (t == '' ? '' : ',')...
WOW, this is a great education thanks!!
MOrac I tried your solution, but the value is not being inserted. I am using the onClick method. I tried altering the loop, but could nt get it to work. THANKS!!
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.