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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. elitehipster

    use javascript to click the enter key

    Hmm hard to explain what im trying to do... Ok, so I am trying to find a javascript (since i dont have server side access) that clicks the "enter" button on the keyboard. so like if i clicked a button on the webpage, with javascript it would execute the same thing as if i clicked the enter...
  2. elitehipster

    Javascript Rotating Iframe

    Well I didn't really want to do the cookie thing. this is what im trying to accomplish.... MY friend and I both have splash pages with tons of offers on them. lets say they are splash1 and splash2. We are sharing the same url and sharing the work load to get traffic for it. So in order for...
  3. elitehipster

    Javascript Rotating Iframe

    ok, i tried this one var iframeAds = new Array( 'iframe code A', 'iframe code B', ); for (value = 0; value < iframeAds.length; value++){ document.write( iframeAds[value] ); } and its not working. I tried it by switching out "value" with 0 and it only showed the 1st one, then i...
  4. elitehipster

    Javascript Rotating Iframe

    sorry i really dont know the right wording to use. and what you said is pretty beyond me. but that you soooo much for responding! ive posted this on so many forums and no one has answered, cept you :) ok, this is what i wanna do. everytime someone views the page or refreshes then it changes...
  5. elitehipster

    Javascript Rotating Iframe

    I have this rotating iframe script. Here is my problem, this script rotates the iframes in random. id like it to rotate the iframes in order. i have no idea about javascript but im thinking it would be as easy as changing "random" to a diff word maybe. any help would be great, thanks...

Part and Inventory Search

Back
Top