You can use JavaScript. Google 'javascript cookies' and 'javascript redirect' to see good examples. The problem with this is that the client could have javascript turned off, in that case you could have the webpage detect that and display a message telling the client to turn it on.
The other way is to have the page be a perl script, i.e. if it is the index page, remove index.htm or index.html and use index.cgi or index.pl. You will need to have those index pages set up in apache's cfg (or what ever webserver you are using) to be displayed as an index page. Lots of info on this if you search around.
I hope that this helps, and good luck,
Cameron
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.