Here's the scenario of how it works.... A user will register on the source...in which he will finalize by clicking the Complete Registration button...this button on_Click event will call on a vbscript...this vbscript will trigger to submit the form...this form has an action equal to the source web site and a target property equal to _blank...so by the time the user clicks the button, it will display two page...One displays that the user is successfully registered for that source and the other displays the source's web site...by the way, im using classic ASP to code this...Thanks in advance!
On 5/17/05, Dan Powderhill <[EMAIL PROTECTED]> wrote: > What code are you using to open the new window and where in your page? > > The majority of pop-up blockers will only block pop-ups which load when > the page is loaded, thus leaving pop-ups initiated by the user clicking > a link intact. > > Dan > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On > Behalf Of > goriojuan > Sent: 17 May 2005 09:25 > To: [email protected] > Subject: [AspClassicAnyQuestionIsOk] Problem with pop-up blockers > > > Hi, i have an application where i put a code that opens a page in a new > browser the problem is that my pop-up blocker do its job on me. My > blocker is not that strong since it allows other pop-ups to pass. Is > there any other way that i can open a new browser even if there's a pop- > up blocker present? If there's no way, then is there any alternative in > opening a new page by using either the "target=_blank" or > the "window.open" in javascript codes? Help is greatly appreciated. > > > > > ________________________________ > > Yahoo! Groups Links > > > * To visit your group on the web, go to: > > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED] > subscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/> . > > > > > [Non-text portions of this message have been removed] > > > ________________________________ > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
