We're a very small office and we have Windows SBS 2003.
I'm looking for a step by step on how to set up Outlook Web Access. I would consider myself a computer oriented guy but I don't know very much about networking or how SBS works and I don't want to screw anything up.
I'm asking because we...
We're running SBS 2003. All incoming and internal outgoing email is working properly. It is only external outgoing email that is not working. This is effecting both exchange email addresses and non exchange based email.
I'm getting the following error:
There was a SMTP communication problem...
I've created a multidimensional array in js and I want to pass it to PHP through Ajax and have no clue how to so i'm looking for some direction
Array construction & Ajax call:
function save(numStd){
//Find Selected Class
var all = document.all ? document.all ...
I've never done this for some i'm looking for any advice or examples anyone might have. I'm looking to Create a Drag & Drop shopping cart but I want the images to "Snap to" a Div. For example, if they are drug into a specified div they snap to a position in that div. If they are drug anywhere...
I'm working on a new design and i'm having some issues with how my input boxes display in FF and IE. Surprisingly IE is showing them the way i conceptualized the CSS but it's probably still reading it wrong and FF is actually right. Would anyone able to tell me why this is happening...
I'm trying to have a random image be shown in a div on my page. I want my JS in an external file. Below is what i have but it's not working. Any help would be great
<script type="text/javascript">
var rand_no = Math.random();
var rand_no = rand_no*5;
rand_no = Math.ceil(rand_no);
var...
I'm running a script on a form and it's not stopping the submission when it detects one of the cases and the variable is changed. It changes the classes and then submits/resets the form...any help?
function Check()
{
//get the form fields
var username = document.getElementById('username')...
I'm very new to javascript so forgive my naive sense of things...
i have a registration form which is available at http://digiconmediagroup.com/Homepla.../register1.php
The form is linked to the file check.js which is to check for empty fields and to validate that the two passwords are the...
I have a few music files on my site. What i want to do it when a user clicks a hyperlink (or some button) that it opens a small window browser and plays the file. I would like something more than the quick-time type default player in browsers and i would like to have one player for all the...
I have a flash based music player. What i would like do is have the player play music continuously while the user browses without stopping at page chages and have a control available on each page. Is there a way to do this?
I'm using expression'07 and i have to enter my javascript by way of the "add hyperlink" interface. So i'm entering this code
[code]
javascript:window.open("/timestds.htm",null,"height=251,width=259,status=yes,toolbar=no,menubar=no,location=no");
[code/]
the link works but on the original page...
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.