hi,
This doesn't have much to do with DynAPI, but you could do this:
 
function openSearchWindow(){
var searchCrit='javascript';
var myWindow = window.open('http://www.google.com/search?q='+searchCrit,'mySearch','toolbar=yes,menubar=yes,status=yes');
};
 
cheers, Richard:o)
----- Original Message -----
Sent: Tuesday, December 05, 2000 11:23 PM
Subject: [Dynapi-Help] New Window

I am new to DynAPI and am proceeding to test with version 2.
 
I would like to open a New window on the click of a button and pass variable values to this new HTML or ASP page to create and send a mail message. (using Jmail)
 
Could I ask fo ideas as to the best way to perform this action.
 
Thanks Max

Reply via email to