L
lenbell
Hi All
I have a few
onclick="javascriptoptastic('http://dominatesoftware.com/main.php','height=430,width=400,resizable=1,scrollbars=1,toolbar=1');"
calls in several html files. The function looks like this
var newwindow;
function poptastic(url,stuff)
{
newwindow=window.open(url,'name',stuff);
if (window.focus) {newwindow.focus()}
}
My problem is the cursor doesn't change to the hand so my users may not
realize there is a link there. I think it is because the javascript doesn't
produce a HREF tag
Is there some way to get a onmouseover thingy to fix this
Yes I'm new to javascript
Len Bell
I have a few
onclick="javascriptoptastic('http://dominatesoftware.com/main.php','height=430,width=400,resizable=1,scrollbars=1,toolbar=1');"
calls in several html files. The function looks like this
var newwindow;
function poptastic(url,stuff)
{
newwindow=window.open(url,'name',stuff);
if (window.focus) {newwindow.focus()}
}
My problem is the cursor doesn't change to the hand so my users may not
realize there is a link there. I think it is because the javascript doesn't
produce a HREF tag
Is there some way to get a onmouseover thingy to fix this
Yes I'm new to javascript
Len Bell