Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default pop up form

    Hi.. I was wondering if someone can provide me the answer to a question
    regarding a form.. [url]www.vccnet.ca[/url] there's a login for (two actually) but
    this one is on the left hand side, lower.. it's called Telecom Login. I have
    it set up right now so that when the user logs in it opens in a new window,
    but i want to get more technical about it. I wanna be able to have the
    account pop into a window using frames. the top frame would be provided with
    the vccnet logo and the bottom frame would be the account of the user that
    just logged in.. Below is the form code.. If someone can help me with this
    please write back to this post or email me at [email]pro_fyle@hotmail.com[/email]. Thank
    you very much in advanced

    Nick

    ----------------------------------------------------------------------------
    ------------------

    <TABLE width=120
    border=0 align="center" cellPadding=0 cellSpacing=0>
    <TBODY>
    <TR height=5>
    <TD width="164"></TD>
    </TR>
    <TR> </TR>
    <TR height=5>
    <TD></TD>
    </TR>
    <TR height=17>
    <TD colspan="2" align=right vAlign=top> <DIV align="left"
    class=main>
    <form action="http://www.talknet.ca/portal/loginsv.asp"
    target="_blank" method="post">
    <div align="left"> <b>&nbsp;Username:<br>
    <font color="#333333" size="1" face="verdana"> &nbsp;
    <input name="Username" type="text" class="formfield"
    size="15">
    </font> <br>
    </b><b>&nbsp;Password:<br>
    <font color="#333333" size="1" face="verdana"> &nbsp;
    <input name="password" type="password" class="formfield"
    size="15">
    </font> <input type="checkbox" name="Remember"
    value="ON" checked>
    Remember me<br>
    </b> <br>
    </div>
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td><div align="center">
    <input name="Login" type="submit" value="Login"
    class="go">
    </div></td>
    </tr>
    </table>
    </form>
    </DIV></TD>
    <TD width="1" rowspan="2" vAlign=top>&nbsp;</TD>
    </TR>
    <TR height=17>
    <TD colspan="2" class="main"><table width="95%" border="0"
    align="center" cellpadding="0" cellspacing="0" class="main">
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table></TD>
    </TR>
    <TR>
    <TD

    colSpan=3 height=1></TD>
    </TR>
    </TBODY>
    </TABLE>


    Odd-1 Guest

  2. Similar Questions and Discussions

    1. Autopopulated form not displaying data in pdfunless the form field is clicked
      Within my online application, I have a pdf form that is auto generated and displayed to the user in the browser. My problem is that the populated...
    2. authenticate win32 form client with form based authentication web services
      (Type your message here) -------------------------------- From: kitchai yong Hi, Can you tell me how i authenticate the win32 form client...
    3. #25676 [Opn->Bgs]: Form hidden input ouput when any form=* is in url_rewriter.tags
      ID: 25676 Updated by: sniper@php.net Reported By: davey@php.net -Status: Open +Status: Bogus Bug...
    4. #25676 [Bgs->Opn]: Form hidden input ouput when any form=* is in url_rewriter.tags
      ID: 25676 Updated by: davey@php.net Reported By: davey@php.net -Status: Bogus +Status: Open Bug...
    5. #25676 [NEW]: Form hidden input ouput when any form=* is in url_rewriter.tags
      From: davey@php.net Operating system: WinXP/FreeBSD PHP version: 4CVS-2003-09-26 (stable) PHP Bug Type: Session related Bug...
  3. #2

    Default Re: pop up form

    Well, first of all,frames really aren't a good idea to use at all...Have you
    thought about using css to organize nav bars and things like that? If you want
    to, you can also use a Javascript pop-up
    window...[url]http://www.google.com/search?hl=en&ie=UTF-8&q=pop-up+window+script&btnG[/url]
    =Google+Search

    ManUpstairs 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