Results 1 to 3 of 3

Thread: iframe help please...

  1. #1

    Thread Starter
    Lively Member spdracr's Avatar
    Join Date
    Oct 2003
    Location
    Kansas
    Posts
    115

    iframe help please...

    First off, can this be done?? I have a default.htm page that I want to place an iframe in and have the iframe source be login.aspx. Is this possible. I keep getting an error... 'Could not load type testapp.login'

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: iframe help please...

    First, it's possible.

    Second, the error you are getting is related to asp.net. Make sure your page directive is correct.

  3. #3
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    Re: iframe help please...

    Code:
    <iframe id="FrameLoad" scrolling=auto runat=server style="width: 630px; height: 260px">
            
            </iframe>
    just set src="whatever.aspx"

    now, if you want to do it dynamically, that is a bit different, just reply and tell me...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width