Can´t make a login page -- Solved

Sorry it was a mistake
Thanks
Message was edited by:
Tony Fernández

A login form code goes like this...
<form id="form1" method="post" action="#">
                                                  <fieldset>
                                                  <legend>Sign-In</legend>
                                                  <label for="inputtext1">Username:</label>
                                                  <input id="inputtext1" type="text" name="inputtext1" value="" />
                                                  <label for="inputtext2">Password:</label>
                                                  <input id="inputtext2" type="password" name="inputtext2" value="" />
                                                  <input id="inputsubmit1" type="submit" name="inputsubmit1" value="Sign In" />
                                                  <p><a href="#">Forgot your password?</a></p>
                                                  </fieldset>
                                        </form>
... but you need to tell it where go in this part - action="#"

Similar Messages

  • How can i make custom login  and priviliges pages  depend on database ?

        Hi all,
       how can i make custom login page and custom security pages depend on oracle database tables.

    User, please tell us your Jdev version!
    Have you used the search field in the forum?
    This had been asked a couple of times.
    http://biemond.blogspot.in/2008/12/using-database-tables-as-authentication.html and
    http://biemond.blogspot.in/2008/12/using-weblogic-provider-as.html
    Timo

  • How to make a Login Page with JFrame

    Hi,
    I have a to make a login page and to check the user name and password
    and also to check the user permission and then check the permission
    for which group...he had acess...
    like i had 3 tables...
    user table, permission tabel , and access tabel.
    so plz can any one help me out with some codes

    Hi Ranjan,
    Run this demo and if it is ok then we could move to tree view.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class Frame1 extends JFrame {
    private static final String text = "<html> <center><b><font size=+3>Central</font></b> <br><b><font size=+3>Manager</font></b></center> </html>";
    JPanel jPanel1 = new JPanel();
    BorderLayout borderLayout1 = new BorderLayout();
    JLabel jLabel1 = new JLabel();
    JPanel jPanel2 = new JPanel();
    GridBagLayout gridBagLayout1 = new GridBagLayout();
    JLabel jLabel2 = new JLabel();
    JLabel jLabel3 = new JLabel();
    JTextField loginTextField = new JTextField(20);
    JPasswordField passwordTextField = new JPasswordField(20);
    JPanel jPanel3 = new JPanel();
    JButton exitButton = new JButton();
    JButton enterButton = new JButton();
    FlowLayout flowLayout1 = new FlowLayout();
    public Frame1() {
    try {
    jbInit();
    catch(Exception e) {
    e.printStackTrace();
    private void login(ActionEvent e) {
    String login = loginTextField.getText();
    String password = new String(passwordTextField.getPassword());
    //validate login and password here. validity will be done by sending login/password to the server
    if (login.equals("ranjan") && password.equals("ranjan")) {
    System.out.println("login successfull");
    showTreeView();
    } else {
    JOptionPane.showMessageDialog(this,"Incorrect login or password","Error",JOptionPane.ERROR_MESSAGE);
    loginTextField.setText("");
    passwordTextField.setText("");
    loginTextField.requestFocusInWindow();
    private void showTreeView() {
    getContentPane().removeAll();
    TreeViewPanel treeview = new TreeViewPanel();
    getContentPane().add(treeview);
    getContentPane().validate();
    private void exit(ActionEvent e) {
    setVisible(false);
    public static void main(String[] args) {
    Frame1 f = new Frame1();
    f.setLocation(200,200);
    f.pack();
    f.show();
    private void jbInit() throws Exception {
    jPanel1.setLayout(borderLayout1);
    jLabel1.setHorizontalAlignment(SwingConstants.CENTER);
    jLabel1.setText(text);
    jPanel2.setLayout(gridBagLayout1);
    jLabel2.setText("Password:");
    jLabel3.setText("Login:");
    exitButton.setText("Exit");
    exitButton.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    exit(e);
    enterButton.setText("Enter");
    enterButton.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    login(e);
    jPanel3.setLayout(flowLayout1);
    flowLayout1.setAlignment(FlowLayout.RIGHT);
    this.getContentPane().add(jPanel1, BorderLayout.CENTER);
    jPanel1.add(jLabel1, BorderLayout.NORTH);
    jPanel1.add(jPanel2, BorderLayout.CENTER);
    jPanel2.add(loginTextField, new GridBagConstraints(2, 1, 1, 1, 0.0, 0.0
    ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 11, 0, 0), 0, 0));
    jPanel2.add(jLabel2, new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0
    ,GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(11, 0, 0, 0), 0, 0));
    jPanel2.add(passwordTextField, new GridBagConstraints(2, 2, 1, 1, 0.0, 0.0
    ,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(11, 11, 0, 0), 0, 0));
    jPanel2.add(jLabel3, new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0
    ,GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
    jPanel1.add(jPanel3, BorderLayout.SOUTH);
    jPanel3.add(enterButton, null);
    jPanel3.add(exitButton, null);
    import java.awt.*;
    import javax.swing.*;
    public class TreeViewPanel extends JPanel {
    BorderLayout borderLayout1 = new BorderLayout();
    JScrollPane jScrollPane1 = new JScrollPane();
    JTree tree = new JTree();
    JPanel jPanel1 = new JPanel();
    JButton jButton1 = new JButton();
    public TreeViewPanel() {
    try {
    jbInit();
    catch(Exception ex) {
    ex.printStackTrace();
    void jbInit() throws Exception {
    this.setLayout(borderLayout1);
    jButton1.setText("Manage Group");
    this.add(jScrollPane1, BorderLayout.CENTER);
    jScrollPane1.getViewport().add(tree, null);
    this.add(jPanel1, BorderLayout.SOUTH);
    jPanel1.add(jButton1, null);
    }

  • How can I make a decorative page border in Pages?

    How can I make a decorative page border in Pages?

    Hi Janet,
    I suppose that you are asking how to include a decorative border of your design into a pages document. How you design that border is rather out of the range of these discussions. So, let's say that you have a graphic that approximates a picture frame and has the required dimensions to frame your content.
    If you want to have the graphic appear on every page, Drag or Insert > Choose, to incorporate your design in to the document. The position it as you want it, and then Arrange > Send to Background and Format > Advanced > Move Object to Section Master.
    If there is more than one section in your document, there may be more considerations, but if you do this at the outset in the creation of your document, the design of the first section will flow to subsequent sections.
    Regards,
    Jerry

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • Can i make the whole page as editable region

    Hi
    can i make the whole page as editable region to avoid the warning messages appears when a code generated outside te html tag?
    thanks in advance.

    If you make the whole page editable, there would be no reason to use the DW template feature  :-)
    Message was edited by: Murray *ACE*

  • How can I make two half page documents?

    I have a full page flyer.  I want to make it half page with two flyers.  I tried making two columns and cutting the page in half, but the borders are wrong.  How can I make two half page documents?

    You can do it with columns, just make the gutter twice the width of the outside margins.
    However being a Flyer why not just create one on the left using Textbooks and Shapes then group that and option shift drag it sideways to the right to make a copy on the right?
    Peter

  • Hello, How can I make borders in pages?

    Hello, How can I make borders in pages?

    What version of Pages?
    Just make a suitable bordered shape and make it a Master Object in the background.
    PS. It is the sure fire way to make your work look amateur, which is why it is not in the Apple templates.
    Peter

  • How can I change the login page for an application

    Hello,
    I've created an application that uses some general login page (http://localhost:7777/pls/apex/wwv_flow_custom_auth_std.login_page).
    How can I make my application to use, by default, a custom Login page (in fact the 101 - Login page) ?
    Thank you.

    Create an authentication scheme using the wizard in the Application Builder. It will normally default to using page 101. If you need to edit the scheme, you can change 101 to something else.
    BTW, the procedure you named is not a login page and you should not use that procedure.
    Scott

  • Can i make my email page my home page

    I WANT TO MAKE MY EMAIL PAGE MY HOME PAGE CAN THAT BE DONE?''bold text'''

    Most webmail sites require you to login which makes what you want to do difficult. However, you can try doing this.<br><br>
    #Go to your webmail and login.<br><br>
    #Right click the tab and choose "Pin as app tab". The tab will shrink to a smaller size.<br><br>
    #Right click the orange Firefox button, go to Options | Options | General.<br><br>
    #Make sure it says "Show My Home Page" at the top.<br><br>
    #Click the button called "Use Current Pages" to set your home page to the one you have on the screen.<br><br>
    #Close Firefox and restart it again to test.<br><br>
    N.B. Make sure you don't have "Clear history when Firefox closes" checkmarked in Options | Options | Privacy.

  • I have a 15 inch mac book pro running osx 10.5.8. I recently moved to FL and switched to Comcast (only option). Now when I access one of my banks, I can get past the login page and the opening page of my account but the data is unavailable. Bank no help.

    I have a 15 inch mac book pro running osx 10.5.8. I recently moved to Florida and switched to Comcast (the only option). Now when I access my bank website, I can get past the login to my account page but the data is permanently unavailable. The bank says no one else has this problem. Everything is up to date as far as software is concerned. . .I just update anything that comes up. I have not had this problem with this computer anywhere else and I am not having a problem with any other website. I have the problem with both Safari and Google Chrome.

    Harden your Mac against malware attacks

  • Firefox can't open ISP login page

    Hello Team, Is there any know issue with Firefox latest version 20.0.1? Everytime when I launch Firefox it is not loading the default login page of my ISP http://portal.beamtele.com/index.php and shows message that timed out. Not sure what is wrong, as a workaround I'm using Internet Explorer to login to ISP and then browsing using Firefox. Could you check and advise if there is any solution to this issue? Thank you!

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.
    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How can I make the login window's list longer?

    There are five of us in our family, but the login window only holds four names in Tiger. In Panther it held five, and now my youngest (whose name is alphabetically last) is disappointed because he has to scroll down to see his name.
    But there is plenty of screen real estate for a really long list! How can I have a longer list in the login window without scrolling?
    I posted this back when using Tiger, and hoped that Leopard would at least bring back the Panther days of 5 users in the list---if not a window that adjusted to the number of users. <Sigh>
    http://discussions.apple.com/thread.jspa?threadID=864315&tstart=0

    econupmac wrote:
    Yes, I've thought about making it fair that way. But then there are no more cute pictures, and we have to type more.
    I was also thinking about adding a character to the beginning of each long name. And then every once in a while changing the character that each family member has to change who is #5 on the list.
    Would changing the User Name cause problems?
    I thought of that but it's not a good idea. The repercussions might get messy. I don't know.
    This is not the short name, just the long one. The short user name can't be changed after creating the account.
    It can be changed but it's even more fraught with problems. If you right-click your user name in Accounts you have the option to change the short name - - but read the caveats carefully - and then perhaps don't do it.
    To get five, I could use the card suits and also a diamond.
    Next: An Applescript that randomly pre-fixes those symbols to each person's user name? Run the script each night or each time someone logs out. Hmm, System Preferences is scriptable.
    Again, I would not recommend name changes, esp. on a regular basis.
    If you use TimeMachine it might get confused.
    Your best bet is to send Apple an enhancement request for future OSs or even this one.
    I am sure that the OS can be hacked to do what you wish, but there are unintended consequences of each and every system hack - one of which is that updates expect certain things to be constant.
    One solution is to buy a second computer
    Even if you have 5 accounts on the login page, what if you gain a 6th?
    Message was edited by: nerowolfe

  • How can i create member login page for my site???

    I want to create login page for members on my site.

    Hi,
    Please refer to the following link Re: secure account login
    Regards,
    Aish

  • Can I make the home page my new tab page?

    I referenced [https://support.mozilla.com/en-US/questions/824876?s=make+the+home+page+my+new+tab+page&as=s] and attempted to use about:home for the url but nothing happened.
    Thanks

    The referenced link deals with a different matter; the user wanted a blank tab to open but was getting an arbitrary page opening instead.
    In your case you might try one of the following Add-ons:
    *New TabURL: https://addons.mozilla.org/en-US/firefox/addon/2221
    *New Tab Hompage: https://addons.mozilla.org/en-US/firefox/addon/777
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

Maybe you are looking for

  • ADF  task-flow and transactions

    Hi All, I have created a web application using ADF and JDeveloper 11.1.1.4. The ADF web application has two pages 'Search' and 'Edit'. The 'Search' and 'Edit' are page fragments. I have two bounded task flows 'search-flow.xml and 'edit-flow.xml'. The

  • Poor quality when "shortcut" converting DOC - PDF Windows 7

    Hi, The products involved arr Adobe acrobat X Standard, Word 2010 and Windows 7. We have a problem with converting DOC to PDF. If we use the right click shortcut on a DOC file the quality gets all messed up but if we open it in Word and then choose p

  • How can I create 802.1x profile if my ISP doesn't provide one to me?

    I couldn't connect to my ISP ISP uses authentication with MD5. I tried to configure it from Network - Ethernet - Advanced - 802.1x but itturned out, that I couldn't add new profile there. My ISP says, that they doesn't provide any .mobileconfig files

  • Sql Loader Utility

    Hi, My existing table let say "employee" table already contains 200 records, today I need to use sql loader to import some records from csv file to database. After I finished, I only find 50 records in my table and all records are from .csv file. How

  • Lost preferences when InDesign CS6 crashes or force-quits

    For the most part InD CS6 is pretty stable although I've had a few crashes. On occasion InDesign will hang up when I click to sign out of a Folio Builder account. Eventually I just have to force-quit InD. When I relaunch InD CS6 all my user preferenc