Hi there,
My site starts with "default.asp" This page contains a frameset with 3 frames left, top and main. The mainframe is used for the further page-navigation.
Now I want to use the javascript window.open function to start automattically a pop up window. This pop up window may only start up once per session. So I thought to do that in the session_onstart handler in the global.asa
But I don't know the syntax to start automatticcaly a javasript function.
Or are there better ways?
(I read something in MS interdev help that noncookie browser does not return the SessionID cookie, so the server creates a new session each time the user requests a page. So that for each request, the server processes the Session_OnStart.)
Does this has effect when users navigate to other pages in my frameset?
A lot of questions right!
Please help,
Erik
My site starts with "default.asp" This page contains a frameset with 3 frames left, top and main. The mainframe is used for the further page-navigation.
Now I want to use the javascript window.open function to start automattically a pop up window. This pop up window may only start up once per session. So I thought to do that in the session_onstart handler in the global.asa
But I don't know the syntax to start automatticcaly a javasript function.
Or are there better ways?
(I read something in MS interdev help that noncookie browser does not return the SessionID cookie, so the server creates a new session each time the user requests a page. So that for each request, the server processes the Session_OnStart.)
Does this has effect when users navigate to other pages in my frameset?
A lot of questions right!
Please help,
Erik