Computing.Net > Forums > Web Development > Popup click

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

Reply to Message Icon

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....

roamhosting.net



Sponsored Link
Ads by Google

Response Number 1
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.

Michael J


0

Response Number 2
Name: SN
Date: April 15, 2005 at 06:39:26 Pacific
Reply:

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>

[A href='javascript::return dopopup()']do popup[/a]

-SN


0

Response Number 3
Name: Jamie_McCoy
Date: April 15, 2005 at 06:42:30 Pacific
Reply:

SN u r correct

roamhosting.net


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


.Net webservice gives htt... question about linking



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Popup click

popup window load flash file www.computing.net/answers/webdevel/popup-window-load-flash-file/1172.html

New Explorer Popup Window Only www.computing.net/answers/webdevel/new-explorer-popup-window-only/1514.html

DW MX Popup name and close button www.computing.net/answers/webdevel/dw-mx-popup-name-and-close-button/1958.html