|
-
Jul 1st, 2005, 01:50 PM
#1
Thread Starter
Lively Member
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'
-
Jul 4th, 2005, 08:42 AM
#2
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.
-
Jul 8th, 2005, 05:19 PM
#3
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|