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. Pass 3 Parameters

Pass 3 Parameters

Scheduled Pinned Locked Moved ASP.NET
questionjavascript
3 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.
  • A Offline
    A Offline
    Agweet
    wrote on last edited by
    #1

    Hi Guys.. can some1 plz assist...im trying to pass 3 paramters to a page with javascript...window.open...i can pass 1 which is fine...

    window.open("frmPage.aspx?Param=" + "Value")

    but then how do i pass the other 2?

    living life on the flip side

    B 1 Reply Last reply
    0
    • A Agweet

      Hi Guys.. can some1 plz assist...im trying to pass 3 paramters to a page with javascript...window.open...i can pass 1 which is fine...

      window.open("frmPage.aspx?Param=" + "Value")

      but then how do i pass the other 2?

      living life on the flip side

      B Offline
      B Offline
      Bardy85
      wrote on last edited by
      #2

      window.open("frmPage.aspx?Param=" + "Value" + "&Param2=" + "Value2" + "&Param3=" + "Value3" ) Hope this helps

      A 1 Reply Last reply
      0
      • B Bardy85

        window.open("frmPage.aspx?Param=" + "Value" + "&Param2=" + "Value2" + "&Param3=" + "Value3" ) Hope this helps

        A Offline
        A Offline
        Agweet
        wrote on last edited by
        #3

        Hey Bardy thnx for that...i was trying to use && as well as just 1 +...so yeah...thnx again

        living life on the flip side

        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