I found a happy medium.
The reason I was getting the permission denied error, is because the new window was an add-in to the browser, in my specific case the quicktime plugin. While I was able to update a browser, I didn't have permission to update a plugin. So I created a page with an embedded player, that could be accessed. It reads in a query string with the location of the mp3 file that was to be played.
Works perfectly...
User Profile
Collapse
-
Clientside Script not finding elements only on first load. (Asp.net)
I have an Asp.net page. It's basically a Calendar.
The calendar frame is created with the <table> tag in the codebehind.
some of the cells are named ie. <td name="cell1" id="cell1>
during each postback, the program figures out which cells are to be displayed. By editing the display parameter.
document.getEle mentById('cell1 ').style.displa y = 'None';
Everything. Works... -
'Permission Denied' error when opening an MP3 file in a pop-up window
I would like to create a popup that reloads with a different page depending which link is clicked on the parent page. Here is the code
[CODE=javascript]<script type="text/javascript">
var childWindow
function openNewWindow(u rl) {
if (childWindow != undefined){
if (childWindow.cl osed){
...
No activity results to display
Show More
Leave a comment: