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 strongm 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: *

  1. dermie

    Netscape and Firefox(Mozilla) incompatabliity

    Sorry, left out some of the code: <textarea class="form" NAME="textareaNotes" cols="34" rows="5" onKeyDown="limitText(this,this.form.notesCount,<%=dalService_MaxLen_Notes%>);" onKeyUp="limitText(this,this.form.notesCount,<%=dalService_MaxLen_Notes%>);" ID="Textarea1"...
  2. dermie

    Netscape and Firefox(Mozilla) incompatabliity

    Here is the rest of the relevant code: <div align="right">Chars left: <input type="text" readonly name="notesCount" size="3" value="<%=(dalService_MaxLen_Notes - Len(serviceAdd_Notes))%>" ID="Text2"/></div> Do you want the asp code as well? If so here it is: <% dalService_MaxLen_Notes = 250...
  3. dermie

    Netscape and Firefox(Mozilla) incompatabliity

    The javascript function shown below works fine in Internet Explorer, but not in Netscape or Mozilla (even though I have enabled Java in the browser settings). Any help?? ========================================== function limitText(limitField, limitCount, limitNum) { if...
  4. dermie

    White space around drop-shadow - ImageReady

    Thanks. I tried playing around with matte and transparency. The best one can get is to make all pixels with greater than 50% transparency fully transparent and all pixels with 50% or less transparency fully opaque by selecting Transparency and choosing None from the Matte menu. However, the...
  5. dermie

    White space around drop-shadow - ImageReady

    I'm using ImageReady and have created a GIF image with a drop shadow and a transparent background. When viewing the image in the 'Optimized' window, the shadow has a white background, and is not transparent. I want the transparent background to gradually appear as the shadow fades. How do I...
  6. dermie

    Outlook Unable to Open

    I've just upgraded to Windows XP. Re-installed Office 2000 Pro. All the components (Word, Excel, Access etc) work fine except for Outlook. The Outlook program is unable to start. I get a message stating "Cannot start Microsoft Outlook. A required component is missing: OMI9.DLL. Please install...
  7. dermie

    Do more include files slow down the applic?

    Can anyone tell me whether the number of include files has a bearing on download speed? I can create my application with 6 seperate include files, OR I can consolidate them into 1 or 2 includes. Either way, the code length will be the same. I suppose what I am asking is whether the server...
  8. dermie

    Must large files be downloaded in blocks?

    Currently, users can download mp3 files from my website PROVIDED the files are relatively small. With large files (4 mega), the files do not download. I understand that large files must be downloaded in blocks. How does one do this?? My current code reads as follows: <% Set filesys =...

Part and Inventory Search

Back
Top