javascript > flash help
javascript > flash help
Out of context: Reply #6
- Started
- Last post
- 15 Responses
- tomkat0
maybe this helps:
Object.prototype.newWindow = function(url,width,height,xPosit...
if (url.substr(0,4)!="http") { url = "http://"+url }
getURL ("javascript:window.open('"+url... Date().getTime()+"','width="+wid...
void(0);");
}