Windows 2000 and above will map to subfolders of a share. I guess I was hoping Windows 98 would act in the same way.
Thanks for the reply's. It's been awhile since I've had to do anything with Windows 98.
Thanks,
John
I have some windows 98 machines that I want to have map to a few shared folders.
I would like to map them to a subfolder directly, but no matter what it only maps to the root folder.
e.g \\server\share\folder will map to \\server\share.
Does anyone know why this is?
Thanks,
John Axsom
Sure thing, as you can tell I'm a real newb with PHP.
Basically, I need to import the data from a text file into my database but I need to do some data transforms.
What I was trying to do was create some arrays for each field in my csv file so that I can match only cost center fields with my...
I'm spinning my wheels here... I'm having a problem with the code below.
I'm successfully breaking out the comma delimited fields into their own arrays for database inserts (the data is not exactly the same as the table structure). That all works fine and dandy, my problem is I wan't to do a...
I keep getting the error that document.safetyForm.elements.AO.style is null or not an object.
Can anyone shed some light as to why I am getting this?
The code is as follows (sorry it's so long, I wanted to include all the code):
<?php
//Ensure this file is being included by a parent file...
Does anyone notice why I am getting the following error with the code below:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in D:\Web Sites\safety\queries\emerg.query.php on line 23 (marked below with '-->')
<?
//Report Title
$title = "Emergency Preparedness";
//Define text...
Dan,
The group 1 radio buttons are those with the name="1" buttons.
I have the display:; set because when I click on the radio button, it launches some code that changes the display status of the div tags. This one is not set as it is the default.
Thanks,
John
I have an application that uses a single form but uses DIV tags to display different sections with tabs.
I would like to be able to clear only certain form elements when they click on a different radio button.
Below is a little snippet of what I have:
<tr>
<td style="border-right: 1px...
Thanks again!
Everything working like a champ!!
In case anyone else reads this, I named each select list something different and just checked if the variable was empty before inserting the data into the database. If it is empty, the query changes slightly to reflect that.
John
Cool...this worked.
I will play with the values that are passed in the form, but the code worked by just adding the form name and changing getElementByID to:
document.form1.elements['id name'].style.display = .....
Thanks again!!
John
Thanks for the quick reply!!
Well I'm trying this method...but I keep getting the error the object doesnt support this property or method and it references the line:
document.getElementByID('something').....
Hmmm....will keep pluggin away at it.
Thanks,
John
Is there a way for me to select a radio button and change the contents of a list box?
I currently generate my list box with some php, but I would like to dynamically rebuild the list based on the selection of a radio button without refreshing.
I was thinking of loading an array for each object...
My problem is our application requires client certificates. All I'm doing is retrieving the number of days left on the certificate and passing that into this little script.
<%
dim cert_days
cert_days = DateDiff("d", Now, Request.ClientCertificate("ValidUntil"))
%>
<script...
Allright, well here is my final code. It works as I would like it to for right now. Maybe someone can just look over it and suggest some improvements?
<?
$f = fopen("bad_text.txt", "r");
$bad_text = fread($f, filesize("bad_text.txt"));
$bad_text =...
Can someone help me understand what I need to do to keep from getting the following error:
Notice: Undefined offset: X in D:\Web Sites\babycam_admin\ub92.php on line 19
where X is equal to the array element id differences. Below is the code I am using:
<?
$f =...
Well the following code obviously is wrong...maybe someone can help me turn on the light?
<?
$f = fopen("bad_text.txt", "r");
$bad_text = fread($f, filesize("bad_text.txt"));
$bad_text = explode("\n", $bad_text);
fclose($f);
$f =...
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.