GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 30-Sep-2009, 11:05
az0000000's Avatar
az0000000 az0000000 is offline
Junior Member
 
Join Date: Mar 2005
Location: Moldova, Chisinau
Posts: 30
az0000000 is on a distinguished road
Question

Open pop-up window, UNDERNEATH the active window


Hello,
I have a cross-browser on click pop-up window that i wont to have opened underneath the active window.
Here is my code:
Code:
var popWin = ""; function openwin(url, strWidth, strHeight) { if (popWin != "") {popWin.close()} leftStr = 5000; topStr = 5000; windowProperties = "toolbar=no,menubar=no,scrollbars=no,statusbar=no,height="+strHeight+",width="+strWidth+",left="+leftStr+",top="+topStr+""; popWin = window.open(url,'newWin',windowProperties); }
Code:
<a href=javascript:openwin('http://site.com',430,60)>
What changes do i need to make to this code to achieve my goal.
Thank you.
Regards
 
 

Recent GIDBlogProgramming ebook direct download available by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Open a FLTK window in a DLL bix2702 FLTK Forum 2 04-Mar-2008 05:58
need help with a console menu system BullBuchanan C++ Forum 6 20-Aug-2006 15:46
Win32 Window Shading behavior (like linux) WillyumYum C++ Forum 3 18-Apr-2005 15:36
Changing window start colour Rosdahale C++ Forum 5 19-Jan-2005 16:51

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 08:12.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.