Results 1 to 6 of 6

Thread: stand alone page

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    stand alone page

    Hi,
    I am writting an asp.net application using vb.net
    How is it possible to go from page1 to page2(In a separate window)?
    And how can I pass a value from this stand alone page2 to page1?
    Thanks

  2. #2
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Hi, I am not too sure if the session object transfers between browsers when you create a new instance of the browser (Open a new browser window). What I would do is pass the value through to the browser via the querystring.

    Cheers
    Mark

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    open window

    Hi,
    How do you open a window in a new browser?
    Thanks

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    basic html


    add target="_blank" to your a href link
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    open window

    On clickiing a button can I use something like:
    response.write("<a href= target=_blank></a>
    Or can u point me to where to get some help for this topic pls?
    Thanks

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    no. with a button you need to call a client side javascript function that does a window.open("yourlink")
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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