Hi,
I am creating a custom form in outlook using the taskitem object, partly because it uses the reminder property. My issue is that I cannot seem to understand how to create two reminders in one task object without creating two separate task objects. I would ideally like to view the two...
Hi,
I have a pretty simple question, but cannot seem to find any solid answers on a google search for it nor on the apache website. I have Apache/2.0.49 for windows and wanted to upgrade it to Apache/2.0.52. I noticed there are patch files on the apache site as well as the source code and...
Hi,
I have a couple of textbox's. When I store them into my mysql database they retain the text formatting. When I display them in a table on my site they lose the formatting. I used nl2br() to retain the line spacing.
Problem:
The spacing in between words is limited to one, and the...
Hi,
Yesterday I got some great help from a few members here, that included using the innerHTML property. When innerHTML is used for displaying content on a new page it seems to revert back to the default browsers font-size size and family regardless of style.
All other styles seem to...
Hi,
All the pages in my site are broken up by several div's with id's. My site is NOT framed. I want to create a "print" button on all the pages that will only print the main content of a page, not things like the navigation bar or footer. All the main content per page is in a div tag...
Hi,
I seem to have trouble trying to get this to work. Here is my code:
<?php
$word = new COM("word.application") or die("Unable to instantiate Word");
echo "Loaded Word, version {$word->Version}\n";
$word->Visible = 1;
$template_file = "C:\Documents and Settings\user\Desktop\test.doc"...
Hi. I have a form that has an onSubmit statement calling a javascript function with an arguement that is supposed to pass a form value. It looks something like this:
<script language="JavaScript">
function digit_check(input_string) {
if ( input_string.length==10 ) {
...
My tree always reverts back to it's initial state whenever I click on a link. What it should do is display the tree as it was when I clicked on the link
Any help is appreciated. I would like to avoid putting information in the querystring to solve this problem (though I can't even figure out...
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.