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