Jump to content

open pop up window without Javascript enabled

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
tecktalk

tecktalk

    Programmer

  • Members
  • PipPipPipPip
  • 175 posts
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
Lyf come without guarantees, except that smiling will brighten ur face, laughing will enhance ur eyes, and falling in luv will change ur lyf

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
While broken, that still appears to be javascript.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog