Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
I know there are related issues here, but this deals with a "popup" script... so it might be a bit different. My question is:
If I place a link that looks like this <a href="/mypage.html" onclick="NewWindow(this.href,'name','400','400','y es');return false">My Page</a> just to pop up a small window with that page in it, will it get the same rank/count/pr passed to it? It's an internal page with nothing but that link to it. ( I know I could link it somewhere else as well to pass it on, but I was curious to everyone's thoughts on the link + java) .... -Rus
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
|
|
||||
|
Although G bot can parse very simple Java query links I am hesitant to say yes in this instance, I would not count on it put it that way
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com |
|
||||
|
btw I dont think thats Javascript
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com |
|
||||
|
Well there is the rest of the script in the "head"section.... like so:
<script language="javascript"> var win = null; function NewWindow(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left ='+LeftPosition+',scrollbars='+scroll+',resizable' win = window.open(mypage,myname,settings) } </script> But I should denifitly link to the page I would use topass pr it to it and just use the script as a preety tool/mechanism on the sites to display that same page quickly. Thanks for the input and the coments! ![]()
__________________
Search Homes for Sale in SAN DIEGO and other San Diego Real Estate via the San Diego MLS.
|
|
||||
|
ah ok I see
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anchor Text Links | Morristown | Linking Strategies | 10 | 08-10-2007 06:44 AM |
| Too many internal links on a page? | TrimarkProperties | Real Estate Chat | 14 | 07-06-2007 02:12 PM |
| Links and more Darn Links | osobluwtr | Linking Strategies | 4 | 07-06-2007 12:22 PM |
| Is there a need for a text link broker? | Vinnie Vacca | Linking Strategies | 28 | 11-08-2005 04:09 PM |