Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Pop ups

Status
Not open for further replies.

techskool

Technical User
Jun 20, 2002
151
0
0
GB
Can you make a centralised pop up window with asp??

...or a pop up window at all?

I nkow how to do this in JavaScript, but i would like to with asp. (Dont worry about this being server side intensive)

Cheers

Dave
 
You can write a function in Javascript and call the function in asp
 
You cannot popup a window using ASP!

ASP is executed on the server. It has no access to the client system. This is why any popping-up is done using client-side script such as Javascript.

--James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top