Dynadot

Using POPup Java scripts

Spaceship Spaceship
Watch
Impact
0
Hi Guy's well summer is finelly here and i'm now starting to cut tree's back and cleenning
the yard for the 2003-2004 cyclone season, I hope christmas brings heeps of joy for you all
this holiday season and i'm wishing you and your family all the best for 2004.

I'm in the progress of doing a popup window script i was wounding if someone can help out here
these's tutorial really drag on and some don't get to the point.

what do they mean by (mylink, windowname) witch i don't under stand to well i've add a script here so someone can put me in the right derection to make the damm thing work i'm doing this in Window XP notepad this is for my online store and i want to be able to make it go to the next popup page for click to register and the other link for Forgot your Password Click here to retrieve it just for exmple anyone is most welcome to use this script if they like.

:)

<HTML>
<HEAD>
<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=400,height=200,scrollbars=yes');
return false;
}
//-->
</SCRIPT><table cellSpacing="1" cellPadding="1" width="267" align="center" border="0">
<tr bgColor="#ffffff">
<td style="font-family: Verdana, Arial; font-size: 9pt" width="351">
<div style="position: absolute; top: 114; left: 186; width: 265; height: 67">
<table cellSpacing="0" cellPadding="3" width="265" border="0" height="66">
<tr bgColor="#0099cc">
<td colSpan="2" style="font-family: Verdana, Arial; font-size: 9pt" width="259" height="16">
<font face="Verdana, Arial" color="#000000" size="2"><b>Login To: Cool
Connections Store </b></font></td>
</tr>
<tr bgColor="#f7f7f7">
<td style="font-family: Verdana, Arial; font-size: 9pt" width="84" height="16">
<font face="Verdana, Arial" size="2">Login Name: </font></td>
<td align="left" style="font-family: Verdana, Arial; font-size: 9pt" width="169" height="16">
<span style="position: absolute; left: 94; top: 22">
<input maxLength="40" size="23" name="username"></span> </td>
</tr>
<tr bgColor="#f7f7f7">
<td style="font-family: Verdana, Arial; font-size: 9pt" width="84" height="16">
<font face="Verdana, Arial" size="2">Password: </font></td>
<td align="left" style="font-family: Verdana, Arial; font-size: 9pt" width="169" height="16">
<span style="position: absolute; left: 94; top: 45">
<input type="password" maxLength="30" size="23" value name="password"></span>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<p><br>
<font face="Verdana, Arial" size="2"><b>» Not Registered?</b> Click here to
register <br>
<b>» Lost Password?</b> Forgot your Password Click here to retrieve it </font>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</head>
<title>New Page 1</title>
<body>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back