+ Reply to Thread
Results 1 to 5 of 5

Thread: PR and BL from Java links?

  1. #1
    Join Date
    Jul 2004
    Posts
    902

    Question PR and BL from Java links?

    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.

  2. #2
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: PR and BL from Java links?

    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
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  3. #3
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: PR and BL from Java links?

    btw I dont think thats Javascript
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  4. #4
    Join Date
    Jul 2004
    Posts
    902

    Thumbs up Re: PR and BL from Java links?

    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.

  5. #5
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: PR and BL from Java links?

    ah ok I see
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

+ Reply to Thread

Similar Threads

  1. Anchor Text Links
    By Morristown in forum Link Building
    Replies: 10
    Last Post: 08-10-2007, 07:44 AM
  2. Too many internal links on a page?
    By TrimarkProperties in forum Real Estate Chat
    Replies: 14
    Last Post: 07-06-2007, 03:12 PM
  3. Links and more Darn Links
    By osobluwtr in forum Link Building
    Replies: 4
    Last Post: 07-06-2007, 01:22 PM
  4. Is there a need for a text link broker?
    By Vinnie Vacca in forum Link Building
    Replies: 28
    Last Post: 11-08-2005, 05:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts