Posts

Showing posts with the label IE

The URL is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web at SharePoint

Image
I recently had the following error when I tried to add a document to a document library. The URL <file name>  is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.  A quick search on google said that brought the resources of SQL Server. I checked and indeed I increased the resources but to no avail. Even my examination chrome and Internet Explorer. I checked Word file, PDF, and even a small text file. A.  Nothing helped. I opened a new document library, and in fact it could add document :)  Ok ... what is the problem ???  It should be noted in the document library came from List Definition and Content Type preset. I started to check each field and field Then I got a Date Field in the file probably was not his elemet.xml incubated right.  When I set it to Today date .... it worked  All it needed was simply to write the true definition of the field  ...

DropDownList and div problem at Internet Exploer 6

Image
בעידן בו יש כל כך הרבה דפדפנים, וצריך לתמוך בכולם- העבודה נעשית ארוכה יותר ולא כיפית. כך גם במקרה הבא: זוכרים שהיה אי פעם דפדפן IE 6, כן.. גם אני מנסה לשכוח, אבל מה לעשות צריך לתמוך בו עדין. ישנה בעיה ידועה שDrop Down List (תג select ב Html) באקפלורר 6 תמיד עליון. לדוגמה, אם אני רציתי ליצור תפריט ומתחתיו ישנו את אותו Drop Down זה מה שקיבלתי: הפיתרון לבעיה זאת הוא קל. יוצרים ifram (רצויי עם source של דף ריק) באותו גודל של אותו div וifram יהיה מעל ה .Drop Down < IFRAME id = "iframeFixDiv" style = "VISIBILITY:hidden; POSITION:absolute;" src = "/_LAYOUTS/Test01/Blank.htm" frameBorder = "0" scrolling = "no" > </ IFRAME > ניקח את אותו ifram במקום כלשהו בדף, וכאשר קוראים לאותו div להופיע, מבצעים את הפונקציה הבאה בjavascript. הפונקציה מקבלת את הID של הdiv והID של הifram). // Fix IE6 div Display before Drop Down with ifram function FixIe6DivDisplayDropDown(divID, iframeID) {     var ieversion = 0;   if (...

The page took too long to save

Image
מכירים את ההודעה באקספלורר 8 “Are you sure you want to navigate away from this page? The page took too long to save. You can click "Cancel", and then try to save the page again. If you click "OK", you might lose unsaved data. Press OK to continue, or Cancel to stay on the current page.” או אם יש לכם IE בעברית   שמירת הדף נמשכה זמן רב מדי. באפשרותך ללחוץ על "ביטול" ולאחר מכן לנסות שוב לשמור את הדף. אם תלחץ על "אישור", ייתכן שתאבד נתונים שלא נשמרו.   כל מה שצריך לעשות זה לשנות הגדרה בExplorer.   Tools > Internet Options > Advanced ולבטל את ה - "Enable native XMLHTTP support"   פשוט לא?   את הפתרון מצאתי ב sadomovalex's blog   תודה, רועי