0
votes
Problem Passing CGI parameters to a Pop-up Window
your pseudo code should be like this:
<script language='JavaScript'>
function newPopup(pattern){
var prefix_str = "displayKB.cgi?id=";
window.open(prefix …
