ASP.net setting object parameters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chuck

    ASP.net setting object parameters

    Application is ASP.VB.NET

    I have inserted a Web Browser object to the ASP page

    1- How can I set its parameter through the VB Page_Load.
    2- What class is it to be imported or inherited from
    3- Any documentation on this
    4- Mostly interested to set the PARAM NAME="Location" VALUE



    <OBJECT id="BRZ1" style="Z-INDEX: 101; LEFT: 24px; WIDTH: 1216px; POSITION:
    absolute; TOP: 8px; HEIGHT: 418px"
    classid="clsid: 8856F961-340A-11D0-A96B-00C04FD705A2" VIEWASTEXT>
    <PARAM NAME="ExtentX" VALUE="32173">
    <PARAM NAME="ExtentY" VALUE="11060">
    <PARAM NAME="ViewMode" VALUE="0">
    <PARAM NAME="Offline" VALUE="0">
    <PARAM NAME="Silent" VALUE="0">
    <PARAM NAME="RegisterA sBrowser" VALUE="0">
    <PARAM NAME="RegisterA sDropTarget" VALUE="1">
    <PARAM NAME="AutoArran ge" VALUE="0">
    <PARAM NAME="NoClientE dge" VALUE="0">
    <PARAM NAME="AlignLeft " VALUE="0">
    <PARAM NAME="NoWebView " VALUE="0">
    <PARAM NAME="HideFileN ames" VALUE="0">
    <PARAM NAME="SingleCli ck" VALUE="0">
    <PARAM NAME="SingleSel ection" VALUE="0">
    <PARAM NAME="NoFolders " VALUE="0">
    <PARAM NAME="Transpare nt" VALUE="0">
    <PARAM NAME="ViewID" VALUE="{0057D0E 0-3573-11CF-AE69-08002B2E1262}">
    <PARAM NAME="Location" VALUE="">
    </OBJECT>


    --
    Chuck
Working...