Hi Jack, > My Asp database generated pages' content links by default > all open a new window containing the same page; ... > target="_self" but ... > JavaScript to submit a form...new window by the "_self" value.
Do you have a link so we can look at your code? I'm guessing that it's not properly using "_self" but maybe there's a space on one side or something. Your javascript source would be helpful, too. If it's using window.open() then it's going to open a new window, whether or not it's using "_self" as the window name. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== Do you always begin conversations this way? -- 'Man in Black', The Princess Bride ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> 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/
