Disable A Firewall Using JS?

May 1, 2009

[code] I just know how to use a batch file to disable a firewall but I don't how I use java script to do the same things[code]

View 1 Replies


ADVERTISEMENT

Get Client IP From Behind A Firewall?

Jul 23, 2005

I would like to get a web client's IP where the client is behind a firewall.
I googled but hasn't found any solution with javascript that work's. There
seems to be a java applet that can do this, but i would like the applet to
put it into a "hidden" tag or into a textbox on the HTML page, so when the
user clicks "OK" it will be posted to my PHP script.

View 5 Replies View Related

How To Disable Div

Apr 12, 2010

How can I disable my div?

Code:

I know you can make hidden/visible but don't know if you can disable it?

View 7 Replies View Related

How Disable JS In MSIE 6?

Jul 23, 2005

I find I cannot disable javascript in MSIE 6 I've Help'd, Google'd, and searched here to no avail.

<noscript>
You don't have javascript enabled
</noscript>

will not display for me.

View 11 Replies View Related

How Disable The F5 Key In Mozilla

May 24, 2006

I am trying to disable the F5 key in Mozilla. I have the next code in
javascript that it is working in Internet Explorer but it is not
working in Mozilla. how can I disable the F5 key in Mozilla?

<script>
document.onkeydown = function(){

if(window.event && window.event.keyCode == 116){
window.event.keyCode = 505;
}
if(window.event && window.event.keyCode == 505){
return false;
}

}

</script>

View 7 Replies View Related

How To Disable All Tags?

Jul 6, 2006

I have a div which includes many others tags (a, input, any others
links). How can I disable the whole div? I want to any of the included tags may
not be enable.

View 7 Replies View Related

Disable=true

Feb 27, 2007

I have a perl cgi form that has a popup_list. Based on a value that
is coming in from a database query, I want to either
1) display the value (from the databse) and let the user change it;
OR
2) display the value (from the database), but NOT let the user change
it.
I tried using javascript to disable the popup list, and that works,
except the form "loses" the value of the entry in the popup list.

Maybe "disable" is not the correct property I want to use. If that is
the case, what is it?

View 1 Replies View Related

Disable Right-click

Jul 20, 2005

What's the best way to display an image, disabling the user's ability to right-click on it?

I believe you have to use <body oncontextmenu="return false">. Would the
following work?

var x = "<head></head><body oncontextmenu="return false"><img src='temp.jpg' border=0></body>"

top.document.open()
top.document.write(x)
top.document.close()

Since this is a frameless site, I don't think this would work, at least
would never get to the close()...

View 9 Replies View Related

Disable Javascript In IE6

Jul 20, 2005

I want to test/proof some <NOSCRIPT></NOSCRIPT> stuff in my page via PHP but can not figure how to disable JavaScript on my browser.

View 2 Replies View Related

JQuery :: How To Disable A Td

Jan 3, 2012

I have a table (created at runtime) that in same circumstances have some <td> empty.All <td> have this css:

[Code]...

Via firebug console (with a bookmark) I see that line 4 is executed but nothing happen. I have tried to add a style="display: none;" via firebug to these <td> and it works.

View 2 Replies View Related

JQuery :: Cannot Disable Div ?

Jul 8, 2009

<div class="jcarousel-skin-ie7">

I'm trying to change disabled to true. It's not taking. And what I also don't get is what is disable doing for a div?

I have tried this:

View 47 Replies View Related

Enable / Disable By Id

Jan 29, 2011

I have a form with pairs of checkboxes. When one is checked then I want to enable the other checkbox for that pair, and disable when unchecked. I can get this to work when I have a separate function for each pair, but not if I try to use one function and pass the id of the element.[code]

View 2 Replies View Related

How To Disable Text Box

May 24, 2009

I want to disable my text box using java script.Here "a" is the line number where change dynamically

var remarks="remarks"+a
var remarks_1=document.getElementById(remarks)
document.f_update.remarks_1.disabled== "true";

f_update is the form name.It is not working..

View 6 Replies View Related

Disable All Checkboxes Except 1st One?

Jan 15, 2010

I have a form with a number of checkboxes. The 1st one is "Select All". When this checkbox is ticked I would like to disable all others. When the "Select All" checkbox is unticked, all checkboxes should be enabled.

View 5 Replies View Related

Disable Script Within A Div?

Jan 19, 2010

Is it possible to disable all scripts within a certain div? Like if I was displaying something in <div id="member"> and a member posts a script within that div, I would like it to not work.

View 13 Replies View Related

Disable DIV On Load ?

Dec 6, 2010

I have been looking for a good walk-through online, but can't seem to find an exact resolution to what I am trying to do.

Supply some example code for not displaying everything that is inside a <div>. Basically I do not want social media content to be displayed on secure pages, but want them on every other page.

This is what I have:

<div id="share">

View 1 Replies View Related

Disable The Restore Down?

Oct 17, 2011

how to disable the restore down button in internet explorer through java script.

View 1 Replies View Related

Disable A Fieldset?

Aug 31, 2004

So I have a form that lets me choose one of three templates to submit with. Each template is inside a <fieldset> tag. What I'd like to do is call disable ('fieldsetID') and have it disable the fieldset and all form fields inside it... I _thought_ disabling the fieldset would do that for me, but apparently not. Code:

View 3 Replies View Related

How To Disable Textbox

Oct 31, 2005

I would like to find out how to disable textbox from user entry. I have a form that consist of 2 portion (header and details). The detail portion has multiple rows(where I use a for loop) . All the rows should be disabled upon loading. The first row is open for entry only when all the header fields are entered. Subsequent row is open for entry when the 1st row is entered and so forth. I called an external javascript function to disabled all the fields in the form but somehow give an error - undefined.

View 3 Replies View Related

Disable Button

Dec 5, 2005

I've found this code:

<SCRIPT LANGUAGE="JavaScript">
function Disab (val) {
if(val=="1")
{form1.Submit.disabled=true}
if(val=="2")
{form1.Button.disabled=true}
}
</SCRIPT>
<input type="submit" name="Submit" value="Submit" onClick="Disab (1)">


for disabling a button on submit, but it's only seems to work in IE, can anyone recommend one that works in both IE and firefox?

View 15 Replies View Related

Disable Link..

Mar 27, 2006

I have website, I put money change conversion from www.indoexchange.com use JavaScript (please check my website www.servomedia.net). But, unfortunely, they have links but the links are invalid (not any in my site).

How exactly to disable that links using JS? Long time ago I ever see the way but I forget where I found it.

View 2 Replies View Related

Disable Enter Key

Oct 9, 2006

How I can disable enter key for one submit button?

View 3 Replies View Related

Disable The F5 Key In Mozilla?

Nov 18, 2009

I am trying to disable the F5 key in Mozilla. I have the next code in javascript that it is working in Internet Explorer but it is not working in Mozilla. how can I disable the F5 key in Mozilla?

Code:

function checkKeyCode(evt)
{
var evt = (evt) ? evt : ((event) ? event : null);
var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);

[Code]....

View 4 Replies View Related

Disable Button In Ie7 Ie8?

Jun 7, 2009

i have a button that i want to disable on action . it work's fine in Firefox but not IE6 ,IE7,IE8

this code get the id=button and every 3 seconds (enable --> on click -> disable -> 3 seconds --> enable

var button = document.getElementById('button');
function disable(button) {
button.disabled = true;
setTimeout(function (el) {

[Code]...

the weird thing is if i delete all the html and keep only the code , it works fine on all browsers

View 1 Replies View Related

Disable Textarea With IE7?

Feb 22, 2010

I got two textareas. I push a form button and some text fills both textareas, lets say "x" for area one and "y" for area two. I then disable the first textarea with a another button so that when I push the fill button again, only textarea two gets updated. To do that I use this:

document.myform.mytextarea.disabled=true;

It works on Firefox, Opera, IE8, but not on IE7. With IE7 both textareas change content, in does not matter that I disabled the first one. I get the same problem if I use:

document.form1.textruta.disabled="disabled";

View 3 Replies View Related

Enable / Disable With Value

Feb 26, 2011

i've been looking online for a while for a code that would disable 3 text fields.[code] Was unable to find one. was only able to get it to do one of fields. What i'm try to do is have a checkbox to enable and disable a row and produce a value in the totalcalls box.

View 6 Replies View Related







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