Click to See Complete Forum and Search --> : need help setting link without changing the page


teleactive
12-15-2006, 03:52 PM
Hi, I'm new to the forum.

I'm using a small news window in my site that comes from a seperate html page for putting News Headline and read more link.

I want the read more link to open a new window which I know how to do with the dreamweaver behavior > Open Browser Window.
<a href="index.html" onClick="MM_openBrWindow('index.html','whatsnew','scrollbars=yes,width=680,height=600')">Read
More</a>

teleactive
12-15-2006, 04:25 PM
sorry, end of thread was cut off. :o

I'm trying to open the new browser window but not redirect the page in the little window.

So in any page with the small window you can click Read More link and get a new window but the orignal link does not open the actual news story in the small sub window of the orignal page.

holyhttp
12-19-2006, 01:47 PM
If your web site is database driven then the small window can be fed by a server-side script that just extracts the appropriate content from the database.