Results 1 to 10 of 10

Thread: Resolved Little bug with window.open

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Posts
    27

    Resolved Resolved Little bug with window.open

    I have a basic function that's supposed to reload the current page:

    Code:
    <SCRIPT LANGUAGE="JavaScript">
    
    function refreshpage(type,strtemp)
    {
    window.open("testNT.asp?type="+type+"&strtemp="+strtemp,"_self","")
    }
    The problem I get is that the page reloads, but but not with the variables. If I change the target to _blank, it works perfectly....

    What is wrong with the _self target???

    Thanks in advance!!
    Last edited by Isengard; Jun 7th, 2005 at 05:48 PM. Reason: Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width