HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
AutoScale Frame Issue
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Rocko2117



Joined: 29 Jun 2007
Posts: 10

PostPosted: Fri Jun 29, 2007 11:50 am     AutoScale Frame Issue Reply with quote

I want to make it so that when I resize the window on a website, it will resize everything else along with it. Here are some pictures to show my problem a little more in depth:

[img]http://img503.imageshack.us/my.php?image=scaledrf0.jpg[/img]
Before I resize...

[img]http://img405.imageshack.us/my.php?image=unscaledcy1.jpg[/img]
After I resize the window and Scroll down a bit...

What can I do to fix this?
Pattons3rd



Joined: 28 Dec 2006
Posts: 1212
Location: Colorado

PostPosted: Sat Jun 30, 2007 6:18 am     Reply with quote

Those images aren't showing up.

Have you tried using percentage in your dimensions?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8267
Location: Castle Rock CO USA

PostPosted: Sat Jun 30, 2007 12:01 pm     Reply with quote



Source code would help us as well.

_________________
Corey
Toll Free Numbers | SiteMaps for Search Engines


Last edited by Corey Bryant on Mon Jul 02, 2007 8:45 am; edited 2 times in total
Rocko2117



Joined: 29 Jun 2007
Posts: 10

PostPosted: Mon Jul 02, 2007 5:33 am     Reply with quote

Its something to do with a failure to trap event but I dont understand how to fix it?
Rocko2117



Joined: 29 Jun 2007
Posts: 10

PostPosted: Mon Jul 02, 2007 8:58 am     Reply with quote

Its setup to where it refreshes when you resize the window, but id still like it to just resize without having to refresh because that could get old.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
Untitled Page
</title>
<link href="/lab/ClientService/Resources/styles/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="font-size: small; font-family: Arial; border: 0" onload="if (top.location == location) {top.location.href = '../ClientService.aspx?URL=CSMain';}">
<form name="form1" method="post" action="Input.aspx" id="form1">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJLTQ4NDkwOTM4D2QWAgIBD2QWAgIDD2QWAmYPZBYKZg8PFgIeBFRleHQFB1dlbGNvbWVkZAIBDw8WAh4HVmlzaWJsZWdkZAICDzwrAAkBAA8WBB4IRGF0YUtleXMWAB4LXyFJdGVtQ291bnRmZGQCAw8PFgIfAWdkZAIEDzwrAAkBAA8WBB8CFgAfAwICZBYEAgEPZBYCZg8VBA1BQUMgZ29lcyBSU1MhIVRodSwgNyBEZWNlbWJlciAyMDA2IDExOjQyOjAwIENTVFdBIHF1aWNrIGRlc2NyaXB0aW9uIG9mIHdoYXQgUlNTIGhhcyB0byBvZmZlciB1cyAoY2xpY2sgdGhlIGxpbmsgZm9yIHRoZSB3aG9sZSBhcnRpY2xlKS4kaHR0cDovL3d3dy5hZmZpbGlhdGVkLm9yZy9BQUNYTUwuaHRtZAICD2QWAmYPFQQIT2xkIG5ld3MhVGh1LCA3IERlY2VtYmVyIDIwMDYgMTE6MDU6MDAgQ1NUV1RoaXMgaXMgYW4gZXhhbXBsZSBvZiBob3cgd2UgY2FuIGhhdmUgbXVsdGlwbGUgYXJ0aWNsZXMgaW4gdGhlIGZlZWQgZ29pbmcgYmFjayBpbiB0aW1lLhlodHRwOi8vd3d3LmFmZmlsaWF0ZWQub3JnZGRpStJ/iO1EntbTIBJ8Kp1PJ3m+eA==" />
</div>

<script type="text/javascript">
<!--
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
// -->
</script>


<script src="/lab/ClientService/WebResource.axd?d=r_xeXDQ7VC_m-0kevG19NA2&amp;t=633044759492182066" type="text/javascript"></script>


<script src="/lab/ClientService/ScriptResource.axd?d=6VWx764PBcGLS9hoVdGyK4LinATvCH8IMGi4FGn0XjLogGGcNfy1vh_vYhC2Ai1PBKCbvIVJsxlrLImOkUFz6_UW3UZCHcv7lz8jHCuCW8Y1&amp;t=633050731715589597" type="text/javascript"></script>
<script src="/lab/ClientService/ScriptResource.axd?d=6VWx764PBcGLS9hoVdGyK4LinATvCH8IMGi4FGn0XjLogGGcNfy1vh_vYhC2Ai1PBKCbvIVJsxlrLImOkUFz69vETrY1Mux0pqiQvBjk_0cvZlWlB9JU2_sBWqwFfjJo0&amp;t=633050731715589597" type="text/javascript"></script>
<div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ScriptManager1', document.getElementById('form1'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tpnlContent'], [], [], 90);
//]]>
</script>

<div id="pnlContent">

<center>
<div style="background-color: #FFFFFF">
<br />
<table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<b class="blubox" style="width: 100%">
<b class="blubox1"><b></b></b>
<b class="blubox2"><b></b></b>
<b class="blubox3"></b>
<b class="blubox4"></b>
<b class="blubox5"></b></b>

<div class="bluboxcont" style="width: 100%">

<table width="95%" cellpadding="0" cellspacing="0" border="0" style="font-size: small" align="center">
<tr>
<td align="left">
<span style="font-size: 16pt; color: #ffffff"><strong><span id="lblTitle">Welcome</span></span></td>
</tr>
<tr>
<td align="left" valign="top" colspan="1">
<br />
You are currently logged into the system.<br />
<br />
Please select a function from either the drop-down menus or the button bar above.<br />
&nbsp;<br />
You will automatically be logged out if you are inactive for thirty minutes.<br />
<br />
Remember to log out when you are finished.&nbsp; <em>Thank you!</em></td>
<td style="width: 10%">&nbsp;</td>
<td valign="top" style="width: 33%">
<br />
<!--<b class="darkbox" style="width: 100%;">
<b class="darkbox1"><b></b></b>
<b class="darkbox2"><b></b></b>
<b class="darkbox3"></b>
<b class="darkbox4"></b>
<b class="darkbox5"></b></b>-->
<div style="background-color: #FFFFFF; position:relative" align="left" class="img-shadow">
<table width="90%" cellpadding="0" cellspacing="0" border="0" style="border-color: White; border-style:hidden; margin: 10px 10px 5px 0px">
<tr>
<td align="right" style="width:99%" valign="top">
<span style="font-size: 16pt; color: #7394CE; background-color: White"><strong>shortcuts</strong>
</td>
<td style="width:24;" align="right">
<a href="#" style="text-decoration:none; z-index:99">
<img alt="" id="ibFaveHelp" src="/lab/ClientService/Resources/images/Ques.gif" style="border:0" />&nbsp;
<span><i><strong>What are shortcuts?</strong></i><hr style="color:Black" />Our new Client Service system automatically tracks your favorite reports, and presents them for you in this window.<br /><br />This way, the information most important to you is at your fingertips.<br />&nbsp;</span>
</a>
</span>
</td>
</tr>
<tr>
<td colspan="2">
<div id="pnlMonthEnd">

<table width="95%" border="0" cellpadding="0" cellspacing="0" align="center"><tr><td>
&nbsp;&nbsp;<a id="hlMonthEnd" href="../ClientService.aspx?URL=MonthEnd" target="_top" style="color:Red;"><strong>Month-end reports available!</strong></a>
</td></tr></table>

</div>
<table id="dlFaves" cellspacing="0" border="0" style="width:100%;border-collapse:collapse;">
<tr>
<td>
<table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">
</td>
</tr><tr>
<td>
</table>
</td>
</tr>
</table>
&nbsp;&nbsp;&nbsp;<span id="lblNoFaves">No shortcuts available</span>
</td>

</tr>
</table>
</div>
<!--<b class="darkbox" style="width: 100%">
<b class="darkbox5"></b>
<b class="darkbox4"></b>
<b class="darkbox3"></b>
<b class="darkbox2"><b></b></b>
<b class="darkbox1"><b></b></b></b>-->


</td>
</tr>
<tr>
<td align="right" colspan="3">
<br />
<!--<b class="darkbox" style="width: 100%;">
<b class="darkbox1"><b></b></b>
<b class="darkbox2"><b></b></b>
<b class="darkbox3"></b>
<b class="darkbox4"></b>
<b class="darkbox5"></b></b>-->
<div style="background-color: #FFFFFF" align="left" class="img-shadow">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style=" margin: 10px 10px 5px 0px">
<tr>
<td align="right"><span style="font-size: 16pt; color: #7394CE; background-color: White"><strong>announcements&nbsp;</strong></span></td>
</tr>
<tr>
<td>
<table id="dlAnnouncements" cellspacing="0" border="0" style="width:100%;border-collapse:collapse;">
<tr>
<td>
<table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">
</td>
</tr><tr>
<td>
<tr><td>&nbsp;</td></tr>
<tr>
<td>
<strong>AAC goes RSS!</strong>
</td>
<td>
Thu, 7 December 2006 11:42:00 CST
</td>
</tr>
<tr>
<td colspan="2">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A quick description of what RSS has to offer us (click the link for the whole article).
&nbsp;<i><a href='http://www.affiliated.org/AACXML.htm'>(More...)</a></i>
</td>
</tr>
</td>
</tr><tr>
<td>
<tr><td>&nbsp;</td></tr>
<tr>
<td>
<strong>Old news</strong>
</td>
<td>
Thu, 7 December 2006 11:05:00 CST
</td>
</tr>
<tr>
<td colspan="2">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is an example of how we can have multiple articles in the feed going back in time.
&nbsp;<i><a href='http://www.affiliated.org'>(More...)</a></i>
</td>
</tr>
</td>
</tr><tr>
<td>
</table>
</td>
</tr>
</table>
</td>

</tr>
</table>
</div>
<!--<b class="darkbox" style="width: 100%">
<b class="darkbox5"></b>
<b class="darkbox4"></b>
<b class="darkbox3"></b>
<b class="darkbox2"><b></b></b>
<b class="darkbox1"><b></b></b></b>-->

&nbsp;</td>
</tr>
</table>

</div>
</td>
<td style="width:7; background-image: url(/lab/ClientService/Resources/images/DropShadow-Side.gif)">&nbsp;</td>
</tr>
<tr style="height:13px">
<td style="background-image: url(/lab/ClientService/Resources/images/DropShadow-Bottom.gif); width: 99%"></td>
<td style="background-image: url(/lab/ClientService/Resources/images/DropShadow-InsideCorner.gif); width: 5px; background-repeat:no-repeat"></td>
<td style="background-image: url(/lab/ClientService/Resources/images/DropShadow-Corner.gif)"></td>
</tr>
</table>

<!--<b class="blubox" style="width: 95%">
<b class="blubox5"></b>
<b class="blubox4"></b>
<b class="blubox3"></b>
<b class="blubox2"><b></b></b>
<b class="blubox1"><b></b></b></b>-->
<br />
</div>
</center>

</div>


</div>


<script type="text/javascript">
<!--
Sys.Application.initialize();
// -->
</script>
</form>
</body>
</html>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial