Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Active X Warning??


Active X Warning??

Reply
  #1 (permalink)  
Old 09-06-05, 02:33 PM
Seeker Seeker is offline
New Member
 
Join Date: Sep 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Active X Warning??

HI, I am new to the forums and am pretty new to web builing. I have run into a problem with active x warning and have narrowed it down to this code here.

<HTML>
<HEAD>
<TITLE>Tooltip</TITLE>
<style type="text/css">
@import "http://www.puckerfactorbf2.com/css/PF_layout.css";
</style>
</HEAD>
<BODY>



<div class="menutext" style="position:relative;height:25px;width:125px;" id="container">
<A class="menu">BF2 Badges</A>
<div class="menutext" id="box">
<A class="menu" href="#1">&nbsp;&nbsp;&nbsp;&nbsp;-Basic</A><BR>
<A class="menu" href="#2">&nbsp;&nbsp;&nbsp;&nbsp;-Veteran</A><BR>
<A class="menu" href="#3">&nbsp;&nbsp;&nbsp;&nbsp;-Expert</A><BR>
</div>
</div>

<SCRIPT type="text/javascript">
<!--
var container=document.getElementById("container");
container.onmouseover=function(){
document.getElementById("box").style.display="bloc k";
}
container.onmouseout=function(){
document.getElementById("box").style.display="none ";
}
container.onmouseout(); // initially close it
//-->
</SCRIPT>




</BODY>
</HTML>

My question is how do I make it were the warning does not come up when you open the page??

Last edited by Seeker; 09-06-05 at 02:37 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning: session_start(): Cannot send session cache limiter jozin PHP 4 07-12-05 11:47 PM
Warning: mysql_fetch_row(): HELP! SEQUEL PHP 6 03-30-05 09:43 AM
An unknown warning Slypher PHP 1 02-12-05 03:24 AM
PHP & MS Active Directory djwayne_2004 PHP 0 02-07-05 05:51 PM
Competition form dee19802000 PHP 2 01-27-05 02:48 PM


All times are GMT -5. The time now is 08:48 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.