|
| |
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
Pop up question - 10/5/2001 20:28:00
Hi all:I would like a small pop-up size page to come up when a hyperlink is pressed. It is to be a "explanation" page. So my question is, how do I set the page size so a pop-up size page comes up instead of a full-size page? Thanks all. ------------------ www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Pop up question - 10/5/2001 23:29:00
I just use a simple JavaScript. Put this block of code in the <HEAD> section:<SCRIPT LANGUAGE="JavaScript"> <!-- /** * Opens the viewing window with no scrollbars and shown parameters */ function mypopwin(url) { remote = open(url, "", "scrollbars,width=600,height=450,left=20,top=10"); } // --> </SCRIPT> And change the width, height, left, and top parameters to set your sizes and distance from upper left corner of screen. This builds a window with just a close box and scroll bars. Then for your link / popup code, use this format: <a href="javascript:mypopwin('http://www.myDomain.com/myPage.htm')">MyLinkName</a> Hope this helps....
|
|
|
|
david19
Posts: 22 From: None Status: offline
|
RE: Pop up question - 10/5/2001 13:27:00
Have a look at http://www.hotscripts.com/ this is one of the best sites I have seen.Hope it helps, Dave
|
|
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
RE: Pop up question - 10/5/2001 13:36:00
Thanks guys. I'll give them a spin.------------------ www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
Thomas Brunt
Posts: 6109 Joined: 6/6/1998 From: St. Matthews SC USA Status: offline
|
RE: Pop up question - 10/5/2001 18:02:00
I've had a couple of drinks. Bonnie's out for the night, and I'm in the mood to preach. Hit the back button unless you have some free time. This, quite likely, has litte or nothing to do with the orignal question, but I'm inspired.It would seem natural to use popups for help and explanation on web sites. Why don't you see it more? I know this because I began my Web career working on a multimillion dollar failed project, and my task on the project was to implement popup help on all words (in this huge healthcare site -- lots of arcane Latin) that folks might not understand. The problem is that popups fall behind the main window whenever you click on the main window. Lots of users don't understand why or how to get the window back. I recall dreading usability tests because I knew this would be a problem. It's cool to sit behind a two-way mirror watching folks use your site until you're work starts failing on the other side of the mirror. I was told to solve this problem. I said "no problem." Many have said "no problem" in similar situations, and still you do not see popup help on many if any sites. The only way to keep a window on top when the user shifts focus to another window is to restore focus on that event. This is the rub. Even though you can put a button on the popup window that allows the user to close it, users often (according to tests I saw, it would seem always) don't see it. They completely freak out when they click off of the window and the window not only stays there. It prevents the user from doing anything on the main window. You either offend the folks who don't notice the "close window" button, or you offend the folks who accidentally click on the main window and can't bring the popup back. Many a web developer, myself included, has been scoffed at by his or her boss or client for not finding a third option. I believe that I have more experience with popups than most folks you might bump into. It's not just that project. I once had to implement a brilliant desiger's vision of a site where all links were to precisely sized popup windows that scrolled sideways -- not vertically. It was by far the gooviest and coolest project I have ever worked on. The problem was that only the designer and I could navigate the site. I wish I had saved that project just to show you how incredibly cool an unexpected a Web site could be. Many of you would wonder why anyone would have any trouble with it. But that's because you understand the basic mechanism behind popup windows and because you've been warned. You must understand how popups work in order to not hate them as a web surfer, and then you still probably hate them. I once used a popup window on my home page to try to boost subscriptions to OutFront News. It did that, but I finally got around to testing my site on a friend's machine who uses AOL. The window popped up at full screen size completely covering the main window even though my cross-browser-compatible script controlled the window size. I wasn't so upset about how ugly it was, but I was amazed that I hadn't fielded more complaints from aol users about such a way blatant attempt to force folks to subscribe to my NL. I was horrified to see that my script was not controlling the window size for aol users. AOL is the big enchilada. I decided then and there that I would never do another cool web trick without testing it on aol. Since I just can't stand to wait for aol to load, that means I just don't do cool web tricks anymore. I probably would never have gotten into this industry had I believed at the outset what I have come to believe since. The most effective thing on the Net is a compilation of simple static Web pages containing quality information hyperlinked to other simple static Web pages containing quality information. This is a lot to read through. I bet I'm just writing to myself right now. I would be overjoyed to learn otherwise. Absolut Peppar on the rocks is not for everyone, but neither is OutFront.
|
|
|
|
PaulaD
Posts: 18 From: Morrow Georgia Morrow, Georgia, USA Status: offline
|
RE: Pop up question - 10/5/2001 22:33:00
Hi Thomas, I read it, every word, and I found it enlightening. A little depressing, but enlightening just the same. I hadn't thought of the problems before and I had been thinking about using some popup windows for a site. I've decided against it now. Thanks for the insight. Paula
|
|
|
|
treetopsranch
Posts: 1155 From: Cottage Grove, OR, USA Status: offline
|
RE: Pop up question - 10/5/2001 23:20:00
Excellent dissertation on Pop-Ups, Thomas.
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Pop up question - 10/5/2001 23:49:00
quote: Originally posted by Thomas Brunt: I've had a couple of drinks.
LOL - Me 2 quote:
The most effective thing on the Net is a compilation of simple static Web pages containing quality information hyperlinked to other simple static Web pages containing quality information.
Great post Tom - But the sentence above really says it all. The "Flash" - Templates, Graphics, "Floating Menus", and all the other "groovy & kool" web tricks will never replace Quality content as the reason for a web site.
Thanks for the insight - now back to the single malt on the rocks 
------------------ Gil Harvey The Host Factory Resellers are our speciality "Indecision may or may not be my problem"
|
|
|
|
nowlkldy
Posts: 1393 From: Topeka, Kansas Status: offline
|
RE: Pop up question - 10/6/2001 20:08:00
I read every word of it and when I got near the bottom, your quote that Gil highlighted stuck out like it had strobe lights on it.A lot of this flash and swish and music and other bells and whistles might have a place, but I still have taped to the top of my monitor something Nancy told me over a year ago when I decided to start learning this web stuff--"KISS" That's the best advice I ever got. Dave
|
|
|
|
Andy from Spain
Posts: 922 From: Ipswich Status: offline
|
RE: Pop up question - 10/6/2001 20:40:00
Hi,Just read the post - and I haven't been on the booze (yet). I'm sorry but I can't go along with all this at all - granted good content will keep people coming back but if the presentation's not there they're not going to stick around to find it - it's not a case of one replacing the other, combine the two. I don't think Flash is a bell or a whistle - apparently 96% of users can view it and given a choice, then Flash is great, as are graphics and templates, Gil. Your speech on pop-up windows was a tad misleading, Tom. The pop-up you had on Outfront was unsolicited, you didn't mention that often pop-ups with a link can prove very useful for presenting products or extra information - there's a big difference. I have no idea what hzarabet wants to use his pop-ups for but there's a very good chance that they'll enhance his site. I'm all for keeping things simple - often one of the hardest things to achieve - but I can't agree with some of the luddite ideas expressed above - bells, whistles, tricks - call them what you will but to your average internet user they're what are expected and accepted. Cheers Andy ------------------ Internet Business Solutions S.L. (Spain) Dreamweaver Users Forum
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Pop up question - 10/6/2001 14:40:00
Andy, I (or Tom) said "bells & whistle" were bad - I said "...web tricks will never replace Quality content as the reason for a web site", IE: he site has content and a purpose THEN the "Bells & Whistles" "MAY" add a bit of style. But without the content and purpose they are not goping to make the site. For the past ten years Yahoo has been the most trafficed site on the WWW, without any Flash, Sound, etc. - why? because it has content. I have also said before, there is a place for all the "Tricks" on personal, entertainment, and specific sites - But for the overwhelming majority of "Professional / Business" sites Information that is easy to access and clear is why people go there and what they are looking for. If I am searching for a movie review or a review of a new CD by an artist, I expect (and even welcome) a flash intro and sound, MPG files, etc. But if I'm in the market for anew car I don't want a flash movie of the car on a mountain road, I want specs and information about the car. When I go to Microsoft TechNet I don't need a movie, animated graphics or sound - I need technical information about the problem I'm having. There is room for both types of web sites on the WWW, but far too many sites don't have any purpose or have attempted to add "Bells & Whistles" to a site that doesn't need them, in fact would be much better designed without them. As for popups - I've spent a lot of time on the WWW in the past 10+ years and can not remember any site where a popup added anything to the site. I'm open to any URL that would demonstrate it? PS: As to people "expecting and accepting", you are correct. I expect and accept bad wheather, colds and aches and pains (as I grow older ), but I don't "like" them... ------------------ Gil Harvey The Host Factory Resellers are our speciality "Indecision may or may not be my problem" [This message has been edited by Gil (edited 10-06-2001).]
|
|
|
|
Mike54
Posts: 4791 Joined: 3/26/2001 From: Way Up Over Status: offline
|
RE: Pop up question - 10/6/2001 20:06:00
Hi Gil,I originaly thought that the pop ups here: http://www.nelsonheaters.com/Products/Heaters/Kits/PLTB%20Selection.htm (click on the "view kit contents" button) were pretty neat and actually were useful. Now I have to go back to the drawing board, I opened the site and actually ended up getting bumped out of the site 'cause I clicked the wrong sequence of buttons. Of course I a couple of Smirnoffs in me when I found this thread and tried it  Any suggestions on how to present the info better without losing the visitor? ------------------ I think, therefore I am, I think.
|
|
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
RE: Pop up question - 10/6/2001 21:30:00
The Great Pop-Up Controversy!FYI, the reason I asked about pop-ups in the first place was, in my opinion, NOT be use as a Bell and Whistle, but as a tool. On my home page, I list two numbers, both claiming to be how many events I am currently promoting on my site. But there are two DIFFERENT number. So I hyperlinked the words "How Can This Be?", linking to the pop-up page with a brief explanation. This pop-up is an "opt-in" pop-up (hmm..is that a new one?) Not force fed. And thank you Thomas, I DID check it on AOL and Netscape and all is fine. ------------------ www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
Andy from Spain
Posts: 922 From: Ipswich Status: offline
|
RE: Pop up question - 10/7/2001 20:12:00
quote: Originally posted by hzarabet: The Great Pop-Up Controversy!FYI, the reason I asked about pop-ups in the first place was, in my opinion, NOT be use as a Bell and Whistle, but as a tool.
...sounds good to me, hope you found what you were looking for - I don't think pop-ups are a bad thing at all as long as they're "opt-in" as you say - same principle as opt out movies and sound. Cheers Andy ------------------ Internet Business Solutions S.L. (Spain) Dreamweaver Users Forum
|
|
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
RE: Pop up question - 10/7/2001 20:46:00
Footnote:The rdouglass script above works like a charm! ------------------ www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
ginnie
Posts: 527 From: St. Louis MO USA Status: offline
|
RE: Pop up question - 10/7/2001 23:13:00
Aesthetics will always be an important part of web design/development. Long gone are the days of static gray web pages with no images, no color, but loads of text. The web audience wouldn't be what it is today without the technology that enabled us to add images, color and user interaction.It cannot, nor will it ever, take the place of quality content and no one is suggesting that it should, but that doesn't mean it doesn't have the ability to greatly enhance the viewer's experience while sifting through loads of content. The challenge is, and always will be, to find a way to enhance the viewer's experience and delivery of high quality content without detracting from it with things that take too long to load, are visually distracting or confusing to the viewer, or that simply don't serve a purpose. ginnie
------------------ Global Presence Web Design
|
|
|
|
Thomas Brunt
Posts: 6109 Joined: 6/6/1998 From: St. Matthews SC USA Status: offline
|
RE: Pop up question - 10/8/2001 20:13:00
you didn't mention that often pop-ups with a link can prove very useful for presenting products or extra information"Andy, I mentioned that solicted popups have significant usability issues according to studies that I have witnessed. The beginning of my post was specifically about the problems associated with using solicited popups to provide help information. There was nothing at all misleading about what I said.
|
|
|
|
Darren A
Posts: 22 From: UK Status: offline
|
RE: Pop up question - 10/8/2001 20:30:00
I normally close pop-ups as they appear, out of habit. That's because from my experience, they're normally adverts.I also have a major dislike for spangly advertising banners, that take so long to load that they prevent me reading the site that they appear on. Do they really think I'll buy something from them, after they've slowed down my access? Just my two penneth...
|
|
|
|
clum1
Posts: 762 From: Glasgow, Scotland Status: offline
|
RE: Pop up question - 10/9/2001 20:46:00
my favourite IE tip (OK, you may know it but it was a major revelation to me when I heard it) is to hit ESC to stop animated gifs from er.. animating i guess. on some sites it makes the content a hell of a lot more readable when all the distractions are gone.clum1
|
|
|
|
sarge
Posts: 379 From: London England Status: offline
|
RE: Pop up question - 10/9/2001 20:51:00
Hi- I've read this thread with great interest, as I'm currently toying with popups on a site that I'm developing. I'm sure that we all share an aversion to those unsolicited advertising popups (especially the ones that won't go away), but there is a clear distinction between 'them' and the popups that provide information. What worries me is that this aversion may extend to any use of popups, and this may be a turn-off to the visitor. What's more, I use (necessarily, I think) two levels of popups (all controlled with DIV tags and scripting). mmmm... better to show you... see www.microlondon.atfreeweb.com Click ENTER, then click the [Trade] button in the top R/H corner. Click 'Traders Directory', then the 'Customising' bookmark. The {DEMO} button brings up the first-level popup. The [more info] buttons bring up the next level. Although the second level is centered on top of the first, there's no guarantee that the visitor won't click elsewhere... All very worrying... By the way - I haven't thought about any browser except IE yet. Blue skies, SargePS - Hey Thomas - how's your hangover ??
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Pop up question - 10/9/2001 20:55:00
Well, I thought I'd see what sarge was talking about - but as soon as my browser window changed sizes without my Ok - So I left.------------------ Gil Harvey The Host Factory Resellers are our speciality "Indecision may or may not be my problem" [This message has been edited by Gil (edited 10-09-2001).]
|
|
|
|
sarge
Posts: 379 From: London England Status: offline
|
RE: Pop up question - 10/9/2001 16:01:00
Noted...
|
|
|
|
Bill Nicol
Posts: 1445 From: Springfield IL USA Status: offline
|
RE: Pop up question - 10/9/2001 16:31:00
I have to admit that the single malt got my attention on this thread, and the valid content of Thomas' and Gil's comments.I automatically get rid of popups informational or otherwise. If I can't find what I want on the main webpage, I'm at the wrong place, and like Gil, will move on. On the other hand, bells and whistles are a pain in the neck right now mainly due to the level of readily available technology. But given instant loading and faster CPU's, Flash and Swish intros could be very useful and appealing. Can't say the same about popups however. They're usually just a nuisance and basically something that is not requested, kind of like junk mail or telemarketers. If there is a really good reason to put something on someone's screen that they didn't ask for, I've yet to find it. I am open to discovery however. It's like this...when you go see a Steven Spielberg movie, it usually just starts and all the credits are at the end giving you the opportunity to walk out. You already know who's in it, and who made it. Other movies make you wade through interminable names and credits. Get to the point, I say. ------------------ Piper Bill "Uiste, agus cluich" said the P/M.
|
|
|
|
hzarabet
Posts: 1540 From: New Milford CT USA Status: offline
|
RE: Pop up question - 10/26/2001 23:14:00
quote: Originally posted by rdouglass: I just use a simple JavaScript. Put this block of code in the <HEAD> section:<SCRIPT LANGUAGE="JavaScript"> <!-- /** * Opens the viewing window with no scrollbars and shown parameters */ function mypopwin(url) { remote = open(url, "", "scrollbars,width=600,height=450,left=20,top=10"); } // --> </SCRIPT> And change the width, height, left, and top parameters to set your sizes and distance from upper left corner of screen. This builds a window with just a close box and scroll bars. Then for your link / popup code, use this format: <a href="javascript:mypopwin('http://www.myDomain.com/myPage.htm')">MyLinkName</a> Hope this helps....
This script has been working great UNTIL I changed the name of the page that it is being used on from /index.asp (my default) to /index_pit.asp. I had to do this to accomodate a frame (whole 'nother story). Now the link to activate the popup just "does nothing". Thanks. ------------------ www.Signingshotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Pop up question - 10/30/2001 23:52:00
quote: Originally posted by hzarabet: This script has been working great UNTIL I changed the name of the page that it is being used on from /index.asp (my default) to /index_pit.asp. I had to do this to accomodate a frame (whole 'nother story). Now the link to activate the popup just "does nothing".Thanks.
Just a guess (I don't use frames - used to, but don't now) - How about trying this: Put the <script>...</script> in the <head> section of the frame page instead of (or in addition to) the content page (index_pit.asp). IOW, put it in the _parent or _top page / code / frame - maybe index.asp or default.asp, etc..... Hope that helps...
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Pop up question - 10/30/2001 13:07:00
...as to add my $.02 in respect to the popup controversy....In terms of "unsolicited" popups (automatic, repeating, redirecting, etc.), they are IMO a bad thing. That is doing something that the user does not intend to happen. However, the "popup" code I provided here opens a new window configured to the size, location, features, etc. that work best for an application that I use in an Intranet. Some applications work better if the user can view various windows at the same time. Specifically, I use this feature to allow users to view various documents at the same time all stored in a web server - .doc, .pdf, .xls - they're all the same to the user in this respect. They have a window that lists all documents relevant to a specific client. Then, clicking on the link opens a "popup" window containing the document itself. The user DOES click on a line and trigger the popup event; I just find that specifying size, etc. of the window takes care a lot of end-user headaches (real or perceived). So IMO, popup's themselves are not a bad thing when used under the proper circumstances. Yes, they are bad when abused / unsolicited / etc., but then dynamite is also. Maybe we should call these things something else; maybe we're just dealing with semantics here anyway. Maybe it's just my poor design...
|
|
|
|
puiwaihin
Posts: 1378 From: Taiwan Status: offline
|
RE: Pop up question - 10/30/2001 14:38:00
I think I'm sort of in the middle-ground. I think there are uses for pop-ups, but there are many obstacles to their effective use. And there are very few instances where they are actually being used well.Thomas made a very good, point- that even when a pop-up could be effective, they present a serious design challenge. The university I attend uses a few pop-ups in their online registration. I think their choice to use "opt-in" pop-up boxes makes sense. But invariably, there are problems associated with the process--e.g. the pop-up also closing the main browser when closed, etc.-- that really reinforce Thomas' point. So, while there may be room for pop-ups in a clean design, keeping the design functional and appealing to visitors is complicated by their use.
|
|
|
|
Guest
|
RE: Pop up question - 11/4/2001 15:53:00
What's the difference between a pop up and opening a link in a new window? Links to other sites are obviously necessary but not wanting to let surfers get away from my sites that easily I have the links appear in new windows. Do these constitute pop-ups? PenelopeCIN
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|