Results 1 to 2 of 2

Thread: HTML help c:

  1. #1



    athron's Avatar
    Joined
    Mar 2016
    Posts
    542
    Userbars
    8
    Thanks
    692
    Thanked
    366/158
    DL/UL
    54/0
    Mentioned
    24 times
    Time Online
    14d 5h 59m
    Avg. Time Online
    7m

    HTML help c:

    Hello, guys!

    So I have this project I'm working with my boss and the only problem, so far, is: the user interface.
    I created one that looks quite nice, with a sweet input that uses a similar idea to Google's search (sounds hard when you say but when you check it, it isn't, seriously) and now I need to change the interface again.

    Well, my question is: would it be possible for me to create an interface with two buttons (Button A and Button where when I clicked Button A, the current interface would be erased/cleaned and another section of the code would be loaded.

    I know I could use another .html file but I'd rather keep it in one since we end up making a whole bunch of log files.

    If anyone could help me out or give me a way to follow, I'd appreciate!

  2. #2

    Joined
    Jul 2012
    Posts
    1,888
    Thanks
    1,619
    Thanked
    3,297/1,003
    DL/UL
    223/0
    Mentioned
    469 times
    Time Online
    132d 23h 52m
    Avg. Time Online
    45m
    Quote Originally Posted by athron View Post
    Hello, guys!

    So I have this project I'm working with my boss and the only problem, so far, is: the user interface.
    I created one that looks quite nice, with a sweet input that uses a similar idea to Google's search (sounds hard when you say but when you check it, it isn't, seriously) and now I need to change the interface again.

    Well, my question is: would it be possible for me to create an interface with two buttons (Button A and Button where when I clicked Button A, the current interface would be erased/cleaned and another section of the code would be loaded.

    I know I could use another .html file but I'd rather keep it in one since we end up making a whole bunch of log files.

    If anyone could help me out or give me a way to follow, I'd appreciate!
    Maybe you could put different interfaces inside <div> and make them "visibility: hidden" with a button.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •