473,396 Members | 2,076 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Auoresize pupup browser windows to content

Hallo,
i have found more script for autoresize a popup browser windows to the image
opened but I search something that autoresize the browser windows popup to
che content(for example a table with an image and a textin in the cell)
can you help me..?

--
Paolo
Nov 29 '05 #1
6 1720
Paolo said the following on 11/29/2005 5:54 AM:
Hallo,
i have found more script for autoresize a popup browser windows to the image
opened but I search something that autoresize the browser windows popup to
che content(for example a table with an image and a textin in the cell)
can you help me..?


http://allmyfaqs.com/faq.pl?AnySizeDesign

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 29 '05 #2
Sorry,
I don't have understand the link, ther is no code, no information; there is
only a submenu that open general links

--
Paolo

"Randy Webb" <Hi************@aol.com> ha scritto nel messaggio
news:L4********************@comcast.com...
Paolo said the following on 11/29/2005 5:54 AM:
Hallo,
i have found more script for autoresize a popup browser windows to the
image opened but I search something that autoresize the browser windows
popup to che content(for example a table with an image and a textin in
the cell)
can you help me..?


http://allmyfaqs.com/faq.pl?AnySizeDesign

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/

Nov 29 '05 #3
Paolo said the following on 11/29/2005 7:15 AM:
Sorry,
I don't have understand the link, ther is no code, no information; there is
only a submenu that open general links


Sorry, they seem to have changed allMyFAQs.com so that none of my
bookmarks there work.

Basically what that article said at one time was to design your pages so
that they "flow" in the browser window irregardless of the size of the
window. Then, it doesn't matter what size the window is.

Part of the problem with trying to resize a window to the content is
that you have no way of knowing what size to resize that window to. If I
have my Text Setting in IE set to Largest, and you have yours set to
Medium, then we need two different size windows to display the same text.
And since you have no way of knowing how I have my text settings, you
have no reliably way to know what size that window would need to be for
me to see your site.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 29 '05 #4
Thanks very much for the anzwers, but i have an other question:
this problem there is auch if the image and the text are in two cell of a
table..?
example:
<table>
<tr>
<th>
<tr>
<td><img class='imgborder'
src="<%=(dettaglio.Fields.Item("pathfoto2").Value) %>"></td>
</tr>
</table></th>
</tr>
<tr>
<th>
<tr>
<td><a class='chiudi'
href="javascript:self.close();">Chiudi</a></td>
</tr>
</table></th>
</tr>
</table>

there is no solution..?!

thank you very much!

--
Paolo

"Randy Webb" <Hi************@aol.com> ha scritto nel messaggio
news:wI********************@comcast.com...
Paolo said the following on 11/29/2005 7:15 AM:
Sorry,
I don't have understand the link, ther is no code, no information; there
is only a submenu that open general links


Sorry, they seem to have changed allMyFAQs.com so that none of my
bookmarks there work.

Basically what that article said at one time was to design your pages so
that they "flow" in the browser window irregardless of the size of the
window. Then, it doesn't matter what size the window is.

Part of the problem with trying to resize a window to the content is that
you have no way of knowing what size to resize that window to. If I have
my Text Setting in IE set to Largest, and you have yours set to Medium,
then we need two different size windows to display the same text.
And since you have no way of knowing how I have my text settings, you have
no reliably way to know what size that window would need to be for me to
see your site.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/

Nov 29 '05 #5
Randy Webb wrote:
Sorry, they seem to have changed allMyFAQs.com so that none of my
bookmarks there work.


It seems to be under the control of one of those nasty little "Here are some
search results" pages these days.

The content from the old .com site is mirrored on .org and .net now.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Nov 29 '05 #6
thanks i have found it..!!
Grazie..!

--
Paolo
"David Dorward" <do*****@yahoo.com> ha scritto nel messaggio
news:dm*******************@news.demon.co.uk...
Randy Webb wrote:
Sorry, they seem to have changed allMyFAQs.com so that none of my
bookmarks there work.


It seems to be under the control of one of those nasty little "Here are
some
search results" pages these days.

The content from the old .com site is mirrored on .org and .net now.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is

Nov 29 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: GameDev | last post by:
I have a section of my website where customers can login and download a few select files. The download links are to php scripts that decide which files to download. Generally it works fine....
6
by: bayram guzer | last post by:
hi everybody, i have very strange error. i can not see some of the asp pages on my browser. when i look from view source, all the source is there but browser does not show anything, just an empty...
13
by: Kai Grossjohann | last post by:
It seems that Ctrl-N in Mozilla opens a new empty browser window. That's fine, I don't need to do anything about it. But Ctrl-N in IE appears to clone the current window. Is there a way to...
2
by: Rory Plaire | last post by:
Hi, I've been working with the J# browser control. I understand that v1.1b is scriptable, but can't find any examples on how to do this. Can someone point me in the right direction? thanks,...
5
by: VR | last post by:
Hi, How can I open a web site in a new browser window from a regular windows form? (not an ASP.NET) Do I have to use a COM ActiveX control or is there anything like that already built in in...
8
by: Joe Johnston | last post by:
I need a Browser Helper object written in VB.NET Please point me at a good example. Joe MCPx3 ~ Hoping this MSDN ng three day turnaround is true. Additional info: What is a BHO? In its...
3
by: subha | last post by:
I have a HelloWorld webservice that works on my IE browser. But, when I add a webreference to it and call the HelloWorld method from my WindowsFormsApp (return in C#), I get error messages. The...
1
by: bbulsara23 | last post by:
Hi, this has been asked so many times before but I cannot get an answer that works. So I'm asking again. I am using .Net 1.1 on a Windows XP Pro.
3
by: Brad | last post by:
I have an aspx page that is sending pdf files to client browsers: it uses a filestream to read the pdf file and response.binarywrite to send content to the browser. This has worked great for years...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.