This is a discussion on "Pop Up Window" within the Web Page Design section. This forum, and the thread "Pop Up Window are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Pop Up Window
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Me Agen The Anoying Noob Head..
My Friend Wants A Pop Up Window On His Web Site ( Don't Ask Why He's A Freek ) And I Don't Know The Code For It. MEANING:: When You Click On A Page A Pop Up Comes Up About 340,360 ( change atributes in paint its were i got the size from With No Adress Bar .. Any Sugestions ? |
|
|
|
|||
|
Re: Pop Up Window
Ummm, just a quick point.
Many users have pop-up blockers these days to stop annoying pop-up windows (me included). If your mate does use these, lot of people won't see it anyway. |
|
|||
|
Re: Pop Up Window
Javascript is what you need.
|
|
|||
|
Re: Pop Up Window
Quote:
dont ask me as i sed hes a freek lol i have popup blocker to and im gratefull cuz hes the sort of person that wud put manky piks on um so ye anyway thanx peeps |
|
|||
|
Re: Pop Up Window
Easy, man. In javascript:
var url="your_url.html?parameter1=something¶meter2 =another_thing"; var features="dialogHeight=710px,dialogWidth=700px,sta tus=no,toolbar=no,menubar=no,location=no,resizeabl e=yes,scrollbars=no"; window.showModalDialog(url,null,features);//this opens the popup You can personalize almost anything in the features. But it's useless cuz only works on IExplorer. |
|
|||
|
Re: Pop Up Window
cheers but iv found a dhtml 1 that pop up blokers dont block
|
|
|||
|
Re: Pop Up Window
Any chance you can share this code with me.
Use pop ups for thumbnails sometimes so the page size, menus etc can be specified, but its getting tricky with pop up blockers!! Thanx Cyberseed |
|
||||
|
Re: Pop Up Window
Call your friend an idiot and pimp slap him!
Pop-ups =
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
|||
|
Re: Pop Up Window
ill pimp slap you
|
|
|||
|
Re: Pop Up Window
http://www.dynamicdrive.com/dynamici...htmlwindow.htm
the code i founds on there u gota mess about with it abit tho | |
![]() |
| Tags |
| pop, window |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open another new window from javascript window | thehermitage | JavaScript Forum | 10 | Jan 27th, 2008 19:42 |
| Change open in new window to open in same window | nsr500rossi | JavaScript Forum | 2 | Jan 18th, 2008 14:13 |
| [SOLVED] open new window from main window | AdRock | Other Programming Languages | 1 | Nov 1st, 2007 02:45 |
| New Window Help? | Athlete22 | JavaScript Forum | 1 | Jun 1st, 2007 13:06 |
| I don't want new window | daygoes | JavaScript Forum | 1 | Sep 11th, 2006 17:22 |