Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Odd-1 #1
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> Username:<br>
<font color="#333333" size="1" face="verdana">
<input name="Username" type="text" class="formfield"
size="15">
</font> <br>
</b><b> Password:<br>
<font color="#333333" size="1" face="verdana">
<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> </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> </td>
</tr>
</table></TD>
</TR>
<TR>
<TD
colSpan=3 height=1></TD>
</TR>
</TBODY>
</TABLE>
Odd-1 Guest
-
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... -
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... -
#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... -
#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... -
#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... -
ManUpstairs #2
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



Reply With Quote

