I found one of the security breaches......Sweet I guess I can call 
myself  LEET now!

BTW, I didn't do any damage :)

Marlon

E-mail me off-list if you need any info about it.


Timothy Heald wrote:

>Your drop down menus are trying to kick off before the page is finished off rendering.
>
>Instead of just putting an onMouse="" on the div (or whatever element your using) as 
>the final steps in your menu script you should do something like
>
>myElement.onmousever = functionName;
>
>then in the function instead of something like 
>
>function functionName(thisElement){
>       show menu code
>}
>
>you would do more like:
>
>function functionName(){
>       thisElement = this;
>}
>
>In the above case the word "this" is going to be the element that you applied the 
>function to.  I still want to know what the security exploit is :)
>
>Tim
>
>-----Original Message-----
>From: Candace Cottrell [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, January 16, 2003 4:21 PM
>To: CF-Community
>Subject: Re: New Site Live
>
>
>I like the colors (WVU colors - ha)
> 
>The only thing I saw was on 
>http://www.hartfordciviccenter.com/calendar.cfm?view=list&calendar=1&category=&month=1&year=2003
> 
>The maroon links are hard to read on the navy bg. Why not use the
>gold?
> 
>And here, 
> 
>http://www.hartfordciviccenter.com/history.cfm
> 
>add a bit more space around the inline pics, say 10 px hspace and 10 px
>vspace.
> 
> 
>My favorite page was the seating charts... cooool   :)
>
>HTH
> 
> 
> 
> 
>Candace K. Cottrell, Web Developer 
>The Children's Medical Center 
>One Children's Plaza 
>Dayton, OH 45404 
>937-641-4293 
>http://www.childrensdayton.org
> 
> 
>[EMAIL PROTECTED]
>
>  
>
>>>>[EMAIL PROTECTED] 1/16/2003 4:09:32 PM >>>
>>>>        
>>>>
>Hi All,
>
>Would any here mind taking a peak at a new site we just launched?
>
>The address is: http://www.hartfordciviccenter.com 
>
>I would appreciate any comments, including those about load time and
>appearance.
>
>TIA,
>Duane
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to