User Profile

Collapse

Profile Sidebar

Collapse
smartphreak
smartphreak
Last Activity: Feb 29 '08, 07:47 AM
Joined: Feb 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • smartphreak
    replied to ilayer help
    managed to play around with it enough to fix it thanks!...
    See more | Go to post

    Leave a comment:


  • smartphreak
    replied to ilayer help
    Have tried that but coming up with errors on page... not sure why... are you able to post a tested script?...
    See more | Go to post

    Leave a comment:


  • smartphreak
    replied to ilayer help
    nope not at all...
    just was the only one i knew....

    what is the alternative? I havent been in this game for ages! = please also see.... http://www.thescripts. com/forum/thread776059.ht ml...
    See more | Go to post

    Leave a comment:


  • all the links open in iframe i dont want the rollovers to. I wnat the rollover to open in their own browser window.

    target=_parent makes all link refresh the brower and opens the appropriate php/html file. target=_top makes everything open in iframe.

    does this explain it better.... would the link to the webpage help?...
    See more | Go to post

    Leave a comment:


  • just thought i would load the javascript file as well...

    Code:
    var pageCount = new Array(0,0,0,0);
    window.onload = initFrames;
    
    function initFrames()	{
    	for (var i=0; i<document.links.length; i++) {
    		document.links[i].onclick = writeContent;
    		document.links[i].thisPage = i+1;
    	}
    }
    
    function writeContent()	{
    	pageCount[this.thispage]++;
    ...
    See more | Go to post

    Leave a comment:


  • iframe - getting something to reload outside the iframe

    not sure if this is the right forum but i will try explain myself.

    lets start by giving the code
    Code:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>TITLE</title>
    <script type="text/javascript" src="loadiframes.js"></script>
    <style type="text/css">
    body	{
    ...
    See more | Go to post

  • smartphreak
    replied to ilayer help
    not a problem!

    It was - mainly because i am still learning this stuff and I am an ancient!

    Any help here would be greatly appreciated!

    Still getting to grips with css think i am almost there.... but java is still messing with my brain!...
    See more | Go to post

    Leave a comment:


  • smartphreak
    replied to ilayer help
    it was a copy script that had what i was looking to do...

    basically, i have a iframe set up and am looking to have the information on the normal page scrolled when a button is clicked. This provided me the ability to do that however everything became part of this layer... and i cant get it out.

    Can you provide some other advice?
    See more | Go to post

    Leave a comment:


  • smartphreak
    started a topic ilayer help

    ilayer help

    having some difficulty with removing some img's out of an ilayer...

    i have a frame with a scroll text within an ilayer that works off a rollover..

    sample:
    [HTML]<html>
    <head>
    <title></title>
    <script language="JavaS cript1.2">

    iens6=document. all||document.g etElementById
    ns4=document.la yers

    //specify speed of scroll...
    See more | Go to post
    Last edited by acoder; Feb 28 '08, 08:07 AM. Reason: Added code tags
No activity results to display
Show More
Working...