Click to See Complete Forum and Search --> : Browser Resizing


Nathan Hopes
07-22-2007, 02:33 AM
Ok my issue right now is getting my websites to resize with other users screen resolutions ! I've seen it done, and I've created some code of my own using JavaScript, but it won't seem to work with xhtml. That or the code is incorrect.

Now onto my second issue

I want to create a simple easy to use comment box. Hopefully Preferably using html, xhtml, javascript, java, or flash .

ray326
07-22-2007, 06:14 PM
getting my websites to resize with other users screen resolutionsSetting widths in % is one way.
comment box. Hopefully Preferably using html, xhtml, javascript, java, or flashThat takes some server side processing and the only server language you mention there is Java so used a Java servlet to save the content of a comment form in a database table.