| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#21 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,527
|
Thanks - but I just tried it and the window opens without toolbars, status bar etc. Also, it applies to every link as I don't know how to tell it that class="external" means the link is external and all the others aren't. I really do not do javascript. Working on something else right now, so I'll test out any more offers in the morning. Sorry about lack of clarity, misunderstandings - I think it's the madness that is the welsh language seeping into my brain. |
|
|
|
|
|
#22 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,933
|
Amended the script(s) to show all the window features. Tbh, I actually struggled a little. S'been about a million years since I did that kind of popup and I seem to be quite rusty. Anyhoo, this should give you want you want. Note: Don't use class attributes. Use the rel attribute as prescribed in the original SitePoint method. The first example will isolate links that are external (i.e. point to another domain). The second example will isolate links with the rel="external" attribute/value combo. |
|
|
|
#23 (permalink) |
|
Floating libation anyone?
|
...and, Bill, with your script, should I substitute a # for width and a # for height to get the size I'm after if you don't want it to open full screen??? Code:
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!
New to interweb design? Your friends at dt can help. |
|
|
|
#24 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,933
|
yep e.g. Code:
If you set no height and width values at all, then the window will open at the same size as the last manipulated window. (As Brown mentioned, browsers tend to 'remember' the dimensions of the last window you manually resized or the last window created or resized usingt javascript. They use that size for all new windows unless other dimensions are specified during the window creation process (in which case a new window size will be committed to memory and so forth…).) Last edited by Bill Posters : 29-03-2004 at 15:03. |
|
|
|
#25 (permalink) | |
|
Floating libation anyone?
|
Quote:
Also, what happens if someone is at 640x480 ( fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!
New to interweb design? Your friends at dt can help. |
|
|
|
|
#26 (permalink) | |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,147
|
Quote:
[AsASideNote]i'm keen to know what the stick is playing at too. i'm sure that i can quote pretty much along the lines of - i like my browser, leave it alone please. but i've probably got the wrong end of the, er, stick. again. sorry.[/AsASideNote] |
|
|
|
|
#27 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,933
|
Safari reuses recent sizes for new windows too. Consequently I set up a bookmarklet some time ago that goes through the neccessary step to resizing and re-establishing my preferred default size. (Safari unfortunately doesn't 'remember' the size of windows resized via js, but does remember the size of sized js popups, consequently…) e.g. Code:
It's in my favourites bar with a simple • as its name. It's also associated with a keyboard shortcut. This means that however a site resizes or repositions my browser window I can reset that window (and also the 'remembered' size used for subsequent windows) perfectly with a single click or keystroke. |
|
|
|
#28 (permalink) | |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,527
|
Cheers bill. Quote:
I'd got new windows working to standards and wanted to know if I could force IE to stop being so IE. Now I've tried it out, I don't think I'll use this for this project - but it's nice to have the option. Knowledge is power. |
|
|
![]() |