Announcement

Collapse
No announcement yet.

How to do frames?

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

    How to do frames?

    I just need to incorporate a hidden frame into my page..so the whole page does not refresh.



    I know the buttons, etc I use will actually be in another htm file..but not sure exactly what the correct code is to use frames.

    Also, does this file need to "login" to homeseer as well??

    Also how do I incorporate a link as a button?

    I know its some variation off of this:
    <p align="center">
    <input type="submit" value="Wide Eye Color Camera" name="run_event" style="font-family: Arial; font-size: 7pt">
    </p>
    </form>

    [This message was edited by SWEET GT on Wednesday, 20 November 2002 at 12:14 AM.]

    #2
    There is a little more setup involved with hidden frames, but the results are very pleasing. For the general case of updating HTML named tags you can use the package in the library at hidden frame. Many of my posts on the MB use this approach.

    Another approach is with IFRAME if your layout is supports it. In this case the updates are to screen rectangles rather than to button, images, links etc as is done with the above reference.

    Comment

    Working...
    X