form tag

They have: 304 posts

Joined: Dec 1999

I have a code for a form given by a mailing list supplier which goes:

Now, is there any way in which I can control the size of that window, other then using Java Script?

They said I could change whatever I wanted in that line of code but I'm not sure how.

Thanks

Anat.

They have: 13 posts

Joined: Aug 2000

I would actually do it differently, using the onsubmit event handler and calling a function to open the window.

something like

and somewhere above that:

function popupwin(){
window.open....
}

try that out, then again I just woke up and I'm pretty groggy...hope it helped though

Sticking out tongue

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.