windows size
hey guys, answer time since noone able me on last post.
i have banner on website , want when members click on open other page, instead of opening full page, open smaller window. have codes can figure out place inside html file, tried , not work. can please ?
thank in advance,
luisdesigns
here html code :
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>........</title>
<style type="text/css">
body {
background-color: #333333;
background-image: url();
background-repeat: repeat;
margin-left: 0px;
margin-top: 0px;
}
body,td,th {
font-family: comic sans ms, cursive;
font-weight: bold;
font-size: 14px;
color: #ffffff;
}
a:link {
color: #5a1e02;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #5a2202;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style1 {color: #c7c7c7}
.style3 {color: #000099}
.style4 {color: #ffcc00}
.style5 {color: #cc0000}
.style6 {color: #ff0000}
</style>
</head>
<body >
<table width="600" border="0" cellspacing="0" cellpadding="0" style="margin:auto">
<tr>
<td><table width="600" border="0" cellspacing="0" cellpadding="0" style="margin:auto">
<tr>
<td> </td>
</tr>
<tr>
<td><center><img src="http://www........com/....../wide_guadal.gif" width="468" height="60" /></center></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="600" border="0" cellspacing="0" cellpadding="0" style="margin:auto">
<tr>
<td> </td>
</tr>
<tr>
<td style="text-align:center">c/ ......... - 11 oct 2012 - 14 oct 2012</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td style="text-align:center"><center>
<a href="http://..........r.com" target="_blank" class="style3"><span class="style4">........com</span></a><span class="style1"><span class="style4"> |</span></span><span class="style4"><span class="style5"><a href="http://.........com/events_view.php?eid=93" target="_blank"><span class="style6"><span class="style4"> quie</span></span></a></span></span><span class="style6"><a href="http://........com/events_view.php?eid=93" target="_blank"><span class="style4">n</span> <span class="style4">va</span></a></span> <span class="style4">| </span><a href="http://........com/events_view.php?eid=93" target="_blank" class="style4"><span class="style4">yo</span> <span class="style4">quiero ir</span></a>
</center>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="350"><center><img src="http://www.........com/....../cartel.jpg" width="468" height="240" /></center></td>
</tr>
</table>
</body>
</html>
i need instead of full window, open has popup window , centered, example, 400 x 400.
you'll need javascript that. here's page gives script you'll need.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment