Hi,
Thanks for the hint - I think I am quite close now thanks to you :-)
Cheers
User Profile
Collapse
-
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... -
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, -
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!Leave a comment:
-
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';?>
The menu is then below, as:
Code:<?php
No activity results to display
Show More
Leave a comment: