Recent content by james70

  1. J

    Need help with starting off my website

    One resource you should use is YouTube. You can find videos on how to do just about anything.
  2. J

    I need help with java script codeing

    I want to extract some info from one page and insert it into another page. I have a section of a page that looks like this: <!-- start content --> <div id="content"> <div class="post"> <h1 class="title"><p>Title</p></h1> <div class="entry"> My Text........ </div...
  3. J

    shop electronics

    Take a look at my new site and let me know what you think... http://shop.zildor.com/
  4. J

    Working with IFRAMES

    Thanks. you've been a lot of help. Below is the code I ended up using: <iframe src="http://defaultpage" width="100%" height="850" id="inframe"> <p>Your browser does not support iframes.</p> </iframe> <script language="javascript" type="text/javascript"> var query =...
  5. J

    Post articles at my site

    Post articles at my site
  6. J

    Working with IFRAMES

    That's not really what I'm looking for. That works if the link and the frame are in the same .html file. Let me try to explain better. say I have a home.html file and a store.html file. The store.html has the frame that defaults to the store index page. I wnt to put a link on the home.html that...
  7. J

    Iframes

    Take a look at this site "its a HTML help site" it may help you to understand frames better http://www.w3.org/TR/REC-html40/present/frames.html
  8. J

    Working with IFRAMES

    I have a page with an IFRAME that points to another site. is there a way to create a link on a sperate page that would open the page with the IFRAME but change the content of the IFRAME?
Top