User Profile

Collapse

Profile Sidebar

Collapse
javalsu
javalsu
Last Activity: Mar 13 '08, 07:13 PM
Joined: Oct 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

  • '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){
    ...
    See more | Go to post
    Last edited by gits; Oct 3 '07, 06:09 PM. Reason: added code tags
No activity results to display
Show More
Working...