6
0
How to redirect pages with PHP, HML, htaccess, and JavaScript
Redirect Via php
{code type=php}<?
header( ‘Location: http://www.FremontTech.com’ ) ;
?>
<html>
<head> </head>
<body> </body>
</html>{/code}
ImportantThis must be the very first thing on the page!!
Redirect Via html
{code type=html}<html>
<head>
<meta http-equiv=”refresh” content=”5; url=http://www.FremontTech.com/”>
</head>
<
Read More
6
0
jQuery Blow Up Effect
XHTML
{code type=html}<ul class=”thumb”>
<li><a href=”http://validator.w3.org/check?uri=referer” class=”external”> <img src=”/images/sealxhtml.png” alt=”Valid XHTML” /> </a></li>
<li><a href=”http://www.fremonttech.com” class=”external” ><img src=”/images/sealft.png” alt=”FremontTech” /></a></li>
<li><a href=”http://
Read More
6
0
Header Text 1
This is some hidden text #1
Header Text 2
This is some hidden text #2
Header Text 3
This is some hidden text #3
Header Text 4
This is some hidden text #4
Read More
6
0
The Purpose
This is a JavaScript (js) clearing function of special use. I have a text area that is used for both the input as well as the response. I want to preload the text area with some instructions, but I wanted the instructions to disappear when the user clicks in the box. The problem cames into play when the form is submitted and someone clicks in the box to copy the responded text. I needed a way to clear
Read More







Twitter
Subscribe
Follow US