Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default opening new window

    What is the easiest way to dynamically create and show a
    new web (.aspx) form? What about creating, adding, and
    accessing web controls on the form?
    Brian Smith Guest

  2. Similar Questions and Discussions

    1. Opening in same window
      okay this is simple but my brains fail me.. my header comprises of a flash movie and it has the menu buttons so I've given getURL command to the...
    2. opening new swf window
      hi all i'm very new to dreamweaver.i made the index page,i've a hotspot area,if i click on it it should open a new browser window,which should...
    3. Opening pop up window
      Hi, I would like to create a pop up window from a Page_load event but I am not sure how to do it. My code will be like: If exists then popup...
    4. opening a new window
      hi,,, in my *.cs file, when the submit button is clicked i want to have a page open in a new window open. can someone tell me the code in C#...
    5. opening new window with hyperlinks
      Go to www.davidbartosik.com , then the version you are using, and then the article "new browser window". -- David Bartosik - Microsoft MVP...
  3. #2

    Default Re: Opening new window

    Really easy. Type a word then attach the behaviour of Open Browser Window. Change the 'onload' command to 'onclick' and when viewed with your internet browser all you have is a black text. If you click on this text it will open the new browser window. If it was a link to a new page then it would be underlined. I'm not going to post my code as it would take longer than simply DIY.
    So, how do I make it so that a hand (or change of cursor) occurs with this behaviour? I assume some sort of script.



    Tag141 webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Opening new window

    "Tag141" [email]webforumsuser@macromedia.com[/email] wrote:
    > Really easy. Type a word then attach the behaviour of Open Browser Window. Change the 'onload' command to 'onclick' and when viewed with your internet browser all you have is a black text. If you click on this text it will open the new browser window. If it was a link to a new page then it would be underlined. I'm not going to post my code as it would take longer than simply DIY.
    > So, how do I make it so that a hand (or change of cursor) occurs with this behaviour? I assume some sort of script.
    >
    >
    >
    That's because the text isn't a link. Select the text, type
    "javascript:;" (without the "") in the little link box in the property
    inspector (you might have to save after), then attach the behavior onClick.

    BTW: If asked to post the code, please do, or you might get a lot of
    wrong answers otherwise - or no answer at all. I asked that to be able
    to help you, not for fun. It's simply to open the page in code view, hit
    Ctrl + A, then Ctrl + C and then paste it in the message.

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  5. #4

    Default Re: Opening new window

    Sorry, point taken. Code was on home computer and I was in work. Next time.



    Tag141 webforumsuser@macromedia.com Guest

  6. #5

    Default Re: Opening new window

    "Tag141" [email]webforumsuser@macromedia.com[/email] wrote:
    > Sorry, point taken. Code was on home computer and I was in work. Next time.
    >
    >
    No worries.
    Gary White, who's refusing to use javascript in his browsers ;-) has
    done a pretty good tutorial about making popups work work him and his
    alikes:
    [url]http://apptools.com/rants/popups.php[/url]

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  7. #6

    Default Re: Opening new window

    Dan Vendel *GOF* wrote:
    work work him and his
    > alikes:
    eh...not yet awake:
    "work for him and others like him"


    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  8. #7

    Default Re: Opening new window

    On Mon, 28 Jul 2003 10:32:22 +0200, Dan Vendel *GOF*
    <see_my_signature_@_the_bottom_of_the_post.com> wrote:
    >No worries.
    >Gary White, who's refusing to use javascript in his browsers ;-) has
    >done a pretty good tutorial about making popups work work him and his
    >alikes:
    >[url]http://apptools.com/rants/popups.php[/url]

    <LOL> Actually, I finally broke down and added a popup menu to my
    site. However, everything is still accessible without JavaScript.


    Gary
    Gary White Guest

  9. #8

    Default Re: Opening new window

    Gary White wrote:

    > <LOL> Actually, I finally broke down and added a popup menu to my
    > site. However, everything is still accessible without JavaScript.
    Hehe. I noticed the HUGE visual rewamp, too! Now the world is waiting
    for that pile of tools to flirp around in a Flash clip <g>

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  10. #9

    Default Re: Opening new window

    On Mon, 28 Jul 2003 15:18:43 +0200, Dan Vendel *GOF*
    <see_my_signature_@_the_bottom_of_the_post.com> wrote:
    >Hehe. I noticed the HUGE visual rewamp, too! Now the world is waiting
    >for that pile of tools to flirp around in a Flash clip <g>
    I keep thinking that if I revise it enough, someday my lack of design
    skills will eventually miss one of the designs and I'll come up with
    something attractive. <g>

    Don't hold your breath on the Flash though. ;-)


    Gary
    Gary White Guest

  11. #10

    Default Opening New Window

    I have created a webpage which seems to be working fine, but I would like to
    create a new smaller window when opening a small linked document...ie, only
    about 4" by 4"..in the right center of the screen. Can I do this in
    Publisher?
    thanks
    ken


    Potsdam Ken Guest

  12. #11

    Default Re: Opening New Window

    For Publisher 2002:
    [url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url]

    For Publisher 2000:
    [url]http://www.davidbartosik.com/pub2k/pub2k_28.htm[/url]

    --
    Brian Kvalheim
    Microsoft Office Publisher MVP
    Official Publisher MVP Site:
    [url]http://www.kvalheim.org[/url]

    This posting is provided "AS IS" with no warranties, and
    confers no rights.


    "Potsdam Ken" <khqglass@adelphia.net> wrote in message
    news:f8eaa95121cc9bed9b165257de98a438@news.teranew s.com...
    > I have created a webpage which seems to be working fine, but I would like
    to
    > create a new smaller window when opening a small linked document...ie,
    only
    > about 4" by 4"..in the right center of the screen. Can I do this in
    > Publisher?
    > thanks
    > ken
    >
    >

    Brian Kvalheim - [MS MVP] Guest

  13. #12

    Default Re: Opening New Window

    I'd like to open a new window, in Publisher 2000, whenever I link to another
    file that is on my site but not in the Pub file. Can one do that without
    resorting to HTML? In other words, can the 'target' command be put into the
    Wizard that you get when you right click on a link image and then click
    'hyperlink'?

    TIA
    Ronnie H
    --
    Social Policy Bonds:
    Policy as if outcomes mattered
    [url]http://SocialGoals.com[/url]
    Brian Kvalheim - [MS MVP] <publisher@mvps.org> wrote in message
    news:u8SV8Ck2DHA.2680@tk2msftngp13.phx.gbl...
    > For Publisher 2000:
    > [url]http://www.davidbartosik.com/pub2k/pub2k_28.htm[/url]
    > "Potsdam Ken" <khqglass@adelphia.net> wrote > > I have created a webpage
    which seems to be working fine, but I would like > to
    > > create a new smaller window when opening a small linked document...

    Ronnie H Guest

  14. #13

    Default Re: Opening New Window

    No. It does not support the target attribute. You can only get that by
    coding the complete href yourself as per the articles in the earlier
    response of this thread.

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Ronnie H" <rdeletedeleteh@socialgoals.com> wrote in message
    news:xS7Nb.11572$9k7.214618@news.xtra.co.nz...
    > I'd like to open a new window, in Publisher 2000, whenever I link to
    another
    > file that is on my site but not in the Pub file. Can one do that without
    > resorting to HTML? In other words, can the 'target' command be put into
    the
    > Wizard that you get when you right click on a link image and then click
    > 'hyperlink'?
    >
    > TIA
    > Ronnie H
    > --
    > Social Policy Bonds:
    > Policy as if outcomes mattered
    > [url]http://SocialGoals.com[/url]
    > Brian Kvalheim - [MS MVP] <publisher@mvps.org> wrote in message
    > news:u8SV8Ck2DHA.2680@tk2msftngp13.phx.gbl...
    >
    > > For Publisher 2000:
    > > [url]http://www.davidbartosik.com/pub2k/pub2k_28.htm[/url]
    >
    > > "Potsdam Ken" <khqglass@adelphia.net> wrote > > I have created a webpage
    > which seems to be working fine, but I would like > to
    > > > create a new smaller window when opening a small linked document...
    >
    >

    David Bartosik - MS MVP Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139