Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > window.createPopup has a link in the popup, but this link is not clickable

Reply
Thread Tools

window.createPopup has a link in the popup, but this link is not clickable

 
 
Jiong Feng
Guest
Posts: n/a
 
      05-14-2004
Hi,

I use createPopup and renders a link:
var oPopBody = oPopup.document.body;
oPopBody.style.backgroundColor = "lightyellow";
oPopBody.style.border = "solid black 1px";
oPopBody.innerHTML = '<a href="http://www.yahoo.com"
target="_blank">link <a>';
oPopup.show(0, 0, 200, 200);

I saw this popup up and the link renders correctly. But when I click on the
link, it does not take me to the page I specified.

How could I solve it? (I can not use windows.open(url) because WindowsXP SP2
will block that javascript function)

Thanks
Jiong


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use an iframe as a link (make the whole iframe clickable) mi HTML 4 05-21-2008 10:13 PM
Clickable link in an application/applet Aaron Fude Java 3 12-29-2007 12:58 AM
Clickable mail link? lnp3@columbia.edu Perl Misc 2 01-26-2007 06:01 PM
HELP! When I Send Email, How Can I Make a Link/URL "Clickable" Me Computer Support 4 08-29-2006 03:01 PM
window.createPopup has a link in the popup, but this link is not clickable Jiong Feng Javascript 1 05-15-2004 09:42 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57