Link to home
Start Free TrialLog in
Avatar of yi_unt
yi_unt

asked on

How do i create a popup window using vbscript/asp?

I am trying to create a hyperlink to open up a popup window on click using vbscript/asp.

The popup windows will be a page with basic html formatting.

I want to be able to specify ALL attributes of the popup window including but not limited to size, location, background color.

Thanks
Avatar of rockmansattic
rockmansattic

javascript will have to open the browser window, but you can still utilize vb something like this

<p onClick="MM_openBrWindow('<%=filename%>','chat','scrollbars=yes,resizable=yes,width=600,height=500')">link</p>


Rockman
ASKER CERTIFIED SOLUTION
Avatar of seanpowell
seanpowell
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial