Click to See Complete Forum and Search --> : New window, scrollbars, etc. in xml


lologoy
10-20-2006, 07:09 AM
I'm very new to xml, so plz have patience...

I have figured out how to open a link in a new window (don't know if it's "correct" or not), but I would like to control the scrollbars, size, etc. of that popup window. It's easy in HTML, but how can I do this in XML ???

Thanks for your help !

GoneMad
10-22-2006, 11:19 PM
Do you mean XHTML?

XML is strictly an "envelop", or series of envelopes which structure and describe textual information. Any formatting is done with something else, be it a webpage in XHTML, or a program that grabs the data from a file, or whatever. The key to xml is that the data is kept completely separate from the presentation layer, whatever that is.