Thread: sizeable pop up windows
Results 1 to 4 of 4
Related
-
windows 98 security Forum: General Discussion
Replies: 0 -
run cgi script on Windows XP Pro Forum: Javascript Forum
Replies: 0 -
Pop-up Windows Forum: Javascript Forum
Replies: 4 -
Pop up windows... Forum: HTML Forum
Replies: 1
-
08-09-2002, 12:41 PM #1
sizeable pop up windows
Hi, can anyone tell me how to code sizeable pop up windows without using java.
I know about target blank etc., but this opens a full window, I need half a window so that my site is not covered.
I already have two scripts per page so dont want to use any more jave.
Help would be very much appreciated
-
08-10-2002, 09:13 AM #2
Hi Sandra, welcome to the forums
Sorry but it looks like a third javascript is called for here.
Dave
-
08-10-2002, 09:34 AM #3
Pop Up Window
Hi, thanks for this, but it is not what I wanted to hear, I thought as much, but can anyone tell me what three scripts per page running on my site, will do to other computers owned by the people trying to use my site.
As the site is very large, does this cause additional problems
Thanks
-
08-10-2002, 10:01 AM #4
Sandra,
the only affect this will have on your users is to those that have turned javascript off in the browser. If you are careful to add a noscript tag to each script, and populate this tag creatively so that those without javascript are not seeing are informed of what they are missing, you should be fine. Of course this is just a popup, so those without javascript will just not get a popup.
Dave