HTML - Form Box, New Window
i made a login form box, to obviously login to something
how do i make it so when i clikck [LOGIN] it opens a new window and logins in on that new window, and the old window is left untouched? thanks Similar TutorialsHello, I have a graphic opt in form that I would like to make pop up in the same window when someone arrives at my website. Does anyone know how to do that? Here is the code: <html> <head> <title>optin-graphic-blue</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (optin-graphic-blue.jpg) --> <div align="center"> <center> <table id="Table_01" width="160" height="400" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> <tr> <td colspan="3"> <img src="images/optin-graphic-blue_01.jpg" alt="" width="160" height="111"></td> </tr> <tr> <td background="images/optin-graphic-blue_02.jpg" width="15" height="132"> </td> <td background="images/optin-graphic-blue_03.jpg" width="131" height="132" valign="top"> <font color="#FFFFFF" face="MS Sans Serif" size="2">Place all the benefits of signing up for your newsletter here! You can also add an e-cover image in this space.</font><p> <font color="#FFFFFF" face="MS Sans Serif" size="2">Best of all... NO GRAPHIC TO EDIT! </font></p> <p><font color="#FFFFFF" face="MS Sans Serif" size="2">And just as beneficial is the fact that this space will increase vertically as you add text and images. </font></p> <p><font color="#FFFFFF" face="MS Sans Serif" size="2">Therefore, you're NOT LIMITED to the amount of text you can add here!<br> </font></td> <td background="images/optin-graphic-blue_04.jpg" width="14" height="132"> </td> </tr> <tr> <td colspan="3"> <img src="images/optin-graphic-blue_05.jpg" alt="" width="160" height="25"></td> </tr> <tr> <form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="0123456789"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="YourListName"> <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou.html"> <input type="hidden" name="meta_adtracking" value=""> <input type="hidden" name="meta_message" value="1"> <input type="hidden" name="meta_required" value="from,name"> <input type="hidden" name="meta_forward_vars" value="0"> <td> <img src="images/optin-graphic-blue_06.jpg" alt="" width="15" height="23"></td> <td background="images/optin-graphic-blue_07.jpg" width="131" height="23"> <p align="center"> <input STYLE="font-family: Arial,Verdana,Tahoma; font-size: 12px; color: #000000; font-weight: normal; height: 20px; width: 120px; background-color: #F8F8F8" TYPE="TEXT" name="name" SIZE="5"></td> <td> <img src="images/optin-graphic-blue_08.jpg" alt="" width="14" height="23"></td> </tr> <tr> <td colspan="3"> <img src="images/optin-graphic-blue_09.jpg" alt="" width="160" height="25"></td> </tr> <tr> <td> <img src="images/optin-graphic-blue_10.jpg" alt="" width="15" height="24"></td> <td background="images/optin-graphic-blue_11.jpg" width="131" height="24"> <p align="center"> <input STYLE="font-family: Arial,Verdana,Tahoma; font-size: 12px; color: #000000; font-weight: normal; height: 20px; width: 120px; background-color: #F8F8F8" TYPE="TEXT" name="from" SIZE="5"></td> <td> <img src="images/optin-graphic-blue_12.jpg" alt="" width="14" height="24"></td> </tr> <tr> <td colspan="3"> <a href="#" onmouseover="window.status='Subscribe Now!'; return true;" onmouseout="window.status=''; return true;" onclick="check_link=0; window.document.forms[0].submit();"> <img src="images/optin-graphic-blue_13.jpg" border="0" alt="Subscribe Now!" width="160" height="38"></a></td> </tr> </form> <tr> <td colspan="3"> <img src="images/optin-graphic-blue_14.jpg" alt="" width="160" height="22"></td> </tr> </table> </center> </div> <!-- End ImageReady Slices --> </body> </html> does any 1 know if it is possible to have a function in scripts which opens a new window form of width=250,height=400' i want it to open but i want to use a script so that onclick returns that functon does any1 know how to make that script please helpppppppp i want it to open new window from using script please helpppp ok....i have a htm form that has fields that do a get to a aspx datagrid page. this is done in the action part of the form. i set in the form to target a new winodw but how can i have that new window open with no browser menu? i have googled and found ways to do this in the input onclick but either im setting it wrong or it will not work with the get action Code: <form name="Form1" method="get" action="../lookup/phydatagrid.aspx?tablename=physicians" onsubmit="return validateZIP(this.zipcode.value, this.radius.value, this.name)" target="_blank"> Hi all, I am wondering if anyone know how to have a link, once clicked, open a popup window WHILE also changing the page in the existing window. I know how to code them separately, but I do not know how to combine the two actions. HTML Code: <A HREF="javascript:popUp('popup.html')">link name</A> My site currently uses the above code to open popup windows. Any help would be much appreciated, David Here is the case. I have an HTML page that opens a pop-up. Within the popup I need upon click to open a new window. The code is as it should be according to all references: <a href="some url" target="_blank">text</a> Everything is ok with IE6 and IE7 - a new window is being opened. What happens in Firefox is very strange - tabs are shown and the currently opened popup becomes one of the tabs and the new window opens in a new tab of the pop-up window instead in a new normal window. Did anybody encounter the same problem? Any solutions? Hi all, I have two html file (first.html and second.html) i called the first.html from batch Command file, then the batch file calls the second.html file. what i want is that while loading the second.html it will close the first.html using script. If its a parent then i can use top.close() or parent.close() but its not a parent window. Here no parent file. please help me to do this. Thanks Jay I have constructed an html window within a window thusly: <object type="text/html" data="x/FE-000-EN.html" style="width:460px; height:800px; margin-left:20px;" width="24" height="24"></object> on the same page outside of that window I would like to place buttons which change the content of the window within a window. I use a basic hyperlink button, to click this link below and change the content of the window above I...? <a href="001.htm">001</a><font color="#FFFFFF">: S.S.H.U.T.</font><br> Thanks for your assistance =) You may view the complete site here if needed: http://fragmentearth.netfirms.com/ Hi, I have a java script function like this to open one child window form main window. Its working properly. function billingMain() { top.consoleRef=window.open('#{facesContext.externa lContext.requestContextPath}/main/billing/billingMain.jsf','window1', 'width=950,height=400' +',menubar=0' +',toolbar=0' +',status=0' +',scrollbars=1' +',resizable=0' +',location=0') top.consoleRef.document.close() } But when my child window opened, i want to open another child window from previous child window. and here is the script follows for this, function UB92Main() { top.consoleRef=window.open('#{facesContext.externa lContext.requestContextPath}/main/billing/claimInformation.jsf','UB92', 'width=450,height=250' +',menubar=0' +',toolbar=0' +',status=0' +',scrollbars=1' +',resizable=0' +',location=0') top.consoleRef.document.close() } here the second child window is not opening. How to resolve this. Thanks, Vinutha. Hello, and thank you for granting me access to such a wonderfull Forum. Well here goes .... I have a code snippet which happens to be an affiliate banner. Once inserted into the web site code it is effective however: when clicked from a viewers perspective it engages as a 'pop-up' opposed to a new window (which is what i need). I am not yet wise in the ways of html yet but have just chosen 'blank' in DW to set that on other objects. This does not give me that option though - Im sure its just a matter of inserting target="_blank" somewhere, but I cannot figure out where. Can someone please tell me how to fiddle with this code to make it open in a new window instead of a pop-up? : <div class="style33" id="idALTxCOMxxJOINxFORxFREExx" style="position:absolute; top:2095px; left:140px; width:728px; height:90px; z-index: 0;"> <object name="cm728doschicas" id="cm728doschicas" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="728" height="90"> <param name="allowscriptaccess" value="always" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="wmode" value="transparent" /> <param name="movie" value=http://banners.alt.com/banners/alt/27066/cm728doschicas.swf?go_url=http://alt.com/go/g1003239-ppc /><param name="quality" value="high" /> <embed name="15671_27066_175x131_01" src=http://banners.alt.com/banners/alt/27066/cm728doschicas.swf?go_url=http://alt.com/go/g1003239-ppc quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="728" height="90"></embed> </object> <script language="javascript"> document.cm728doschicas.SetVariable('go_url', 'http://alt.com/go/g1003239-ppc'); </script> </div> Thank you so much hi there, does anyone know if you can open a new window in an already opened window? i need this to be done on my website, a script would be superb as i can't seem to find any online! many thanks Hey! This is my first post here btw. I want to ask silly thing: I need to make a simple POP UP window as link from an image. Can any1 explain me this thing, using easy words, please don't give me links to other websites, I've been everywhere cheers, ne3ga How do you create a link for a new window to pop up, and have it be smaller then the original window? I have the window, i just need a link to make it pop up in a smaller size. Thanks There is this website and she shows her art in a thumbnail and then when you click on it, it gives a description of the images along with the image in a pop up window. Does anyone have the code to do this? here is a link to one of them: http://glowstickdog.com/images/portfolio/im_you.php Hey i need a bit of help, how do i have a thumbnail link to a new page and have it pop up smaller then the original window? Hello all.. I want to make a webplayer, which opens a new window, but the window is too big.. So Im simply wondering how you resize the window? So it can fit my webplayer Thanks in advance.. And sorry for "Newbie question" I have read a bunch of stuff on this and checked the 14 pages, but I am getting confused. Will I be able to have my site open up full size according to the setting of the user computer by added a script to my site pages? TIA Can anyone shed some light on why this will not open in a new window to the specified measurements? PHP Code: <span>{literal}<script>function fbs_click() {u="{/literal}{$enc_url}{literal}";t="{/literal}{$title_short}{literal}";window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+enco deURIComponent(t)','sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none; } </style> <a href="http://www.facebook.com/share.php?u={/literal}{$enc_url}{literal}&t={/literal}{$title_short}{literal}" class="fb_share_button" onclick="return fbs_click()" style="text-decoration:none;">Share on Facebook</a>{/literal}</span> It opens in a new tab as opposed to what I have specified 626x436. Any ideas welcomed. Geoserv. Hello all, Can anyone please send me some code to do this. i have an image. when someone clicks it i want a new window to popup, i can set the width and height. and there is a close window link when the window pops up that can close it. i know this is simple but everywhere i go tis so confusing.. any snippets or help?? thanks all!! i have an issue... whenever i have my website up and i minimize it, all the tables are not aligned anymore. http://www.freewebs.com/xxginabinaxx/ anyone know how to solve his? I created a page with a chromeless window. Clicking on 'enter' on the index page will open the homepage in a chromeless window. However, whenever you click enter on the index page, the index page itself is also loading the homepage. (so it's double, one on the index page and one in a chromeless window). How can I get it to stop, so that it only loads a chromeless window and the index page stays the same? I used the chromeless window codes from the following page: http://www.lissaexplains.com/javascript9.shtml |