I have a MSWord document that has several hyperlinks to acrobat (pdf) files on a secure server that requires personal certificates.
When using Word 2003, after selecting the hyperlink a dialog box asks which certificate to use and IE opens the site and then the acrobat document. :-)
In Word...
I have a javascript that adds up inputs from a form. When the total is >= 110 it sends an alert that the total can not be over 100. This all works, but after the alert the form option stays at the value that put the total over 100. How do I only reset the variable that is changing, not all...
I am converting some of my HTML 4 webpages to XHTML.
For some reason XHTML does not allow the body tag to have the OnLoad attribute.
<body OnLoad="function()">
Also the onclick attribute is not valid for the submit button.
<input type="submit" name="submitbutton" onclick="validate();return...
I made the following script to add several drop down selections to get a total and then place the total in the document.
//Calculates the total of all selections
function GetTotal()
{
//get variables from form and makes them integers
var Ami = parseInt(document.voting.Ami.value)...
I am very new at Javascript, so this may be to simple for most. Sorry, but I am trying to learn this stuff.
I have a form that has several drop downs for users to select a number from 0 - 100.
Example:
<select name="Ami" onchange="GetTotal()">
<option value=0>0 <option value=10>10...
Currently I have a webserver that uses most of the standard port. Is there a way to use SSH to a non standard port to connect to the admin console of the PIX?
I have management set to inside, and SSH is enabled and working from inside.
I set a static route from the non-standard port to the...
I know this has probably been asked before, but I could not find it.
I need to set the outside interface on my PIX 501 to a static IP, vice using factory setting of dhcp.
Eveytime I try to change the outside to static I lose traffic to the inside.
Here is what I have done so far:
I use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.