Results 1 to 3 of 3

Thread: how to pass parameters using javascript

  1. #1
    Join Date
    Apr 2007
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to pass parameters using javascript

    hi to all

    i want to send multiple parameters using javascript. i am trying as follows

    Code:
    <a href="./Admin.jsp?per=null?per1=null">
    i am getting errors. can any one tell how to pass multiple parameters

    regards

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Code:
    <a href="./Admin.jsp?per=null&per1=null">
    And it's HTML not JavaScript.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Apr 2007
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you

    and also thanks for correction

Bookmarks

Posting Permissions

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