Back To Top
Login
Register
Visit Us At TwitterVisit Us At YouTubeVisit Us At Facebook
KandiChat is in Beta Release. Try It Out
HomeHome  
  • UpdatesUpdates  
  • SearchSearch  
  • Latest imagesLatest images  
  • RegisterRegister  
  • Log inLog in  
  • March 2024
    MonTueWedThuFriSatSun
        123
    45678910
    11121314151617
    18192021222324
    25262728293031

    Calendar Calendar

    Search
     
     

    Display results as :
     


    Rechercher Advanced Search

    Similar topics
      Who is online?
      In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

      None

      Most users ever online was 140 on July 4th 2021, 2:03 pm
      RSS feeds


      Poll
      Top posting users this week
      No user


      View previous topic View next topic Go down  Message [Page 1 of 1]

      pedrox

      link login

      pedrox
      04/14/2013
      how can I connect the link to enter the toobar an html page

      link login Enter10

      Similar topics

      -

      » login registration
      Share this post on: reddit

      pedrox
      bump Tongue

      Post April 15th 2013, 3:40 pm by pedrox

      runawayhorses
      I never seen that before, what is "enter" the toolbar? If I know that then maybe I can tell you how to link it.

      Post April 15th 2013, 9:51 pm by runawayhorses

      pedrox
      link login Login10

      you can do

      Post April 16th 2013, 2:00 pm by pedrox

      runawayhorses
      You're going to have to elaborate writing better English I can't make out what your implying. Maybe easy will see this and know what you mean but I do not. All I speak and write is English, I'm pretty sure its all easy knows too but maybe he can "sense" what you mean. lol

      Post April 16th 2013, 2:11 pm by runawayhorses

      pedrox
      I'm sorry... wish that when you click on login you will open an html page

      this:
      Code:
      <html>
      <head>
      <style type="text/css">
      body {
       background:url('http://res1.windows.microsoft.com/resbox/en/windows/main/40503e20-0aab-4663-aa3f-c8cf035c68d6_6.jpg');
      background-repeat: no-repeat (or) repeat-x (or) repeat-y;
      background-size:100% 100% (or none);
      background-position: scroll (or) fixed;
      }</style><div class=”#fa_ticker”><tr>
             <td><table><tr><td>
      <font color="#FFFF00"><b>Utente</b></font></td>
                          <td><form action="/login" method="post"><input type="text" name="username" id="username" size="15" maxlength="40" value="" class="inputbox autowidth" /></td>
                      </tr><tr><td>
      <font color="#FFFF00"><b>Parola d'ordine</b></font></td>
                          <td><input type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></td>
      <form action="/login" method="post">
      </tr>
                  </table>
              </td>
      </tr>
          <tr>
             <td align="right"><input type="submit" "image" src="http://www.habbid.com.br/images/entre.gif" name="login" tabindex="6" value="Login" class="button1" /></td>
      </form>
          </tr>
          <tr>
             <td>
                <table>
                     <tr>
                         <td rowspan="4"><div style="float:left;background:url(images/sombrahabbo.gif); background-position:bottom left; background-repeat:no-repeat; width:45px; height:89px; text-align:center" ><img alt="unknow" src="http://www.habbid.com.br/images/unknow.gif"></div></td>
        <td><a href="http://tifosigialloverdi.forumattivo.com/register"><img alt="Registrati" src="http://www.habbid.com.br/images/registrese.gif" align="absmiddle" /> <font color="#FFCC00"><b>Registrati</b></font></a></td></tr>
                      <tr>
                         <td><a href="/profile?mode=sendpassword"><img alt=" Hai dimenticato la password" src="http://www.habbid.com.br/images/esquecisenha.gif" align="absmiddle" /><font color="#FF0000"><b>Hai dimenticato la password</b></font></a></td>
                      </tr>
                      <tr>
                         <td><a href=""><img alt="chi sono" src="http://www.habbid.com.br/images/quemsomos.gif" align="absmiddle" /><font color="#FFf"><b>Io sono </b></font>{USERLINK}</a></td>
      </tr> <tr>
                         <td></td>
                      </tr>
                  </table></td></div></head>
      <body>

      Post April 16th 2013, 3:30 pm by pedrox

      pedrox
      bump

      Post April 21st 2013, 11:06 am by pedrox

      Mr.EasyBB
      I am having trouble understanding what you want done here as well. We already have links on the toolbar to sign in or register, so what would you want to do exactly?

      Post April 22nd 2013, 2:25 am by Mr.EasyBB

      runawayhorses
      If I understand him correctly he wants this on his forum so when you click the login link on the toolbar it opens an hrml page. So I think all he wants to know is how to disable the link that is there now for the login and replace it with his html page. Why I have no idea it seems rather strange to fiddle with something as important as logging in if it already works.

      Post April 22nd 2013, 11:18 am by runawayhorses

      pedrox

      Post April 22nd 2013, 5:19 pm by pedrox

      Mr.EasyBB
      Code:
      $(function(){
      var url = '/pathname here';
      $('body').append('<div id="frame_wrap"><iframe id="login_frame" src="'+url+'" frameborder="0" seamless ></iframe></div> ');
      $('.rightHeaderLink').click(function(e){
       e.preventDefault();
        $('#login_frame').fadeIn();
      });
      });

      Change var url = '/pathname here' where it says pathname here so say your page is /h7-loginform  that is what you will put there. Add the CSS
      Code:

      #frame_wrap{
      position:fixed;
      left:0px;
      top:0px;
      width:100%;
      height:100%;
      background:rgba(0,0,0,0.5);
      }
      #login_frame {
      width:50%;
      height:80%;
      left:14%;
      top:15%;
      position:absolute;
      }

      That should get you started.



      Last edited by Mr.EasyBB on April 26th 2013, 7:55 am; edited 1 time in total

      Post April 23rd 2013, 9:59 pm by Mr.EasyBB

      pedrox
      beautiful .. but is also open to member

      Post April 24th 2013, 2:17 pm by pedrox

      Mr.EasyBB
      shouldnt be since we are clicking login. did you try it and does it do the function.

      Post April 24th 2013, 2:25 pm by Mr.EasyBB

      pedrox
      I'm online

      link login On_lin10

      Post April 24th 2013, 7:26 pm by pedrox

      Mr.EasyBB
      Is it being show the entire time? Or no. OR did you click something I need to know these sort of things.

      Post April 24th 2013, 7:47 pm by Mr.EasyBB

      pedrox
      Mr.EasyBB wrote:Is it being show the entire time?
      you always and will not close

      Mr.EasyBB wrote:OR did you click something I need to know these sort of things.
      I just entered the code

      active scripting:no
      version: invision 
      so

      Code:
      $(function(){
      var url = '/h4-tabella-login-il-giornale-di-bordo';
      $('body').append('<div id="frame_wrap"><iframe id="login_frame" src="'+url+'" frameborder="0" seamless ></iframe></div> ');
       $('.rightHeaderLink').click(function(e){
       e.preventDefault();
        $('#login_frame').fadeIn();
      });});

      Post April 25th 2013, 7:41 am by pedrox

      Mr.EasyBB
      Oh I see the problem already, you need to use CSS for all of this.

      Code:
         #frame_wrap{
      display:none;
      }

      I'm pretty sure I specified that you needed CSS for the width and height of the frame, so you should have added the display:none; hence the fact that the code is telling #frame_wrap to .fadeIn();  Nerdy

      Post April 25th 2013, 2:13 pm by Mr.EasyBB

      pedrox

      I put this (on all pages)

      Code:
      $(function(){
      var url = '/h4-tabella-login-il-giornale-di-bordo';
      $('body').append('<div id="frame_wrap"><iframe id="login_frame" src="'+url+'" frameborder="0" seamless ></iframe></div> ');
       $('.rightHeaderLink').click(function(e){
       e.preventDefault(); $('#login_frame').fadeIn();});});

      this more

      Code:
      <style type="text/css"> #frame_wrap{
      display:none;  </style>

      does not work.thank you for your patience

      Post April 25th 2013, 3:57 pm by pedrox

      Mr.EasyBB
      Well that is because in your style sheet you don't have the selector closed off.

      Post April 25th 2013, 6:48 pm by Mr.EasyBB

      pedrox
      my css

      link login Cssstl11

      too bad that does not work

      Post April 25th 2013, 7:13 pm by pedrox

      Mr.EasyBB
      ok so the CSS is not corresponding with the iframe and it is still visible?

      Post April 26th 2013, 1:48 am by Mr.EasyBB

      pedrox
      with these two codes nothing works question:
      you can not remove the frame and only use the links on the page

      Code:
      $(function(){
      var url = '/h4-tabella-login-il-giornale-di-bordo';
      $('body').append('<div id="frame_wrap"><iframe id="login_frame" src="'+url+'" frameborder="0" seamless ></iframe></div> ');
       $('.rightHeaderLink').click(function(e){
       e.preventDefault(); $('#login_frame').fadeIn();});});

      Code:
       #frame_wrap{
      display:none;} 

      Post April 26th 2013, 1:58 pm by pedrox

      Mr.EasyBB
      You can remove the iframe, and place the HTML from your HTML page if you would like. Just make sure that when dynamically generating the HTML in jQuery that there is no space in the HTML.

      Post April 27th 2013, 5:55 pm by Mr.EasyBB

      pedrox
      I tried so but it does not work .. help



      Code:
      $(function(){
      var url = '/h4-tabella-login-il-giornale-di-bordo';
      $('body').append('<head>
      <style type="text/css">
      body {
       background:url('http://res1.windows.microsoft.com/resbox/en/windows/main/40503e20-0aab-4663-aa3f-c8cf035c68d6_6.jpg');
      background-repeat: no-repeat (or) repeat-x (or) repeat-y;
      background-size:100% 100% (or none);
      background-position: scroll (or) fixed;
      }</style><table style="border:2px solid #ff0000" align=right bgcolor=#A9A9A9>
      <tr>
             <td><table><tr>
             <td>
      <font color="#FFFF00"><b>Utente</b></font></td>
                          <td><form action="/login" method="post"><input type="text" name="username" id="username" size="15" maxlength="40" value="" class="inputbox autowidth" /></td>
                      </tr><tr><td>
      <font color="#FFFF00"><b>Parola d'ordine</b></font></td>
                          <td><input type="password" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></td>
      <form action="/login" method="post">
      </tr>
                  </table>
              </td>
      </tr>
          <tr>
             <td align="right"><input type="submit" "image" src="http://www.habbid.com.br/images/entre.gif" name="login" tabindex="6" value="Login" class="button1" /></td>
      </form>
          </tr>
          <tr>
             <td>
                <table>
                     <tr>
                         <td rowspan="4"><div style="float:left;background:url(images/sombrahabbo.gif); background-position:bottom left; background-repeat:no-repeat; width:45px; height:89px; text-align:center" ><img alt="unknow" src="http://www.habbid.com.br/images/unknow.gif"></div></td>
        <td><a href="http://tifosigialloverdi.forumattivo.com/register"><img alt="Registrati" src="http://www.habbid.com.br/images/registrese.gif" align="absmiddle" /> <font color="#FFCC00"><b>Registrati</b></font></a></td></tr>
                      <tr>
                         <td><a href="/profile?mode=sendpassword"><img alt=" Hai dimenticato la password" src="http://www.habbid.com.br/images/esquecisenha.gif" align="absmiddle" /><font color="#FF0000"><b>Hai dimenticato la password</b></font></a></td>
                      </tr>
                      
                      </tr>
                  </table></td></div></head>
      <body>');
       $('.rightHeaderLink').click(function(e){
       e.preventDefault(); $('#login_frame').fadeIn();});});

      Post April 28th 2013, 6:04 am by pedrox

      Post  by Sponsored content

      View previous topic View next topic Back to top  Message [Page 1 of 1]