javascript new window in Manila
Scott
Manila-Newbies@userland.com
Sun, 12 Jan 2003 15:18:58 -0800
I would like to use a javascript to open a new window to display some content. In the following function, what should replace 'filename.html'?
function OpenQuotes()
{
var myWindow = window.open('filename.html','windowName','resizable=yes,scrollbars=yes,status=0,width=190,height=310,alwaysRaised=yes');
}
If that content is a story, what is the URL for that story? I tried
http://mySitename.manilasites.com/stories/storyReader$185, where mySitename is replaced by my actual site name,
but it loaded the entire layout, not just story $185.
If it is a file (filename.html) where do I put it and what is the URL?
Thanks for your help.
Scott