User Profile

Collapse

Profile Sidebar

Collapse
Cobain
Cobain
Last Activity: Nov 1 '11, 07:31 PM
Joined: Mar 28 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Cobain
    replied to Alert box popup with hidden input
    Hi,

    Thanks for the hint - I think I am quite close now thanks to you :-)

    Cheers
    See more | Go to post

    Leave a comment:


  • Cobain
    started a topic Alert box popup with hidden input

    Alert box popup with hidden input

    Hi,

    I have a bit of a problem where I want to be able to type a word, for example 'SHOWIT' and I wan't an alert box to show with a message. Now when I say I want to type the word, I don't mean into an input box, I just want to type it 'on' the page and as soon as the word is complete the alert should show, so there is no need to press enter.

    Example:

    I am on example.com and I type 'SHOWIT' and an alert...
    See more | Go to post

  • Why is IE 9 showing almost all text as bold?

    Hi,

    Not quite sure if it is just me, but has anybody downloaded Internet Explorer 9 to find that near-enough every web-page's font is bold?

    If anybody has and they've fixed it could they please share how they fixed it?

    Many thanks,
    See more | Go to post

  • Cobain
    replied to PHP Variable Troubles - $_GET
    in PHP
    Hi abhishekmiet,

    Thanks for that, works a treat! I think that PHP is great, but it is sooo annoying when you forget things!

    Thanks again!
    See more | Go to post

    Leave a comment:


  • Cobain
    started a topic PHP Variable Troubles - $_GET
    in PHP

    PHP Variable Troubles - $_GET

    Hi,

    I am building my new website and I want to confine the menu to one file, but make it so that the user can see what page he/she is on. For this I came up with the following code:
    Code:
    <?php $page = $_GET['page']; ?>
    <?php $page1 = 'page1'; $page2 = 'page2'; $page3 = 'page3'; $page4 = 'page4';?>
    Where $pagenumber = 'inputvalue' in $_GET from the URL.
    The menu is then below, as:
    Code:
    <?php
    ...
    See more | Go to post
No activity results to display
Show More
Working...