SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: how to do this please help
-
Sep 26, 2002, 08:55 #1
- Join Date
- Sep 2002
- Posts
- 12
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
how to do this please help
<A HREF="login.html" TARGET="popup" ONCLICK="window.open('login.html', 'window2','width=700,height=500', 'scrollbars, resizable, toolbar'); return false">
i want to open a new window but i can click on maximize button (IE) once i have opened a new window
how to do that
-
Sep 26, 2002, 11:22 #2
- Join Date
- May 2001
- Location
- Channel Islands Girth: Footlong
- Posts
- 5,882
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Um, what?
Do you mean you want to display the maximise button? Sorry..I swear to drunk I'm not God.
» Matt's debating is not a crime «
Hint: Don't buy a stupid dwarf ö Clicky
-
Sep 26, 2002, 18:06 #3
- Join Date
- Jul 2002
- Posts
- 168
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I think what you mean is that the maximise button is greyed out the way you have it now.
Try this:
<A HREF="login.html" TARGET="popup" ONCLICK="window.open('login.html', 'window2','width=700, height=500, scrollbars, resizable, toolbar');return false">popup</a>
Bookmarks