jlsmithhartfiel
Programmer
Hi!
I'm working with a remote customer site, so am unable to test things at will. I'm hoping someone can give me a direction.
I have an include file which has this:
It's appears to be choking on the session("url"
part. (I've verified that in the page and it's calls, this is the only occurrance of session.)
Now, having this code installed locally and on my webserver, all is well. But on the customer's servers, no dice. So I'm guessing it's a setting in the webserver, but not sure what to check.
Any ideas would be appreciated!
TIA, Jessica![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)
I'm working with a remote customer site, so am unable to test things at will. I'm hoping someone can give me a direction.
I have an include file which has this:
Code:
function calText(elTarget)
if (showModalDialog) {
var sRtn;
sRtn= showModalDialog("<% response.write Session("URL") &
"tools/calendar.htm"%>", "",
"center=yes;dialogWidth=200pt;dialogHeight=200pt");
if (sRtn !="")
elTarget.value = sRtn;
}
else
alert("Internet Explorer 4.0 or later is required!")
}
Now, having this code installed locally and on my webserver, all is well. But on the customer's servers, no dice. So I'm guessing it's a setting in the webserver, but not sure what to check.
Any ideas would be appreciated!
TIA, Jessica
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)