I think I laugh more at you two then I do at my humor list. :)
Keep the suggestion and help coming, Mr. Nyman and Mr. Hougaard.
Enjoying the help group in the USA
Garrett
-----Original Message-----
From: Robert Nyman [mailto:robert.nyman@c...]
Sent: Friday, February 07, 2003 9:18 AM
To: JavaScript HowTo
Subject: [javascript_howto] Re: why this is not working
Beat you by a minute! :-)
/Robert
-----Original Message-----
From: Sten Hougaard [mailto:STG@e...]
Sent: den 7 februari 2003 15:14
To: JavaScript HowTo
Subject: [javascript_howto] Re: why this is not working
Try this... :-)
function joinlist1(val)
{
if (val!='')
{
theURL ='joinlist.asp?e='+val;
}
else
{
theURL ='joinlist.asp';
};
winName= 'email';
features ='scrollbars=yes,resizable=yes,width=500,height=220';
window.open(theURL,winName,features);
}
function MM_openBrWindow(theURL,winName,features)
{ //v2.0
window.open(theURL,winName,features);
};
Cheers,
Sten Hougaard
EDB Gruppen
Application developer/web-designer
Denmark
"suhailkaleem"
<suhailkaleem@p... To: "JavaScript HowTo"
<javascript_howto@p...>
idost.com> cc:
Subject:
[javascript_howto] why this is not working
07-02-2003 15:06
Please respond to
"JavaScript
HowTo"
Hi !
why this is not working ?
function joinlist1(val){
if val != ''{
theURL ='joinlist.asp?e='+val
else
theURL ='joinlist.asp
}
winName= 'email'
features ='scrollbars=yes,resizable=yes,width=500,height=220'
window.open(theURL,winName,features);
//document.write val
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
Thanks
Suhailkaleem
---
Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to