Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AMDERBO

  1. AMDERBO

    JAVASCRIPT !!!! HELLLLP

    ok thanks you made things clear in my mind i need a kind of spidering engine i will rentacoder :-) thanks
  2. AMDERBO

    JAVASCRIPT !!!! HELLLLP

    sorry but it didnt worked. it redirects me to www.microsoft.com while i want a random link from Microsoft's homepage ... =/
  3. AMDERBO

    JAVASCRIPT !!!! HELLLLP

    yep i'm trying to grab and external link
  4. AMDERBO

    JAVASCRIPT !!!! HELLLLP

    well what i want exactly is to make a script that redirects the user after 5 sec to a random link contained in the iframe . the redirection is made in the same window and without any popups Thanks for your help
  5. AMDERBO

    JAVASCRIPT !!!! HELLLLP

    Hi it's not a popup 'cause the link href="javascript:random_all()" is a random link that only opens when someone clics on it. it doesnt open a popup it's a sort of random redirection ...
  6. AMDERBO

    JAVASCRIPT !!!! HELLLLP

    Hi i'm trying to make a script that opens a random link from the page contained in an iframe after 5 seconds .... very hard that's what i done : <head></head><body> <script> <!-- function random_all(){ var myrandom=Math.round(Math.random()*(document.links.length-1))...

Part and Inventory Search

Back
Top