tecktalk 0 Newbie Poster

How can I open a pop window of particular size even when the javascript is disabled on the browser on my ASP page ?

Solution:

Here's a solution that degrades gracefully. It will open a clean popup if javascript is enabled, and a normal new browser window if javascript is disabled.

us=yes,menubar=no,scrollbars=1,resizable=yes,width, height); return false;"
>Test

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.