Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shnazz
  • Content: Threads
  • Order by date
  1. shnazz

    two reminders in one task object

    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...
  2. shnazz

    how to upgrade on windows platform

    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...
  3. shnazz

    retaining text format, specifically whitespace's

    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...
  4. shnazz

    innerHTML font size

    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...
  5. shnazz

    printing content within a <div> tag

    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...
  6. shnazz

    opening word docs with php

    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"...
  7. shnazz

    passing a form value to a function and getting its length

    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 ) { ...
  8. shnazz

    javascript tree control problem...

    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...

Part and Inventory Search

Back
Top