English 中文(简体)
php javascript permissions problem
原标题:

Kind of a weird problem... not something ive ever run into before.

So, i am using CKeditor, and am creating the upload and browse functions for users to upload and use images in the rich text editor. So, everything works great in firefox, they can upload images, and place them into the rich text editor, and save whatever they are doing to the database.

The problem comes in with IE.

When i try to do the exact same thing in IE (7 or 8), the page returns:

"You have been kicked out from a standard permission violation"

It doesnt load anything, just on a white background, it prints this.

ive broken down to the point that every directory that the script is accessing has 777 permissions just to make sure it isnt something like that... and it doesnt seem like it is the code since it works in firefox.

Honetly, im at a total loss. Any suggestions?

问题回答

Try testing IE with lower security levels. Tools->Options->Security. Lower the slider down to the bottom and even try disabling Protected Mode . In the Privacy tab you can have a play around with the level as well. Drag the slider to the bottom to accept all cookies. Don t worry you can just click the Default buttons in each of these tabs to restore your protection.

Also something else I just found might help with a workaround.





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签