I know how it works by javascript(see below), but don't know how to apply it
in web dw as link
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<a href=#
onclick="javascript:window.open('http://www.abc.com/ae.asp','Popup','resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no,top=260,left=300,width=354,height=188');return
false;">ABC</a>
--
Dean Jones
CEO
PowerObjects
http://www.powerobjects.com
(612) 339-3355 Ext. 112
TeamSybase
* * Think Sybase * *
"frankie lo" <frank...@hotmail.com> wrote in message
news:46ee6970$1@forums-1-dub...
1. user opens aspx page with html dw
2. user sees multi rows on html dw
3. user clicks the hyperlink (HTML.property) on html dw for a specific row
4. a pop up window without menubar (**.aspx page) shows up
Many Thanks.
Frankie
"Dean Jones" <dean_dot_jones_at_powerobjects_dot_com> wrote in message
news:46ee8922$1@forums-1-dub...
We do this will a toolbars instead of hyper links on the Web DW. We have
seen issues with the amount of HTML generated if you have a lot of links
with alot of data.
--
Dean Jones
CEO
PowerObjects
http://www.powerobjects.com
(612) 339-3355 Ext. 112
TeamSybase
* * Think Sybase * *
"frankie lo" <frank...@hotmail.com> wrote in message
news:46ee8f47$1@forums-1-dub...
The method Dean suggested is also the way I do it. I coded a function to do it this way
for a specific page:
function openWin(objectName)
{
projwin = parent.window.open(objectName, 'costsetwindow',
'location=no,menubar=no,toolbar=no,height=300,width=525,scrollbars=no');
}
--
Jim Egan [TeamSybase]