Results 1 to 4 of 4

Thread: Noob question - Opening new window and display new window

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    2

    Noob question - Opening new window and display new window

    Hi, sorry for such a noob question, as I dont have a reference book or anything.

    I'm creating a web application and do not know how to open up from the main Web browser a seperate Web Form I created. I want this new window to be like a window form (?) instead of another web browser (like with the URL and all the IE buttons etc). How do code a button to do this?

    On a similiarly noob question, how do I set the button to entirely refresh the currently screen to a different Web Form?

    I am using VB.NET btw. Thanks so much for any help. I tried to do a search in MSDN for help and a web search but couldnt find anything.

    Emleigh.

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    You have to use client side scripting. Use JavaScript.

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Have to use the window.open javascript function.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    2

    Thanks so much

    Oooh, OK, I see, just like you would in a regular webpage Thanks so much, I'll look into that.

    Really really appreciate it.

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