Question : space in outlook 2003

Hi,

just recently one of the users in our office had been running out of space in their outlook pst file.  Wanted to know what is best way to approach this issue.  Is there a way to create more space? What is the limit on 2003 outlook for storage?  I thought it was 3gig.  Thanks

Answer : space in outlook 2003

try:
1:
2:
3:
4:
5:
6:
7:
8:
9:
<input type="text" name="fname" onkeypress="return false;"
onkeydown="doCheck(event);" onpaste="return false;"/>

    function doCheck(e) {
        e = e ? e : window.event;
        var keyCode = (e.which) ? e.which : e.keyCode;
        if ((keyCode == 8) || (keyCode == 46) )
            e.returnValue = false;
 }
Random Solutions  
 
programming4us programming4us