kin0k0
08-22-2004, 03:41 PM
I've been trying to make a custom function to make it easier to open pop-up windows, so that all you would need to do is something like this:
<a href="javascript:openWindow(url,width,height)">Click here to blah</a>
But when I try to make the function, the quotes prevent me from using variables. Can someone help me?
<a href="javascript:openWindow(url,width,height)">Click here to blah</a>
But when I try to make the function, the quotes prevent me from using variables. Can someone help me?