Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to open MSI in a new window? (using javascript)

how to open MSI in a new window? (using javascript)

Scheduled Pinned Locked Moved ASP.NET
questioncsharpjavascriptasp-netdata-structures
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bigphish
    wrote on last edited by
    #1

    in my asp.net application,i have a manu javascript in a user control.when ever onclick ,it s directed to other aspx forms.for this i am using the script: var menu1=new Array()//for payroll menu1[0]='Payroll management' menu1[1]='Payroll Compensation' i want to open the aspx page in a seperate new window. how can i do this? also i am using a seperate msi also in this project.For that also i am giving the same script: var menu8=new Array()//for Mail menu8[0]='a href="httprequest/Start.aspx">e-mail' Its working fine,but i have to click back button in the browser to go my application again.so i want to open this msi also in a seperate new window.what is the script for that..?

    K 1 Reply Last reply
    0
    • B bigphish

      in my asp.net application,i have a manu javascript in a user control.when ever onclick ,it s directed to other aspx forms.for this i am using the script: var menu1=new Array()//for payroll menu1[0]='Payroll management' menu1[1]='Payroll Compensation' i want to open the aspx page in a seperate new window. how can i do this? also i am using a seperate msi also in this project.For that also i am giving the same script: var menu8=new Array()//for Mail menu8[0]='a href="httprequest/Start.aspx">e-mail' Its working fine,but i have to click back button in the browser to go my application again.so i want to open this msi also in a seperate new window.what is the script for that..?

      K Offline
      K Offline
      Krishnraj
      wrote on last edited by
      #2

      Hi, u can use "target" property of anchor tag, like this, Below is yr code : var menu8=new Array()//for Mail menu8[0]='a href="httprequest/Start.aspx">e-mail' -- just change yr code like this.... var menu8=new Array()//for Mail menu8[0]='a target="_blank" href="httprequest/Start.aspx">e-mail' I hope it will help u... Regards

      Rana Krishnraj

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups