My web page has some javascript to identify whether the screen resolution is below 800 pixels. I want it to cause one page to be displayed if the resolution is below 800 and a different page to be displayed if its above 800. Thanks
JayDale wrote: > My web page has some javascript to identify whether the screen > resolution is below 800 pixels. > I want it to cause one page to be displayed if the resolution is > below 800 and a different page to be displayed if its above 800. location.href = someURL; -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925