PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Pop up window does not open
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Pop up window does not open
![]() |
Pop up window does not open |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I use a simple code to make pictures shown enlarged in separate window when
cliked. However, two or three people told me that they cannot see the enlarged images (actually they cannot even click on the small images). See www.xanthopoulou.com. Thanks in advance Coconis |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Sound like those users have a popup stopper application installed. They
should be able to configure the application to allow them to see popup. -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "Coconis" <yannis@coconis.com> wrote in message news:%23dJK7P69DHA.1636@TK2MSFTNGP12.phx.gbl... > I use a simple code to make pictures shown enlarged in separate window when > cliked. However, two or three people told me that they cannot see the > enlarged images (actually they cannot even click on the small images). See > www.xanthopoulou.com. > > Thanks in advance > > Coconis > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi Coconis,
some (if not all - didnt check them all) of your popup links dont have closing </a> tags, eg <a href="#" onClick="window.open('images/DSCN0911-500.jpg','mywindow','width=530,height= 530')"> <img border="0" src="images/DSCN0911-150.jpg" width="150" height="150"></td> IE isn't too fussy about this but other browsers won't stand for it - result some people will be able to see your popups some wont. You'll need to go through and correct the links, also when you have javascript called onclick you should add return false, so you'd want to end up with <a href="#" onClick="window.open('images/DSCN0911-500.jpg','mywindow','width=530,height= 530'); return false;"> <img border="0" src="images/DSCN0911-150.jpg" width="150" height="150"></a></td> Jon Microsoft MVP - FP "Coconis" <yannis@coconis.com> wrote in message news:%23dJK7P69DHA.1636@TK2MSFTNGP12.phx.gbl... > I use a simple code to make pictures shown enlarged in separate window when > cliked. However, two or three people told me that they cannot see the > enlarged images (actually they cannot even click on the small images). See > www.xanthopoulou.com. > > Thanks in advance > > Coconis > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
They're probably using a firewall like Zone Alarm which
can be set to block pop-up windows. >-----Original Message----- >I use a simple code to make pictures shown enlarged in separate window when >cliked. However, two or three people told me that they cannot see the >enlarged images (actually they cannot even click on the small images). See >www.xanthopoulou.com. > >Thanks in advance > >Coconis > > >. > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Thanks to all for your response. I think Jon really found the weak point in
my html code. Thanks again Coconis |
|
|
|
#6 |
|
Guest
Posts: n/a
|
I have an existing application running with users from win98 to XP... A user came home with a brand new PC with XP on it and it won't allow a pop up. There is no 3rd party software that we've found - yet and have added the secure site to the trusted sites list. But still no pop up windows from my app or yahoo mail services... What else is there?
|
|
|
|
#7 |
|
Guest
Posts: n/a
|
....very hard to say. Could you post a URL to the page in question?
Is it a Java Pop-Up? If so, does that "user" have a JVM installed? -- ===================================================== Tom Pepper Willett [Microsoft MVP - FrontPage] ---------------------------------------------------------------------------- ------------------- Microsoft FrontPage: http://www.microsoft.com/office/fro...fo/default.mspx http://msdn.microsoft.com/office/un...ding/frontpage/ To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp ===================================================== "aztj" <jeepin6996@yahoo.com> wrote in message news:1CA3FED0-0969-4F00-80D5-A544173C5C72@microsoft.com... | I have an existing application running with users from win98 to XP... A user came home with a brand new PC with XP on it and it won't allow a pop up. There is no 3rd party software that we've found - yet and have added the secure site to the trusted sites list. But still no pop up windows from my app or yahoo mail services... What else is there? |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Also could be their ISP providing popup blocking or their anti-virus
-- _____________________________________________ SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] "Warning - Using the F1 Key will not break anything!" (-; To find the best Newsgroup for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp _____________________________________________ "Tom Pepper Willett" <tompepper@mvps.org> wrote in message news:%23o921BXMEHA.684@TK2MSFTNGP09.phx.gbl... | ...very hard to say. Could you post a URL to the page in question? | Is it a Java Pop-Up? If so, does that "user" have a JVM installed? | -- | ===================================================== | Tom Pepper Willett [Microsoft MVP - FrontPage] | ---------------------------------------------------------------------------- | ------------------- | Microsoft FrontPage: | http://www.microsoft.com/office/fro...fo/default.mspx | http://msdn.microsoft.com/office/un...ding/frontpage/ | To assist you in getting the best answers for FrontPage support see: | http://www.net-sites.com/sitebuilder/newsgroups.asp | ===================================================== | "aztj" <jeepin6996@yahoo.com> wrote in message | news:1CA3FED0-0969-4F00-80D5-A544173C5C72@microsoft.com... | | I have an existing application running with users from win98 to XP... A | user came home with a brand new PC with XP on it and it won't allow a pop | up. There is no 3rd party software that we've found - yet and have added | the secure site to the trusted sites list. But still no pop up windows from | my app or yahoo mail services... What else is there? | | |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Google toolbar? XP Service Pack2 Release Candidate 1?
Both of which block pop-ups by default, with Service Pack 2 due to he released later this summer you may want to rethink using pop-ups. -- Cheryl D. Wise MS-MVP-FrontPage cdwise@wiserways.com "aztj" <jeepin6996@yahoo.com> wrote in message news:1CA3FED0-0969-4F00-80D5-A544173C5C72@microsoft.com... >I have an existing application running with users from win98 to XP... A >user came home with a brand new PC with XP on it and it won't allow a pop >up. There is no 3rd party software that we've found - yet and have added >the secure site to the trusted sites list. But still no pop up windows >from my app or yahoo mail services... What else is there? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

