RE: Java Script Question

2007-08-03 Thread Bobby Hartsfield
createElement() is another way to... well... create elements :-p ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 3:35 PM To: CF-Talk Subject: RE: Java Script

Re: Java Script Question

2007-08-02 Thread Eric Haskins
Just a quick note. Firefox with the Firebug addon is the best thing you can use for Js troubleshooting. I am doing a ton of AJAX mods to the sites I am working on now. I still need to make sure it works in all/most browsers but Firebug has saved me a ton of time Eric ~

Re: Java Script Question

2007-08-02 Thread Larry Lyons
try writetag() you forgot the parentheses regards, larry >Sorry for the OT JS question, but I need this to work and someone my see the >problem. > >I'm creating a function to write a tag with some external variables. I'm >using document.write, but the < and > symbols in the tag are giving me a

RE: Java Script Question

2007-08-02 Thread Jim Davis
> -Original Message- > From: Robert Harrison [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 02, 2007 1:58 PM > To: CF-Talk > Subject: OT: Java Script Question > > > Sorry for the OT JS question, but I need this to work and someone my > see the > problem. > > I'm creating a function t

RE: Java Script Question

2000-09-08 Thread Powers, Bonnie
You could run the action page and if the login is in use automatically redirect them to the login page using the tag. -Original Message- From: Double Down [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 4:26 PM To: House Of Fusion Subject: OT: Java Script Question I would

RE: Java Script Question

2000-09-08 Thread Anthony Geoghegan
Hi Tia, [You Wrote] |I would like to flash a java script alert box saying that a login name is |already in use. This will happen on the submit and it will go to the action |page to check the db. My question is can I have the alert box pop up on the |form page so the person does not have to go bac