Re: (ot) javascript problem

2008-07-12 Thread Sonny Savage
I use this: http://tredosoft.com/Multiple_IE You can install 3.0 through 6.0 as stand-alone. I then have IE 7 as my system install. On Fri, Jul 11, 2008 at 6:30 PM, Claude Schneegans < [EMAIL PROTECTED]> wrote: > >>You might want to take a look at IE7 stand alone. > > I will sure do. > Thanks.

Re: (ot) javascript problem

2008-07-11 Thread Claude Schneegans
>>You might want to take a look at IE7 stand alone. I will sure do. Thanks. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~

Re: (ot) javascript problem

2008-07-11 Thread Gerald Guido
You might want to take a look at IE7 stand alone. It allows you to run IE 6 and 7 on the same machine. http://tredosoft.com/IE7_standalone I need to support both IE 6 and 7. This allows you to run both side by side. Very handy. ~G~ On Fri, Jul 11, 2008 at 4:57 PM, Claude Schneegans < [EMAIL PR

Re: (ot) javascript problem

2008-07-11 Thread Claude Schneegans
>>Companion.JS that works with it was helpful in my case - not perfect but helpful. (Better than nothing, certianly.) I tried it, but unfortunately it requires the MS debugger, and for some reason, I've never been able to get this piece od &?%$! to work under IE6. All I get is a new window with

Re: (ot) javascript problem

2008-07-11 Thread Gerald Guido
>>I haven't worked with DebugBar itself, yet, but Companion.JS that works with it was helpful in my case - not perfect but helpful. (Better than nothing, certianly.) If you are not already aware of it, the tool of choice for many developers is Firebug: http://getfirebug.com/ It is absolutely indi

RE: (ot) javascript problem

2008-07-11 Thread Stephens, Larry V
-Talk Subject: Re: (ot) javascript problem >>You can try this. http://www.debugbar.com/ Hi, are you using it yourself? I tried it, there are a lot of interesting options, however two main flaws: 1º the error message is still the same stupidity: - it does not give the true file name the e

Re: (ot) javascript problem

2008-07-11 Thread Claude Schneegans
>>Did you try CompanionJS? I think it is just what you need. Ah ha! Now this looks better ;-) Thanks. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) T

Re: (ot) javascript problem

2008-07-11 Thread Gerald Guido
Did you try CompanionJS? I think it is just what you need. http://www.my-debugbar.com/wiki/CompanionJS/HomePage ~G~ On Fri, Jul 11, 2008 at 1:29 PM, Claude Schneegans < [EMAIL PROTECTED]> wrote: > >>Actually I have it installed but I rarely use IE except for cross > browser > css issues. >

Re: (ot) javascript problem

2008-07-11 Thread Claude Schneegans
>>Actually I have it installed but I rarely use IE except for cross browser css issues. I see. In my case, most my Javascript is used in my CMS used by administrators, and none of them use FF, so developing for IE is a must. -- ___ REUSE CODE! Use custom tag

Re: (ot) javascript problem

2008-07-11 Thread Gerald Guido
Actually I have it installed but I rarely use IE except for cross browser css issues. (i.e. after I work out all the gremlins using Firebug). I have yet to run into a IE only JS bug. Here try CompanionJS. It is geared more toward JS debugging: http://www.my-debugbar.com/wiki/CompanionJS/HomePage

Re: (ot) javascript problem

2008-07-11 Thread Claude Schneegans
>>You can try this. http://www.debugbar.com/ Hi, are you using it yourself? I tried it, there are a lot of interesting options, however two main flaws: 1º the error message is still the same stupidity: - it does not give the true file name the error occurs, - it gives the line number, bu

RE: (ot) javascript problem

2008-07-09 Thread Stephens, Larry V
On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: > I'm using a DHTML javascript menu (from DynamicDrive) that works fine in > Mozilla (shows no errors in the error console). The sample works fine in IE > but my revision (no Thanks again for all the suggestions. I figured it out by taki

Re: (ot) javascript problem

2008-07-08 Thread denstar
Maybe: this.resizeTo(Wdth,Hght)} to this.resizeTo(Wdth,Hght); } and this.style.zIndex=RcrsLvl+Ztop} to this.style.zIndex=RcrsLvl+Ztop; } On Tue, Jul 8, 2008 at 11:53 AM, Stephens, Larry V <[EMAIL PROTECTED]> wrote: > On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: >> I'm using a

RE: (ot) javascript problem

2008-07-08 Thread Stephens, Larry V
On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: > I'm using a DHTML javascript menu (from DynamicDrive) that works fine in > Mozilla (shows no errors in the error console). The sample works fine in IE > but my revision (no Thanks for all the suggestions. I installed the debug bar that

Re: (ot) javascript problem

2008-07-08 Thread denstar
Look for a trailing comma in a javascript array perhaps? That one gets me in IE every once in a while. On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: > I'm using a DHTML javascript menu (from DynamicDrive) that works fine in > Mozilla (shows no errors in the error console). The sample

RE: (ot) javascript problem

2008-07-08 Thread Andy Matthews
place the include call with an actual script block. Then IE might tell you where in that file the error is. andy -Original Message- From: Stephens, Larry V [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 7:43 AM To: CF-Talk Subject: (ot) javascript problem I'm usi

Re: (ot) javascript problem

2008-07-08 Thread Loathe
The best means I have found of working out JS errors in IE is to create a project in Visual Web Developer 2008 (free). Launch the project which will open a browser window (IE needs to be set as your default browser) then navigate to your page. When the error occurs choose to debug the error,

RE: (ot) javascript problem

2008-07-08 Thread Stephens, Larry V
Thanks - installing now. -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 8:58 AM To: CF-Talk Subject: Re: (ot) javascript problem You can try this. http://www.debugbar.com/ On Tue, Jul 8, 2008 at 8:42 AM, Stephens, Larry V <[EMAIL PROTEC

Re: (ot) javascript problem

2008-07-08 Thread Claude Schneegans
>>Any clues on how to trace javascript errors in IE? Error messages in IE are simply retarded. The error could be in any file, and it does not even give the file name. Furthermore, the line number is always one unit higher. Then your error must be in one of the included files, at line 347. -- _

RE: (ot) javascript problem

2008-07-08 Thread Adrian Lynch
If things aren't working after you made a change, show us a before and after sample of the code. Adrian -Original Message- From: Stephens, Larry V [mailto:[EMAIL PROTECTED] Sent: 08 July 2008 13:43 To: CF-Talk Subject: (ot) javascript problem I'm using a DHTML javascript

Re: (ot) javascript problem

2008-07-08 Thread Gerald Guido
You can try this. http://www.debugbar.com/ On Tue, Jul 8, 2008 at 8:42 AM, Stephens, Larry V <[EMAIL PROTECTED]> wrote: > I'm using a DHTML javascript menu (from DynamicDrive) that works fine in > Mozilla (shows no errors in the error console). The sample works fine in IE > but my revision (no

(ot) javascript problem

2008-07-08 Thread Stephens, Larry V
I'm using a DHTML javascript menu (from DynamicDrive) that works fine in Mozilla (shows no errors in the error console). The sample works fine in IE but my revision (no revision to code other than adding menu elements) won't even show up in IE. I see an error icon but it tells me absolutely not

Re: Javascript problem only, but....

2007-09-07 Thread Claude Schneegans
>>This summarises the situation: More specifically, I found this page which reports exactly the problem: http://www.quirksmode.org/bugreports/archives/2006/02/scrollTop_in_select_list_in_IE_is_always_0.html It is another problem due to the windowed nature of the select box in IE. No work around

Re: Javascript problem only, but....

2007-09-07 Thread Claude Schneegans
>>Hope this helps. Thanks, but not really. This apply to the document itself, the whole page, ie. the body. But what about a select box inside the page? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please s

Re: Javascript problem only, but....

2007-09-06 Thread James Holmes
This summarises the situation: http://www.quirksmode.org/js/doctypes.html And this is the latest info: http://www.quirksmode.org/viewport/compatibility.html Scrolling offset (How much the page has scrolled) var x,y; if (self.pageYOffset) // all except Explorer { x = self.pageXOffset;

Javascript problem only, but....

2007-09-06 Thread Claude Schneegans
Hi, Is it a well known problem and is there any work around? The offsetTop value of an option in a select, and the scrollTop of the select are always returned as zero by IE, whatever the position of the scroll bar is. Mozilla shows correct values. See example at http://www.contentbox.com/claude

Re: Javascript problem with IE

2007-07-18 Thread Claude Schneegans
>>Could that possibly be an IIS thing Yes it is; FF makes no problem. I've just found that the same problem was found by the FCK Editor developers. I'm implementing their solution int my own editor. Not really simple :-( Thanks. -- ___ REUSE CODE! Use cust

Re: Javascript problem with IE

2007-07-18 Thread Christopher Jordan
Could that possibly be an IIS thing (or Apache if that's what you're using)? I've never had IE put something other than what I told it to when I manipulate the DOM like that. Of course, I'm using jQuerythese days to accomplish this sort of thing, but even before that when I wasn'

Javascript problem with IE

2007-07-18 Thread Claude Schneegans
Hi, I know this is a CF list, but who uses CF without Javascript? ;-) Here is the problem: I have an online HTML editor which works pretty well, except that any relative href addresses are transformed into absolute addresses, ie : href="mypage.htm" becomes href="http://mySite/directoryOfTheTex

Re: cfset dependent on javascript problem

2006-09-25 Thread Jake Churchill
It's Monday...It's a miracle that I thought of that :) Jonathan Hicks wrote: > Thanks Jake and Teddy for the help! I'm just using the hidden fields on the > form method. I should have known to do that, but it's just been a long day > and my brain's not working right today I guess! > > > >>

Re: cfset dependent on javascript problem

2006-09-25 Thread Jonathan Hicks
Thanks Jake and Teddy for the help! I'm just using the hidden fields on the form method. I should have known to do that, but it's just been a long day and my brain's not working right today I guess! >if it is a submit button, just put onClick="javascript:confirm('Are you >sure...');" and it

Re: cfset dependent on javascript problem

2006-09-25 Thread Jake Churchill
if it is a submit button, just put onClick="javascript:confirm('Are you sure...');" and it should handle it all correctly. Jonathan Hicks wrote: > what i'm trying to do is a check from the user. if the user clicks ok, then > a database update is completed, or if the user clicks cancel, nothing

Re: cfset dependent on javascript problem

2006-09-25 Thread Teddy Payne
Javascript cannot the ColdFusion portion of your code based upon your Javascript conditional logic. Your example will not work and jake was trying to show you a Javascript way. If the closeboxflag is a form element, it would be fire some sort of Javascript event to perform what you are trying to

Re: cfset dependent on javascript problem

2006-09-25 Thread Jonathan Hicks
what i'm trying to do is a check from the user. if the user clicks ok, then a database update is completed, or if the user clicks cancel, nothing should happen. i was trying to set closeboxflag2 to true so that: //perform database update //do nothing hope that makes sense, thanks for the h

Re: cfset dependent on javascript problem

2006-09-25 Thread Jake Churchill
I'm not sure where you are trying to reference closeboxflag2 from but from the looks of your code, you are mixing things that shouldn't be mixed. The following works: var closeboxflag = false; var closeboxflag = ""; closeboxflag = confirm("Are you sure you w

cfset dependent on javascript problem

2006-09-25 Thread Jonathan Hicks
hi, i was wondering if you could help me with this problem. I need to set the variable "closeboxflag2" to "true" only if the user hits the OK button from the javascript confirm box, or "false" if the user hits cancel. var closeboxflag = false closeboxflag = confirm("Are

Re: CFMX + UTF8 vs Javascript: problem solved

2005-01-25 Thread Deanna Schneider
Credit goes back to Jochem. He's the one that helped me figure it out. - Original Message - From: "Claude Schneegans" <[EMAIL PROTECTED]> > Thanks all for your help, especially Deanna. > > ~| Logware (www.logware.us):

Re: CFMX + UTF8 vs Javascript: problem solved

2005-01-24 Thread Claude Schneegans
Hi, I finally figured out that the iso-8859-1 characters where replaced by y not in the database, but during the post through the form. As Deanna Schneider pointed out, I needed to add both lines in the Application.cfm Now, in order the application is completely CF 5 and CFMX compatible, I use

RE: Javascript Problem

2004-11-23 Thread Pascal Peters
Assuming they have the same name: function getData(form) { for(var i=0;i -Original Message- > From: Issac Rosa [mailto:[EMAIL PROTECTED] > Sent: 22 November 2004 23:02 > To: CF-Talk > Subject: OT: Javascript Problem > > Sorry for the OT, but thought someone on here

OT: Javascript Problem

2004-11-22 Thread Issac Rosa
Sorry for the OT, but thought someone on here might have a quick solution. I need to change this form to have 10 input rows. How would I modify the JS below to handle the 10 rows of selects and linked text input? Parallel Array Lookup // the data var UsageCsaId = new Array("ABERDEEN",

RE: OT Javascript Problem

2004-11-22 Thread Phillip Perry
To: CF-Talk Subject: Re: OT Javascript Problem function CheckPass() { if ((document.process_member.pass.value) != (document.process_member.confirmit.value)){ alert("The passwords you entered do not match each other. Please try again.") re

Re: OT Javascript Problem

2004-11-22 Thread Ron Gowen
function CheckPass() { if ((document.process_member.pass.value) != (document.process_member.confirmit.value)){ alert("The passwords you entered do not match each other. Please try again.") return false; }else{

Re: OT Javascript Problem

2004-11-22 Thread Douglas Knudsen
also...missing a semicolon after the alert. function CheckPass() { if (document.process_member.pass.value != document.process_member.confirmit.value) { alert('"The passwords you entered do not match each other. Please try again."); return fals

Re: OT Javascript Problem

2004-11-22 Thread Ron Gowen
you have a single and a double qoute opening your alert message? and a double closing it On Mon, 22 Nov 2004 13:35:53 -0700, Charlie Griefer <[EMAIL PROTECTED]> wrote: > might want to try throwing an else in the function to alert('foo'); or > something...just to see if the function -is- being ca

Re: OT Javascript Problem

2004-11-22 Thread Charlie Griefer
might want to try throwing an else in the function to alert('foo'); or something...just to see if the function -is- being called but not catching the mismatched values for some reason. is this page online somewhere i can take a look at the full page? On Mon, 22 Nov 2004 15:29:56 -0500, Phillip

OT Javascript Problem

2004-11-22 Thread Phillip Perry
Hi, Sorry for the ot but i'm in a bit of a pickle. Can someone tell me why the following code doesnt work? function CheckPass() { if (document.process_member.pass.value != document.process_member.confirmit.value) { alert('"The passwords you entered

RE: Javascript Problem

2004-09-20 Thread Steff
Hi If is tranformed to in _javascript_, you get value by document.formu.age.value and compare it to empty value to send alert p.s. : I never use id I only use name i.e. : id="name_1">  become for me steff   -Message d'origine-   De : vishnu prasad [mailto:[EMAIL PROTECTED]   Envoyé :

Re: JavaScript problem - RESOLVED

2004-05-23 Thread Spectrum WebDesign
Thanx Greg... great job... works fine... i'm very happy! ;-) Thanx for your time. - Original Message - From: "Greg Landers" <[EMAIL PROTECTED]> Date: Sun, 23 May 2004 16:58:17 -0500 To: CF-Talk <[EMAIL PROTECTED]> Subject: Re: _javascript_ problem It appears that you have left out som

Re: JavaScript problem

2004-05-23 Thread Greg Landers
It appears that you have left out some quotes in your string construction. Instead of this: data = "" +    + "Depart " + i + ":" + "  + size=45 name="depart" + i + >"; Try this: data = "" +   "" + "Depart " + i + ":" + "  + size=45 name='depart" + i + "'>"; Than

RE: JavaScript problem

2004-05-23 Thread Philip Arnold
> From: Spectrum WebDesign > > I'm sorry to be posting OT... but I've got a _javascript_ > problem that's plaguing me. >   > This js script works fine... > > data = "" + "Depart " + i + " :" + spaces > + " > + inter + "'>"; > > Now, converting to use tables and after CSS give me an error: > >

Re: JavaScript problem

2004-05-23 Thread Greg Landers
Jillian, First make sure that there is a form named "adduser" in the parent window that opened the child window. If the form is named "adduser" ... try some different variations of this script: Instead of this:
function addUser(id)
{
window.opener.document.forms["adduser"].user_id.va

OT: JavaScript problem

2004-05-23 Thread Spectrum WebDesign
Sorry Jillian... using your email header ;-) I'm sorry to be posting OT... but I've got a _javascript_ problem that's plaguing me. This js script works fine... data = "" + "Depart " + i + " :" + spaces + ""; Now, converting to use tables and after CSS give me an error: data = "" +    + "

OT: JavaScript problem

2004-05-23 Thread Jillian Carroll
I'm sorry to be posting OT... but I've got a _javascript_ problem that's plaguing me. I have a CF page that spawns this 'people picker'.  The problem is, when I choose a person from the list it generates (see the cfoutput from the 'search' query) I get the _javascript_ error: 'Error: window.open

OT - JavaScript Problem

2003-10-07 Thread Jillian Carroll
Hey folks.  I am having a problem with a _javascript_ that creates one of those 'tile' games, where there is a 3x3 grid with pieces of a picture that is scrambled... and one piece is missing, so you click click click to move the tiles around until the picture is no longer scrambled. This was wor

RE: -OT- Another Javascript problem with forms

2002-10-03 Thread Michael Corbridge
mount"+i+".value")); i++ } } - mike -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 11:29 AM To: CF-Talk Subject: -OT- Another Javascript problem with forms Ok,

-OT- Another Javascript problem with forms

2002-10-01 Thread Thane Sherrington
Ok, I got my two fields to add up and display in another field with this: onchange="window.document.ExpenseForm.TotalAmount#Line#.value=parseFloat(window.document.ExpenseForm.Mileage#Line#.value)+parseFloat(window.document.ExpenseForm.CostOfMeals#Line#.value);addTotals();" Now I'm trying to add

Javascript problem

2002-07-19 Thread John McCosker
Hi guys, got a problem here, I'm trying to pass an object from frame1 to frame2 when frame1 loads, I'm not going to overdose in code here but this is the basics, var pass_new_html_struct = html_struct_head_obj; pass_new_html_struct += html_Structure; pass_new_html_struct += html

RE: Javascript problem

2001-02-27 Thread kwasi
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_000_01C0A0C2.5A29E9D0 Content-Type: text/plain; charset="iso-8859-1" Javascript wiping form values problem: ==

RE: javascript problem

2000-12-27 Thread cfxvx100
I would do away with the onload and the function and and allow. This way if Coldfusion has determined if a user is not logged in ten the Javascript will be executed on the fly. But if you think about the logic of your code. There will never be a session.userid because you delete it every time the

RE: javascript problem

2000-12-26 Thread Kevin J. Miller
0 3:59 PM To: CF-Talk Subject: RE: javascript problem I tried it and it still sends the pop-up part of the page into an infinite 'refresh/reload' loop >From: "Allan Pichler" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]>

RE: javascript problem

2000-12-26 Thread S R
I tried it and it still sends the pop-up part of the page into an infinite 'refresh/reload' loop >From: "Allan Pichler" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: javascript problem >Date

RE: javascript problem

2000-12-26 Thread Allan Pichler
, December 26, 2000 3:36 PM To: CF-Talk Subject: javascript problem Happy holidays, This problem is boggling my mind. It only happens when I put the code in the 'root' application. I'm trying to test for a 'session.userid' variable that is supposed to be set after someone

RE: javascript problem

2000-12-26 Thread Warrick, Mark
eers.com ICQ: 346566 -- > -Original Message- > From: S R [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 26, 2000 3:36 PM > To: CF-Talk > Subject: javascript problem > > > Happy holidays, > > This problem is boggling my mind. It o

javascript problem

2000-12-26 Thread S R
Happy holidays, This problem is boggling my mind. It only happens when I put the code in the 'root' application. I'm trying to test for a 'session.userid' variable that is supposed to be set after someone logs in with the correct username and password. As you can see I am testing it by deletin

RE: Javascript problem

2000-12-05 Thread CAlvarado
ify the sender as soon as possible and immediately destroy this message and its attachments entirely. -Original Message- From: Gene Kraybill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 05, 2000 12:03 PM To: CF-Talk Subject: OT: Javascript problem Looking for a bit of help with some

RE: Javascript problem

2000-12-05 Thread DeVoil, Nick
>opener.document.forms[0].submit; make that opener.document.forms[0].submit(); Nick ** Information in this email is confidential and may be privileged. It is intended for the addressee only. If you have received it

OT: Javascript problem

2000-12-05 Thread Gene Kraybill
Looking for a bit of help with some Javascript I want to use in a CF app. I want to be able to open a popup window (TEST_POPUP.CFM), enter a value in that window, and then submit the popup window so it changes a field in the original page (TEST_MAIN.CFM) to the popup value and automatically su

Re: IE JavaScript problem

2000-04-09 Thread David Shadovitz
stopher" <[EMAIL PROTECTED]> writes: > David, > Thanks...that was a good idea and solved my problem! > -Original Message- > From: David Shadovitz [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 07, 2000 1:05 AM > To: [EMAIL PROTECTED] > Subject: Re: IE JavaScr

RE: IE JavaScript problem

2000-04-07 Thread Lomvardias, Christopher
David, Thanks...that was a good idea and solved my problem! Chris -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 1:05 AM To: [EMAIL PROTECTED] Subject: Re: IE JavaScript problem Chris, I'm not sure why you're getting the e

Re: IE JavaScript problem

2000-04-06 Thread David Shadovitz
Chris, I'm not sure why you're getting the error (Jeff, where are you?), but I recommend that you move the SelectEntity function from the frame #1 document into the frame #2 document, and call it from the frame #1 document. -David On Thu, 6 Apr 2000 Lomvardias, Christopher writes: > I'm having

IE JavaScript problem

2000-04-06 Thread Lomvardias, Christopher
I'm having a browser compatibility problem. Each time I click on a record (from an a href onclick in frame #1), it fires off the SelectEntity() function and is supposed to add the selected record to a select box named "avlList" in frame #2. Anyone have any idea why this won't work in IE5 but doe