open a new tab/window from a wrapper. - Joomla! Forum - community, help and support
i created file called 'qrzlook.html' , stored on website. used wrapper mod place code in left column of website @ http://www.clubqth.com/jm15. visitor should able enter callsign , web page http://www.qrz.com displaying personal information person. (for example, n4pgw.) problem link brings full sized website of qrz.com in wrapper window. there way make open in window?
the code listed below:
thank you,
buck
http://www.n4pgw.com
the code listed below:
code: select all
<!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd">
<html>
<head>
<title>qrz callsign lookup</title>
</head>
<body>
<table style="width: 181px; height: 69px;" bgcolor="#8593e3"
border="1" cellpadding="9" cellspacing="0">
<tbody>
<tr>
<td valign="center">
<form method="get" action="http://www.qrz.com/db/"><b><a
href="http://www.qrz.com/">qrz</a>
callsign lookup:
<input name="callsign" size="8" type="text"><input
value="search" type="submit"></b><br>
</form>
</td>
</tr>
</tbody>
</table>
</body>
</html>thank you,
buck
http://www.n4pgw.com
Comments
Post a Comment