Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Window.open not working in firefox 1

Status
Not open for further replies.

indupriya9

Programmer
Joined
Oct 29, 2002
Messages
99
Location
NZ
I have the following function which works in IE but does not work in Firefox. It comes with a 404 error.

Code:
<script language='javascript'>
    var workObj
      function domainsearch(strFname,strSearchName,idx)
       {   window.open("domainkeysearch.asp?search=" & strSearchName & "&retObj=" & strFname & "&usexsl=xsl/oa_rawlist.xsl&idx=" & idx,"NEW","scrollbars=yes,width=400,height=400,left=135,top=120")
      }
</script>

What is it that I am doing wrong?

Tahnks for any help in advance
ip

 
Thanks a ton. unixjunky

That worked fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top