code

This is a discussion on "code" within the Introduce Yourself section. This forum, and the thread "code are both part of the Community category.



Go Back   Webforumz.com > Community > Introduce Yourself

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 13th, 2005, 15:24
chedderhawk
Guest
Posts: n/a
code

Hi, I just published my site. I am really happy with everything except: As an action i have included a new window to appear when someone clicks on a specific image, (open window action). The window that opens is perfectly sized at 200x200 pixels, just enough space to fit my info into. The problem I have is when the user then clicks outside of this new window, it hides itself at the back of the main window. This is really frustrating for navigation purposes. Is there anyway to lock the little winddow on top of all the others? Chck out my site [url]www.chedderhawk.com, go to, 'theart' section and see for yourself.

Any help would be great.

Fergus.
Reply With Quote

  #2 (permalink)  
Old Jul 13th, 2005, 22:24
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I don't believe there is any way to do this - at least not in a cross browser way, as the browser chooses how to display pages.

Why not simply display the comments below the image? Or have it so that the user clicks through to the information.

As it stands, there are pop up blockers and the like out there that will prevent your pop up from appearing...
Reply With Quote
  #3 (permalink)  
Old Jul 14th, 2005, 09:27
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
try this:

Code: Select all
<body onblur="self.focus;">
that goes in the body of the popup page by the way.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
code help please lcsaeteurn JavaScript Forum 1 Apr 30th, 2008 02:06
code behind code doesnt work skat ASP.NET Forum 4 Feb 18th, 2008 10:05
live search code and styleswitcher code hebel JavaScript Forum 0 May 12th, 2007 06:16
I have some code but..... hacker1312001 Classic ASP 1 Apr 14th, 2006 02:43
Can somebody give me the code to hide the source code? renren JavaScript Forum 7 Mar 7th, 2006 12:27


All times are GMT. The time now is 00:18.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43