From: Richard :o <ma...@ri...> - 2000-12-06 02:01:48
|
hi, This doesn't have much to do with DynAPI, but you could do this: function openSearchWindow(){ var searchCrit=3D'javascript'; var myWindow =3D = window.open('http://www.google.com/search?q=3D'+searchCrit,'mySearch','to= olbar=3Dyes,menubar=3Dyes,status=3Dyes'); }; cheers, Richard:o) ----- Original Message -----=20 From: Max Campsell=20 To: dyn...@li...=20 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 |