From: Max C. <ma...@bi...> - 2000-12-06 02:49:52
|
Thanks Richard, This is the method that I have tried and it does work OK. I was just = interested whether I should or could be using the DynAPI. Thanks for the interest. Max ----- Original Message -----=20 From: Richard :o=20 To: dyn...@li...=20 Sent: Tuesday, December 05, 2000 1:02 PM Subject: Re: [Dynapi-Help] New Window hi, This doesn't have much to do with DynAPI, but you could do this: =20 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'); }; =20 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 |