Hey there, I am developing a html presentation which must be handed out on cd by my employers at a software convention and I need to disable the "internet explorer has restricted this webpage from running scripts or active x controls" message. I am aware that this only occurs locally and is not normally an issue but in this case, it will be annoying and will look unprofessional. Is there a javascript workaround? Can anyone help me? thanks
Articles similar to disable scripts/active x warning on ie:
Disabling a form. Button on one page, form on another.
Based on this older thread concerning how to disable form elements:
http://www.sitepoint.com/forums/show....php?p=3960845
It works like a charm.
However, the "disable" button is on the same page as the form. Is there a way the "disable" button can be on a different page than the form?
An example would be an admin page, where the administrator can "disable" the form on one of the site's public pages.
Thank you!
FalalaShow/hide column
Hi,this is an example of the website im working on:code:Help me, I have 3 questions...
Hi guys, I need help!Q1:Do you know how can I make my drop down menus "<div id=submenu>" overlap/cover the text in "<div id=container>"? I use "z-index:", but no effect!Q2:How can I make my menu stay active when on click, in FireFox: "active" only occur when on click but after that back to "hover", unlike Internet Explorer it will stay but many not possible to do like "div:hover". Maybe I need to use "onclick" or sometime? But I dont how to make drop down menu with that.Q3:Help me to improve myself, Thank You So Much!
Hi guys, I need help!Do you know how can I make my drop down menus "<div id=submenu>" overlap the text in "<div id=container>"? I use "z-index:", but no effect!How can I make my menu stay active when on click, in FireFox: "active" only occur when on click but after that back to "hover", unlike Internet Explorer it will stay but many not possible to do like "div:hover". Maybe I need to use "onclick" or sometime? But I dont how to make drop down menu with that.How can I position my time in right side without destruction, I use "float:right" but the format I want is single line, but it create 2 lines. Is there such "left:" and "top:"? right?problem running two scripts on one page
HI, '
I don't really know javascript, and I am trying to add two different jquery scripts I downloaded to the same page. Here's the javascript at the top of the page for one of them,
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript" src="../js/mootools-1.2.1-core-nc.js"></script>
<script type="text/javascript" src="../js/smoothmenu.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){
var mySmoothMenu = new SmoothMenu("navigation");
});calling 2 different location of scripts by using javascript........innerHTML.
Hi guys,
I am trying to call 2 different scripts by using javascript........innerHTML.....It seems not working....funtion is working and changing value though.
Here's what I am trying:
Quote:
<script language="javascript" type="text/javascript">
function changesrch()
{
var a = document.userinfo.searchstatus.value;
if(a=="company")
{
alert("I am Inside company.");
//var c = ";
var str="<script type='text/javascript' src='script/ajax.js' DEFER>";
document.getElementById('searchAJAXA').innerHTML=str;Make drop down menus cover text and stay active onclick
Hi guys, I need help!Q1:Do you know how can I make my drop down menus "<div id=submenu>" overlap/cover the text in "<div id=container>"? I use "z-index:", but no effect!Q2:How can I make my menu stay active when on click, in FireFox: "active" only occur when on click but after that back to "hover", unlike Internet Explorer it will stay but many not possible to do like "div:hover". Maybe I need to use "onclick" or sometime? But I dont how to make drop down menu with that.Q3:
