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...
I forgot to mention a couple of things.
I want to keep all the customizations in my apache configuration. Also, I have no problem using the command line if it makes things easier. Thats about it, and PLEASE HELP.
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...
I have a couple of textbox's. When I store them "
What I meant to say is that when I store the text inputed into the textboxes...
just wanted to clear any confusion :-)
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...
got it to work.
For some reason it does not work when I use your suggestions. I even went in to the real code and nested a div tag inside "main" with the formatting I wanted and that did not work.
I had to go down to the youngest parent of the actual text and add my formatting to it in my...
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...
CLflava, your code worked except that it did not retain my styles from my stylesheet. Is there any way to include the styles?
the css method would retain the styles, but after reading the article, I realized it would be more tedious for me as I have several div id's, and I wish to keep it that...
thnx Lookingforinfo and grtfercho.
I just hope this solution does not display the "main" content in the same exact position it would have been had things like the nav bar been displayed.
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...
Thank you for clearing that up. I temporarily put the file on the server just to play with it and it opens.
Is there any way to display the document in the word web viewer? I am looking at the Word COM and am having difficulty finding a reference to it.
Is there an easier way to view...
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 ) {
...
>when the page loads the tree is hidden right?
>when u click on the DIV the tree expands right?
yes and yes.
>for it to collapse the syle property must again be set >back to "none",
If I stay on the same page and clock on the tree, then it collapses because of the conditional statement in...
Everything does go back to its initial settings as boyhope says. I don't have any frames in the site I am coding, I am using includes. The other page has the same navigation include and so all of the navigational content is the same.
I could modify each page to display a certain block based...
vbkris: I have a stylesheet for the branch that sets display to none. If I don't do this then my tree opens up fully everytime.
theboyhope: I don't quite understand what you mean here. Please forgive as I am new to all of this.
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.