isEmail and isBlank is not a part of javascript1.3 which is the highest version that most browsers support.
The only browsers that support higher versions is FireFox(1.5) and Opera8(2.0)
you can use whatever name you want; except for the names of the images(button1,button2,button3), and you do not have to change the script if it is the same images that you use for all the links
...
some says Html is outdated, while other recommend that you build up your document in Html, and then include the other languages where it's capabilities isn't enough.
I guess the problem is that you havent closed the opening tag for your iframe:
<iframe name="myFrame" width="550px" height="400px" src="ghi.html"></iframe>
There are probably many script "out there" but since we dont know anything about the site that you want to implement it on, its nearly impossible to say which.
If you provide us the coding of the...
yes the should give the same result, except that the first isn't including the space.
you can include it by inserting it right before the script tag:
<p>hello...
two things:
1.
use quotes around the value(s) of your property(ies)
2.
You cannot call an external .js, and have an on-page script within the same tag.
with this example, each gallery requires only a single page:
<script type="text/javascript"><!--
function GotoPic(Num){
location.href=location.pathname+'?'+Num;
}