Posted by moondude on 03:39:00 07-08-2003
Hi people, i need your help again .. its about a little javascript:
I want to do a javascript link like
Code:<a href="#" on(blablaidontknowjs) >click to open popup</a>
so it opens a popup in 800x600 in the center of the page if you click on the link ..
Posted by themaximus on 06:21:00 07-08-2003
Try Dynamic Drive for scripts. They should have something for that. (I hope!)
_________________
I am a VB Programmer, so get over it!
[ This Message was edited by: themaximus on 2003-07-08 06:23 ]
Posted by moondude on 03:47:00 07-10-2003
there is http://www.dynamicdrive.com/dynamicindex8/popwin.htm
but it doesnt work
[addsig]
Posted by kenikov on 04:14:00 07-16-2003
Try this site, I use to find lots of scripts there.
http://javascript.internet.com/
[addsig]
Posted by themaximus on 22:23:00 07-18-2003
Moondude, what browser are you running on what platform? Make sure to include a version #.
[addsig]
Posted by dxprog on 00:51:00 07-19-2003
Opening a window is the same no matter what browser you're working with. Goes something like: window.open(stuff); What stuff is I'm not sure, I've never actually used it.
[addsig]