Prevent An ActiveX Warning From Appearing?

Mar 23, 2009

Quote: Originally Posted by KorRedDevil ActiveX or Java allowance, if malicious applications, could do really harm, but no javascript. Unfortunatelly, IE has ActiveX and javascript linked on the same level of security, so that when disable ActiveX you disable javascript as well.This is the problem I am experiencing now KorRedDevil.I have just signed up to devshed now, trying to find some ways to allow javascript, yet keep active-x disabled. am in the middle of creating a website, using a javascript drop down menu. Looks really nice, but when you load the page on IE, it keeps displaying theactive-x warning, requesting permission to allow. My concern is that a lot of people dont understand this message. Automatically think there is something dangerous about the site, and deter them from visting. And they will not be able to navigate round the site effectively without the drop down menu!I'd imagine there has to be a way, possibly with a certain metatag maybe?

Reason being, GMail is designed using javascript. How come IE allows their javascripts to work, but no one elses?!Must be a way.And also, I use a .js file to keep the site resized and well positioned, regardless of browser. This script gets by no worries at all. Could it be because it is an external javascript, and not linked in within the html itself?And with other broswers, ie. Netscape, Firefox etc. Do any of them have issues with the Javascript / active-x warning?

View 9 Replies


ADVERTISEMENT

Script To Prevent Browsers Pop Up E-mail Privacy Warning When Submiting A Form

Oct 20, 2003

Script to prevent browsers pop up E-mail privacy warning when submiting a form

A very basic form has been employed :

<form name=formulario action="mailto:ron_wolpa@hotmail.com"
method=post enctype="text/plain"> form contents ......</form>;

(I don´t domine cgi- bin nor php , and even I if did it some servers where I host my files do not support both , that´s the reason action is a simple mailto: )

It works fine but as visitor press button "SUBMIT" , browsers like IE and Netscape pops up a privacy warning screen notifying visitor that his email will be disclosed ;

a 2nd pop up demands another click confirmation to send the information collected by the form ;

What I have in mind is a script to do the following :

1- to submit the form just by clicking submit button once

2- as visitor press on submit button , will be directed to another html document where will receive the usual thanks and the confirmation message ;

I find it necessary because as the basic form is above the message is sent and the form fields are not cleared , not giving the visitor any confirmation ;

View 3 Replies View Related

Gap Appearing On Hover?

Jul 25, 2009

i have a menu which on one option produces a drop down menu.

jQuery(document).ready(drop);
function drop(){
jQuery("#menu li ul li").css("height", "0px");[code]....

is the code.i have it closing when you hover over any other of the menu options but if you hover over them before its open then it produces a round about 10px gap and then closes.

View 1 Replies View Related

IE Gives Warning Messages?

Jul 4, 2011

IE browser (even IE8) is giving warning when I open a webpage with JavaScript in it. I can of course close the warning but since I am developing webpages that will be deployed and used by customers, customers will get the warning messages too. How do I design webpage that don't popup ActiveX warning message on customer browser when they open pages with JS in it?

View 4 Replies View Related

JQuery :: Elements Still Appearing In IE 8 And 7

Mar 15, 2011

I'm working on a self-contained educational tool. Every "frame" or "slide" is all in one HTML document. I initially start out with all frames hidden, and then show the very first one. The user is then able to click through to each next frame.

This has been working great. Works in all browsers except for IE 7 and 8. There is one point when you click to go to the next section, and all the images and buttons appear at once, even though their respective parents are hidden.

The kicker is that, if in IE's developer tools, I switch off ANY css style for ANY element, everything corrects itself. These elements also seem to ignore any .hide() or .fadeOut() method, but will accept other styling changes through jQuery.

View 8 Replies View Related

Auto Appearing Information Box?

May 18, 2010

I am looking for help creating javascript auto-apearing box, which will appear when someone onmouse on the hyperlink.

View 10 Replies View Related

Block Certain Websites From Appearing?

Aug 22, 2011

is there a way using .htaccess or some other means that we can block certain websites from appearing when we do a google search of my wife's name? We contacted google and they denied our request to have these websites blocked. My wife has her own website she uses for her business. There was an .htaccess editor website that I visited that created the code after I specified the url of the websites we wanted blocked. Will this work and if so, after creating the .htaccess file what do I do with it, that is where do I attach it/post it? (this is the first time i've ever posted anything on a website. my wife and I are technophobes.)

View 2 Replies View Related

Overcoming POSTDATA Warning

Jan 18, 2007

I'm hoping that someone here can help us out. We are in
the process of re-writing the underlying code for my
website (link to old version below). The site is (and
will continue to be) driven by PHP, javascript, and MySQL.

The problem I'd like to overcome is the browser's
navigation backwards through the tiers of screens and
menus. We have a "Back" link on the required pages, but
I would like to let the user navigate via the browser's
built in "Back" function, without getting the following
warning (from Netscape, in this case):

~~~~~~~~~~~~~~~~~~~~~~~~~~~
The page you are trying to view contains POSTDATA that
has expired from the cache. If you resend the data, any
action the form carried out (such as a search or online
purchase) will be repeated. To resend the data, click
OK. Otherwise, click Cancel.
~~~~~~~~~~~~~~~~~~~~~~~~~~~

There is no secure data, nor purchases involved. I
believe this is built into the browser, but I'm hoping
there is a way to bypass the warning without breaking
the function (creating an error) on the site. I believe
this is a javascript issue, but if I'm wrong, please
let me know and I will post to a PHP group.

View 3 Replies View Related

Click Submit Get Warning Box?

Aug 7, 2009

I am setting up a form with a submit button. I want a warning box to come up saying you are about to delete user ?? image Click ok to continue or cancel

View 4 Replies View Related

Close Window Without Warning Its Pop Up?

Dec 31, 2010

What Im trying to figure out is a simple (im a noob) way to close a browser window that was opened by a button on another page and not get the warning window "you are about to close..".

Ive been hunting around here and the web but I cant find anything solid.

Can someone direct me to the solution?

View 1 Replies View Related

Adding Up Entries And Warning If Not Enough?

Jun 27, 2010

Have form where visitors fill in a few '<input type="text"> fields that require simple integer numbers. (I may be making a mistake in just using text fields? Please mention in reply in conjunction with main question below).

Here is a typical row:

<td>Box of dozen red pencils</td><td>$1 per box<td><td>Number of boxes wanted</td><td><input type="text" name="redpencils" id="redpencils" size="6"></td>

There are four colours and all are different prices per box. Blue are $1.20, Yellow are $1.50 and green are $1.70 per box. The form says that a minimum order is $10. I want that a warning comes up and submission fails if the entries add up to less than $10. I have simple default browser warnings come up if the required fields (like name, phone number) are not filled in. I want similar if the orders do not add to $10 or more.

View 10 Replies View Related

How To Display Delete Warning

Jan 22, 2011

PHP Code:

<html><head><script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script src="/js/jquery.confirm.js" type="text/javascript">
</script>
<script language="javascript">
// load jquery here before calling this
$(document).ready(function() {

[Code]...

View 2 Replies View Related

Calling ActiveX Dll

Jul 23, 2005

Im supposed to write an activeX dll that will be called by javascript
(with the OBJECT TAG) and was wondering if its supposed to have any
special features or its a regular activeX dll.

Also I would like to know if it matters if its written in C++ or VB,
and if someone has sample C++ code that does this i will be grateful
to see!

View 1 Replies View Related

ActiveX Object

Jul 20, 2005

I have a ActiveX object. This is working fine in English windows and IE, But causes IE to crash in Chinese windows.

View 1 Replies View Related

JQuery :: Delay On Mouseover Before Appearing?

Jun 6, 2011

I want to #name to wait 1 second on the mouseover before appearing, how can I do this?
<script>
$("#block").mouseover(function () {
$("#name").show();
});
$("#block").mouseleave(function() {
$("#name").hide();
});
</script>

View 5 Replies View Related

JQuery :: Live() Not Appearing To Work?

Jan 19, 2010

I have this in my jQuery() function:

$( "#admin_new_records ul a" ).live( "tap", function() {
jQT.goTo( "#admin_new_records" );
return false;
});

I create the links that match this on the fly with jquery.builder.js, and have confirmed that searching the resultant DOM in the console with the string "#admin_new_records ul a" does indeed return the elements I want. The problem is that when I click on the links, the jqt framework still seems to handle the tap, and returns to the first screen with an error due to the fact that it cannot recognise the url I created for the links. The issue seems to be that live does not work, but I have also tried to set this on tap() immediately after creating and appending the links, and this does not work, either.

View 2 Replies View Related

Know How Much X Elements Are Appearing Inside A String

Jun 4, 2009

there is a way to know how much X elements are appearing inside a string?

i tried this one:
$(msg).find('img').length

but no success

View 1 Replies View Related

Dropdown Menu Appearing Behind Stepcarousel In IE6

Feb 10, 2011

[URL] Naturally it's an IE6 problem. The dropdown menu at the top behaves fine on every page except the homepage. The homepage has a uses jQuery and a Stepcarousel script. It secondary nav is appearing behind the #maincontent div. I've tried adjusting the z-index to 10000. No result. I scanned both js files to see if there was a z-index conflict. The largest z-index is 50.

View 8 Replies View Related

Script - Hidden Button Not Appearing?

May 4, 2011

I am trying to have my print button appear only once the script for my validation button has gone through without any errors. To do this, I used the following script in my validation button (I've truncated most of it since you get the point after two lines):

// hidden field
var lrcf = this.getField("LastRCFalse");
var ei = this.getField("Employee ID number");
if ( lrcf.value != ""){

[code]....

The red part is where it all seems to be breaking apart. I've verified that none of the script before is incorrect and it all goes smoothly except that my print button does not appear afterwards. (The print button doesn't have any complicated script just a "execute a menu item" and is put as hidden in common properties so that no one can print before having gone through the verification).Should I have created another print button which sits on top of the other one?

View 2 Replies View Related

Add Table Rows But Its Not Appearing In The Code?

Sep 29, 2009

I would like to create a dynamic button which adding new rows to my table and then sending it to PHP, I manage to create the JS function but after the rows have been added its not apearing the HTML code and by that I can't send it to PHP by form. here the code:

function Addline(ObjId,ItemAdd){
/*
*Addin One Line to the table[code].....

View 1 Replies View Related

JQuery :: Code Is Appearing On Page Fix?

Jun 14, 2011

In the Portfolio Module of Business Catalyst (see this page: Portfolio, I have the thumbnail of the websites and when clicked it enlarges with the description underneath. However, I would like the description to actually be a link that when clicked will take the visitor to the actual website depicted in the image. I tried to surround the text with the <a href> tag, but the code actually appears on the page.

[Code]...

View 6 Replies View Related

JQuery :: IE Warning For Running Scripts

Jun 18, 2011

Is there some way to have my websites appear to be safe so that IE does not present the security warning for running scripts? None of the javascript is allowed to run unless the user "Allows Blocked Content". If I pay extra to have my sites considered "safe" will this avoid the IE warning issue?

View 10 Replies View Related

Anyway To Avoid Active Content Warning On IE?

Aug 17, 2010

I'm writing a very simple code. Basically, there will be an array of strings from which one is randomly chosen and written to an element on the page. Here is a simplified version of how I'm executing it:

<html>
<head>
<script type="text/javascript">
function dyk() {
document.getElementById('test').innerHTML = "foobar"; }
</script>
</head>
<body onLoad="dyk();">
<div id="test">Hello<br />
</div>
</body>
</html>

My only concern is the "Active Content" warning that comes up in IE. The clientele (mostly older people) are probably going to be IE users and many of them might be so untrusting of computers that they'll take the warning as a legitimate concern. Is there another way to write this simple code to avoid the warning?

View 1 Replies View Related

Warning Message On Browser Close?

Nov 4, 2009

Even I am trying the browser close event for cross browser and this should trigger only when X button is clicked or page is refreshed. Here's the code pasted above which I am using but it only works in IE. I know the issue is because of window.events and ClientX/ClientY. my code to make it work in all browsers? This is very urgent and have been striving since 3 days...

*Please Note: Current code is working in IE only and to check you have to close the browser window or refresh the page with mouse click

=====================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><head>
<title>Warning Test</title>

[Code]....

View 3 Replies View Related

Don't See Any Instructiosn After Uploaded The IE6 Warning Folder?

Sep 10, 2009

It states:"The ie6-upgrade-warning is a little script (7.9kb) that displays a warning message politely informing the user to upgrade the browser to a newer version (links to newest IE, Firefox, Opera, Safari, Chrome are provided). The webpage is still visible behind a transparent background, but access to it is prevented. The idea is to force users to upgrade from IE6 and avoid the website from a bad reputation that website is not rendering correctly in IE6.InstallationJust insert the line<!--[if lte IE 6]><script src="js/ie6/warning.js"></script><script>window.onload=function(){e("js/ie6/")}</script><![endif]-->right after the <body> declaration of the webpage and change the e("js/ie6/") to the folder where the script's icons images are located."

So I uploaded the IE6 folder and put the line of code below the <body> declaration and changed the {e("js/ie6/")} to the icon folder.But I don't see any instructiosn after I uploaded the IE6 warning folder. Has anyone used this? Is there somthing I should do after I zipped the IE6 folder and uploaded it?

View 9 Replies View Related

Jquery :: How To Display Delete Warning

Jan 21, 2011

PHP Code:
<html><head><script type="text/javascript" src="[URL]"></script>
<script src="/js/jquery.confirm.js" type="text/javascript">
</script>
<script language="javascript">
// load jquery here before calling this
$(document).ready(function() {

// delete the entry once we have confirmed that itÂshould be deleted
$('.delete').click(function() {
var parent = $(this).closest('tr');
$.ajax({ .....

In above code I want that when admin delete any event, there should an warning message prompt but my jquery not works.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved