Help - Search - Members - Calendar
Full Version: HTML Table Size should Change Dynamically
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
John-672
Hi,

I had some requirement. I had one html page where table with some width=100 and heigth =100 is created.
for example the html page is saved as "Dimensions.html" saved in below path.

G:\Documents and Settings\Pavan\Desktop\Dimensions.html

When I open that page the htm is open and table is dispayed with height and width.

Now is I need to modify instead of default height and width then I will send in terms of parameters

G:\Documents and Settings\Pavan\Desktop\Dimensions.html?heifht=400;width=400;
some thing like above. But I could not able achieve this.

Can any one help me out or provide the source for this..

Thanks
John
Darin McGrew
The reliable way to do something like that is with a server-side program of some sort. See the FAQ entries Where can I learn about CGI? and Where can I learn about PHP?

You can also do such things with JavaScript, assuming that JavaScript is enabled. See the FAQ entry Where can I learn about JavaScript (LiveScript, JScript, ECMAScript, DOM)?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.