Announcement

Collapse
No announcement yet.

Display web page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Display web page

    Hello,

    I want to display an html page via script on the TOP of my web page.
    Source code here :
    <frameset rows="*,20%">
    <frame name="haut" target="_top" src="1.asp">
    <frame name="bat" src="2.asp">
    <body>

    When I use hs.launch "url ...." internet explorer display a new page and not only the TOP.
    Do you know another command to do this via HS scripting.
    Thank you.

    #2
    I'm not real sure I understand what your asking but if you simply want to display 2 different web pages together one above the other then try these changes:

    <frameset rows="*,20%">
    <frame name="haut" src="1.asp">
    <frame name="bat" src="2.asp">
    </frameset>


    This is all that is needed in the calling page.

    -Rupp
    Why don't they just make mouse-flavored cat food?
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      What i try to do :
      I have a web page with two frame, and i want (via HS Scripting) display a new frame on the top without refresh the bottom.
      Any ideas ?

      Comment

      Working...
      X