Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

menubar=no

2 views
Skip to first unread message

frankie lo

unread,
Sep 17, 2007, 7:48:00 AM9/17/07
to
hi,
Does any one know how to add menubar=no to HTML.property

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

unread,
Sep 17, 2007, 10:03:14 AM9/17/07
to
I have never seen it done after the window is open, open the window with JS
like you show and then call your HTML DW.

--
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...

frankie lo

unread,
Sep 17, 2007, 10:29:27 AM9/17/07
to
Hi dean,
I may mislead you. what I need is

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...

Dean Jones

unread,
Sep 17, 2007, 12:03:55 PM9/17/07
to
Add JavaScript to the page and then have the hyper link in the datawindow
call the JavaScript method. The method, grabs arguments from the row and
opens a window. Very easy.

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.

TeamSybase
* * Think Sybase * *


"frankie lo" <frank...@hotmail.com> wrote in message

news:46ee8f47$1@forums-1-dub...

Jim Egan

unread,
Sep 18, 2007, 4:09:57 PM9/18/07
to
frank...@hotmail.com wrote...

> Hi dean,
> I may mislead you. what I need is
>
> 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

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]

0 new messages