This is a discussion on Sponsor Popup within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi I hava Apache 2.x on a Win32 system. I want to add a Popup to some Virtualhosts. Is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Danny Meier wrote: > I want to add a Popup to some Virtualhosts. Is it possible to open a > popup when someone visit the page? > > How does it work? With Handler? Popup windows are created using client-side scripting such as JavaScript. Thus, they are server-independent but very client-dependant. Thor -- http://thorweb.anta.net/ |
|
|||
|
Am Mon, 10 Nov 2003 18:22:20 +0200 schrieb Thor Kottelin:
> Danny Meier wrote: > >> I want to add a Popup to some Virtualhosts. Is it possible to open a >> popup when someone visit the page? >> >> How does it work? With Handler? > > Popup windows are created using client-side scripting such as JavaScript. > Thus, they are server-independent but very client-dependant. > > Thor I want to manipulate the server output such, that I can add a JS code |
|
|||
|
Danny Meier wrote: > I want to manipulate the server output such, that I can add a JS code Server-side includes would be one option. Thor -- http://thorweb.anta.net/ |