OT: JavaScript Tree

2000-06-27 Thread Bill Killillay
Hey, I found this on Allaire's web site and I have been poking around in CF Studio and I can't seem to find it. "Note: HomeSite and ColdFusion Studio users can add the JavaScript Tree to one of their toolbars -- the tree provides a dropdown view of the built-in object hierarchy with object proper

OT Javascript

2000-06-06 Thread Adrian Cesana
Sorry for the OT topic but Im having a hard time finding the answer. Im using this script for rollover's, seems to work ok. Im trying to modify it so I can point to multiple buttons but only have a single that will bring a different image depending on which button is mouse over. Currently eac

Re: OT: Javascript and IE4.0

2000-05-16 Thread Mario Talavera
If it don't; there is a custom tag (free) in the gallery called cf_print. Works fine over here (4.x browers only...) At 11:50 AM 5/16/00 +0100, you wrote: >Hi All, >Does IE 4.0/4.01 supports window.print() method. If not is there a >workaround ??? >thanks >Tinh Tran > > >__

OT: Javascript and IE4.0

2000-05-16 Thread Tinh Tran
Hi All, Does IE 4.0/4.01 supports window.print() method. If not is there a workaround ??? thanks Tinh Tran __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -

Re: OT - JavaScript

2000-04-28 Thread Steve Reich
Look up the 'opener' object for JavaScript. If you need help with it, contact me off list and I can help you. Steve - Original Message - From: "David Hannum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 7:47 AM Subject: OT

OT - JavaScript

2000-04-28 Thread David Hannum
I have a script that pops up a small login window. My question is this. How can a make the login window pass the form info back to the original window and close the login window?? Thanks, Dave -

Re: OT Javascript Detection

2000-04-23 Thread Brandon Whitaker
>Is there a way to detect whether a browser has scripting turned on? I've used JavaScript to set a cookie, then attempted to read that cookie with CF on the next page...no cookie, no JavaScript. Of course, this implies an extra step, so it's not an all-around solution. It worked well in my situ

RE: OT Javascript Detection

2000-04-22 Thread Leong Yew
There's a third party custom tag called cf_nojavascript available at the allaire developers' site. It uses the html tag to another webpage. Leong -Original Message- From: Curtis Layton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 10:47 PM To: [EMAIL PROTECTED] S

Re: OT Javascript Detection

2000-04-22 Thread Kay Smoljak
How about the old tag? For sites that won't work without javascript, I have a javascript redirect on the main page, and a message for non-javascript users within the tags. K. On Thu, 20 Apr 2000 09:17:11 -0400, "Curtis Layton" <[EMAIL PROTECTED]> wrote: >Is there a way to detect whether a bro

RE: OT Javascript Detection

2000-04-20 Thread Aidan Whitehall
> Is there a way to detect whether a browser has scripting turned on? One easy way... use href.location (rusty JS ;-) to redirect the user to "hasjsenabled.html" If they stay on the page, it's not enabled. -- Aidan Whitehall <[EMAIL PROTECTED]> Netshopper UK Ltd Advanced Web Solutions & Se

RE: OT Javascript Detection

2000-04-20 Thread Bill Killillay
http://www.cyscape.com/ - BrowserHawk 2000, check it out. > -Original Message- > From: Curtis Layton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 20, 2000 9:17 AM > To: [EMAIL PROTECTED] > Subject: OT Javascript Detection > > > Is there a way to dete

OT Javascript Detection

2000-04-20 Thread Curtis Layton
Is there a way to detect whether a browser has scripting turned on? Tia, Curt Curtis C. Layton Web Applications Developer Words In Progress, Inc. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: OT JavaScript Question

2000-04-18 Thread Bill Killillay
To all who are interested. I solved my problem of this JavaScript question. I had to use JavaScript because it was NOT on a CF or ASP enabled server. Therefore I used good old JavaSript and I have included the source below so anybody who need this type of thing or cares can have it and use it.

Re: OT JavaScript Question

2000-04-18 Thread Dirk De Bock
Since you're using dynamic pages I would just add the current template to the href as in location.href = "index_test.cfm?page=pageyoureon and then use that param to decide what pages to include in your frame you could probably even use the cgi_referer in the index.cfm if you don't like the idea o

OT JavaScript Question

2000-04-17 Thread Bill Killillay
Ok, I know that there is bound to be somebody out there that is a whiz with this stuff. Here is the situation. I have a frames page web site and the owner wants to have a script in the top of each of the "Body" pages that if you come directly to one of those it tests the location bar and sends y

OT: Javascript back button

2000-03-31 Thread Internet Marketing Corporation
Please forgive me. I **know** this is old but I've been up for three days and I (apparently) haven't paid my "sin-tax" Could someone **please** slip me the code for the simple Javascript "back" button? (ie. history -1) ??? VERY much appreciated! Veronica

OT: JavaScript List

2000-03-28 Thread Steve Reich
Just thought I would make a quick mention that there is a JavaScript talk list that was spawned from this list and has a lot of CF members in it. It's called JS-Jive and is a great JavaScript resource with good traffic here's the info for anyone interested Post message: [EMAIL PROTECT

OT: Javascript Navigation Bar - I need one.

2000-03-27 Thread Erika Foster
This is a multi-part message in MIME format. --=_NextPart_000_0055_01BF9826.AE9A7300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've tried a couple different Javascript navigation bars, but none of = them seem to work with my CF pa

<    2   3   4   5   6   7