Focal Point
regarding the htmlform

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7191054391

October 28, 2006, 03:47 AM
Balaji Gavini
regarding the htmlform
hi,
I want to call the html page from fex file but with toolbars disabled for that html page.Below i have given the code which i am trying.I am trying it two ways but i am unable to get the desired result(i.e opening of the html page from fex file with toolbars disabled).I would be grateful if any one can help in this regard.

Thanks and Regards,
Balaji



-DEFAULTS &P_ORGLEVEL = 1
-DEFAULTS &P_ORGNUMBER = 200

-IF &P_ORGLEVEL EQ 4 THEN GOTO GETDST ELSE GOTO LAUNCH;

-GETDST
TABLE FILE STR_DIST_REGN_GRP
PRINT
DIST_REF_I
WHERE REF_STR_I EQ &P_ORGNUMBER
ON TABLE HOLD AS TEMP_DIST FORMAT ALPHA
END
-RUN

-READ TEMP_DIST &P_DIST.I6

-LAUNCH

-********** CALLING THE LAUNCH PAGE
-HTMLFORM 'window.open("sccr_launch_landingpage-1.htm","");'

********** CALLING THE LAUNCH PAGE
-HTMLFORM 'window.open("sccr_launch_landingpage-1.htm","");'

-*-HTMLFORM BEGIN
-*
-*<script LANGUAGE="JavaScript">
-*function conprint(){


-*window.open('/WFServlet?IBIF_ex=sccr_users_access&IBIC_server=BIUC01&IBIAPP_app=strs_dev&IBIMR_domain=sccr_launch_landingpage-2.htm',
-*'','location=no,menubar=no,status,toolbar=no,resizable,scrollbars,directories=no,width=500,height=600,top=0,left=0');


-*}
-*
-*
-*
-*-HTMLFORM END
November 22, 2006, 12:25 PM
Kerry
Hi Balaji,

One of our internal people reviewed your code, and suggested that the code commented our should work. Can you please try this: remove all the WEBFOCUS Code and test just the HTML portion? Does this issue still reproduce?

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.