Anyone have any a oracle odbc connection??

I setup the Net8 assistant on our server to connect to our unix oracle
db and it was workign fine.... Now, today we notice notihg works just an
oraS1000 error???

Anyone have any ideas???

-----Original Message-----
From: Joshua Miller [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 02, 2002 11:44 AM
To: CF-Talk
Subject: RE: Javascript help


In your action page (Frame 2)

. Cold fusion code ...
<script>parent.framename.formname.fieldname.value='whatever';</script>

Or something very similar ... I didn't check the syntax, but that should
give you a start.

Joshua Miller
Web Development :: Programming
Eagle Web Development LLC
www.eaglewd.com
[EMAIL PROTECTED]
(304) 622-5676 (Clarksburg Office)
(304) 456-4942 (Home Office)


-----Original Message-----
From: Kris Pilles [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 02, 2002 11:25 AM
To: CF-Talk
Subject: OT: Javascript help


I need som help with Frames and javascript...

I want to make a form field in frame zero to become active when my login
is completed in frame 2....

Please help


-----Original Message-----
From: peter [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 02, 2002 11:03 AM
To: CF-Talk
Subject: setdomaincookies = yes


Hi,

Normally I'm including this code to delete session variabeles when
closing the browser:

<cflock timeout="5" throwontimeout="Yes" type="READONLY"
scope="SESSION">
     <cfcookie name="CFID" value="#session.CFID#">
     <cfcookie name="CFTOKEN" value="#session.CFTOKEN#"> </cflock>

But when you set   setDomainCookies="yes"    in your <cfapplication>,
the
cookies are not deleted when closing the browser.

Anyone have the same experience / workaround?

Peter





______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to