+ Reply to Thread
Results 1 to 5 of 5

Thread: Pages Navigation question
      
   

  1. #1
    SashaP is offline Private First Class
    Join Date
    Oct 2007
    Posts
    9

    Default Pages Navigation question

    Hi All,

    I have a problem. I have a page with an iframe, which contains anothe page. In the main page I have links, and when I press one of them, it causes the page within the iframe to be moved to specific named tag.
    See www.pigovat.com/works.html and www.pigovat.com/recordings.html
    Now what I need:

    From page within iframe in the works page, I need a link, which will lead me to recordings page, where the iframe in the recording page will be set to the specific named tag, and vise
    For example:
    Currently I'm in works page, looking at the "Requiem "The Holocaust" composition in the internal page (within iframe), and there is a "Recording" link in that page. If I press that link, I want to navigate to Recordings page, where within the iframe I will see the same "Requiem "The Holocaust".

    Can I do it using a simple HTML or I need a kind of scripting here? Can you write down some simple script for it?

    Thank you in advance,
    Sasha

  2. #2
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,368

    Default Re: Pages Navigation question

    hello; the tutorial for linking with images or text is in the tutorial section; Here is the link:
    http://www.vodahost.com/vodatalk/hyp...mages-etc.html

    now you can just highlight the words you want and then link them and they will be underlined.

    hope this helps,
    mrmagoo144
    www.videopostcards.info

  3. #3
    SashaP is offline Private First Class
    Join Date
    Oct 2007
    Posts
    9

    Default Re: Pages Navigation question

    Thanks for reply, byut it doesn't help me. I already saw the tutorial, and made a search in the forum before asking this question.
    Probably, I didn't ask what I need clear enough.
    Take a look at www.pigovat.com/works.html page. There is an iframe in that page, that displays the 'www.pigovat.com/works_list.html' page. Clicking on 'String Orchestra' link from external page will move the internal content to www.pigovat.com/works.html#stringorchestra.
    Now, let's assume that I have a link from another page, named 'Works for String Orchestra', and if I click on it, I want to move the www.pigovat.com/works.html page, where the content of iframe wil be www.pigovat.com/works.html#stringorchestra. I assume that it's can't be done using simple html. How can it be done using php or another simple scripting?

    Thanks,
    Sasha

  4. #4
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,368

    Default Re: Pages Navigation question

    i believe what you want is linking with bookmarks. here is a link from collectors that sets it up from a to z. hope this helps:
    http://www.vodahost.com/vodatalk/blu...ight=bookmarks
    mrmagoo144
    www.videopostcards.info

  5. #5
    SashaP is offline Private First Class
    Join Date
    Oct 2007
    Posts
    9

    Default Re: Pages Navigation question

    Not exactly, but thanks. I solved it myself by reading a guest book sample php code.
    Sasha

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49