Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: SV: popup forms(easy question)


Message #1 by "Robert Nyman" <robert.nyman@c...> on Mon, 14 Oct 2002 11:47:14 +0200
It depends on what you mean with a popup.

If you mean an alert:

alert("Say something...");

If you mean a window:

window.open("http://p2p.wrox.com", "winName",
"left=3D200,top=3D200,width=3D550,height=3D147");


/Robert


-----Ursprungligt meddelande-----
Fr=E5n: George N. Bilios [mailto:gbilios@h...]
Skickat: den 13 oktober 2002 13:15
Till: JavaScript HowTo
=C4mne: [javascript_howto] popup forms(easy question)


13th of October, 2002

Hi,

How do I create a popup form in javascript?

gbilios

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20


  Return to Index