Javascript
- Started
- Last post
- 8 Responses
- zoiks
I need some js to do the following.
When link is clicked,
open new pop up
with specific dimensions
in a specific px position
with scrollingTried Google, but not sure I'm using the best keywords.
any help with the js or search help?
thanks in advance
- sparker0
you might try searching here in the pv-an. i believe this has been asked before.
but, remember, javascript like that usually doesn't work in all browsers. i know of at least one script like that which fails in mozilla.
- tomkat0
dreamweaver behaviour. few clicks only.
- radar0
header:
body:
Link
- radar0
Sorry - forgot I was pasting html into window.
go to http://www.3manarmy.com
they have good code snippets.
- lostnation0
function openIt(url,l,t,w,h){
var newWin;
var settings='"scrollbars, width='+w+', height='+h+', left='+l+', top='+t+'"';
window.open(url,'newWin', settings);
}
- zoiks0
thanks all!
- ********0
this does it for you and makes the code: http://javascript.internet.com/g…