![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
document.links.length isn't working consistently in my program and I'm not sure why. My program opens up a web page in a new window. (No problem so far, it works great) Simple web pages coded by hand work fine and display the number of links in the original window - that's my goal. Any page off the web barfs up with zero links - if there is any output at all. Any ideas? Thanks all. |
#3
| |||
| |||
|
|
document.links.length isn't working consistently in my program and I'm not sure why. My program opens up a web page in a new window. (No problem so far, it works great) Simple web pages coded by hand work fine and display the number of links in the original window - that's my goal. Any page off the web barfs up with zero links - if there is any output at all. Any ideas? Thanks all. -- Farlo, the Urban Fey Dragon Due to gross abuse of internet e-mail by persons unknown, all of my e-mail is being whitelisted at the mail server. |
#4
| |||
| |||
|
|
That's a security feature. A page can't read the contents of a page that doesn't come from the same domain. You wouldn't want a pop-behind window to be able to read the contents of every page that you visited in another window, would you? |
![]() |
| Thread Tools | |
| Display Modes | |
| |