Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Popup click
Name: Jamie_McCoy Date: April 15, 2005 at 01:55:00 Pacific OS: XP Pro 5.1 CPU/Ram: Pentium 4 2.4Ghz
Comment:
popup problem....
say i have a page, with a load of content... causing scroll bar... well when you click a link which launches a popup, you are placed back at the top of the page, kind of like an anchor to the top....
Name: Michael J (by mjdamato) Date: April 15, 2005 at 02:18:42 Pacific
Reply:
Don't mean to be condescending, but you seem to be doing "something" out of the ordinary. That is not the typical behavior. Try scrolling down on this page and clicking one of the advertising links - this page will remain in place. Perhaps you can provide a link to the page in question.
The function that opens the popup needs to return false...Sounds like you're either pointing the link to # or the current url and not returning false correctly.
Should be something like: <script> function dopopup() { //open window return false; } </script>
Summary: i need help! im trying to setup a popup window system with java, php and flash. I want to make and click on a link to open a window and load a flash file in the window. The link is to tell what swf f...
Summary: Hi Im creating a website in flash and would like it to start off with a link in a html file that you click which would then bring up a popup window containing the flash site. I can do popup windows ex...
Summary: HI, not sure if this is possible but anyway. I have a popup window of an image that appears when a thumbnail of the image is clicked within the main website. When this window opens, in the titlebar i...