hi. thank for the speedy reply guys.
I tried the code below I put it on both pages and tried it in the head section and the body area and it wouldn't work...
HTML Code:
<script language="javascript">
<!--
function popupwindow(){
var mywindow;
var h;
var w;
var h1;
var w1;
h1 = 1024;
w1 = 768;
h = screen.height;
w = screen.width;
h = ((h/2) - (h1/2));
w = ((w/2) - (w1/2));
mywindow =
window.open("http://www.kingstonpulse.com/Portfolio.html","RylandT","status=0,locatio
n=0,menubar=0,toolbar=0,width=768,height=1024,resizable=0");
mywindow.moveTo(w,h);
}
//-->
</script>
Here is the code to my Splash page where I am trying to link the images "EnterWithIntro.jpg and EnterWithoutIntro.jpg" to a load http://www.KingstonPulse.com/Portfolio.html in the pop up window.
http://www.KingstonPulse.com/Splash.html
HTML Code:
<html>
<head>
<title>index</title>
<meta name="generator" content="Created Using Yahoo! PageBuilder 2.61.90">
</head>
<body bgcolor="#333332" link="#0000FF" vlink="#FF0000" text="#000000"
<div id="root" style="position:absolute;top:0;left:0;width:670px;height:461px">
<script>center();</script>
<div style="position:absolute;left:155;top:173;width:382;height:276;">
<table width=382 height=276 border=0 cellpadding=0 cellspacing=0><tr valign="top">
<td><img height=276 width=382 src="http://www.geocities.com/infimanelite/SPLASHdesign.jpg" border=0 ></td>
</tr></table></div>
<div style="position:absolute;left:251;top:339;width:152;height:80;">
<table width=152 height=80 border=0 cellpadding=0 cellspacing=0><tr valign="top">
<td><a href="http://www.kingstonpulse.com/Portfolio.html"><img height=80 width=152 src="http://www.geocities.com/infimanelite/LAUNCHWITHOUTINTRO.jpg" border=0 ></a></td>
</tr></table></div>
<div style="position:absolute;left:410;top:291;width:104;height:71;">
<table width=104 height=71 border=0 cellpadding=0 cellspacing=0><tr valign="top">
<td><a href="http://www.kingstonpulse.com/Portfolio.html"><img height=71 width=104 src="http://www.geocities.com/infimanelite/LAUNCHWITHINTRO.jpg" border=0 ></a></td>
</tr></table></div>
</div>
</html>
And heres the code to:
http://www.KingstonPulse.com/Portfolio.html
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
<html>
<head>
<title>Portfolio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="author" content="">
<meta name="generator" content="SWiSHmax http://www.swishzone.com">
<meta name="description" content="Portfolio">
<meta name="keywords" content="Web Design, Graphic Design, Showcase, Portfolio">
<param name="movie" value="Portfolio.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="1024" height="768"
name="Portfolio" src="Portfolio.swf"
bgcolor="#FFFFFF" quality="high"
swLiveConnect="true" allowScriptAccess="samedomain"
></embed>
</object>
</center>
</body>
</html>
does anyone no how to tell those 2 images to open the Portfolio.html page in a pop up window with the stipulations discussed above?
Thank again, for the help.
Bookmarks