I am expanding our network, and purchased a Dell PowerConnect 3324 managed switch to put after my T1 router sot that I can segment off my public IP's to specific servers, as I am adding an additional web server. I have not dealt with managed switches before, and do not no where to start.. I is...
i am retrieving data from a field in my database, but want to strip off the text portion at the end. The first half is dates, and that is all I care about. An example of one of the strings is:
02-18-2005 - 02-19-2005 - Rale
All I want to use out of it is:
02-18-2005 - 02-19-2005
What is...
I have several dynamic text boxes that are filled with action script... Is there a way to automatically change the font size if it is going to be bigger than the text box?
I have the following script that lists the files in a different directory and generates hyperlinks to them to download them with a check box next to them. I want to be able to delete the selected files I know I can use the file system object to delete files, just don't know how to have it loop...
I have the boxes showing now, but I want to be able to submit to the same asp and have it call a function to delete the files. this is where I am stuck now. Here is the code I have now:
<%@ Language=VBScript %>
<HTML>
<HEAD>
<TITLE>Gungor Productions File Exchange</TITLE>
<style>
BODY...
I have the following script that lists the files in a different directory and generates hyperlinks to them to download them. I want to be able to but a check box to the left of every file that is listed and have a delete selected files button at the bottom of the list. I know I can use the...
I have a file upload script I am working on, and the uploading works fine. The part that I want to add that I am not sure about is this: I want the asp page to create a list of the files that exist in the upload directory and have a hyperlink to them to allow them to be downloadable right...
The code compiles correctly now, but when you change the drop down, it produces a style error. Current code:
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function checkFormValues()
{
var f1Value = document.getElementById('urgency').value;
var f2 =...
No Go.. Code Changed to this:
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function checkFormValues()
{
var f1Value = document.getElementById('urgency').value;
var f2 = document.getElementById('phone').value;
var f3 = document.getElementById('timetocall');
if...
Here is my updated code with the form fields I need, but it does not seem to work now... I am guessing I am using the wrong operator for "OR"
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function checkFormValues()
{
var f1Value =...
I want to remove all spaces from a particular string that is input into a form. So if they typed
"Microsoft Corporation" on the form, it would become:
"MicrosoftCorporation". I know I can trim leading and ending spaces, but how do I remove all of them?
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.