This is a discussion on "How to code multiple links to similar a page?" within the JavaScript Forum section. This forum, and the thread "How to code multiple links to similar a page? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
How to code multiple links to similar a page?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
How to code multiple links to similar a page?
Hi folks,
I've got what I think is a relatively simple problem; I have a ul with multiple li links that I want to point to a page with an iframe. The only difference between each is the destination iframe url. What is the best way to code this? I have a total of 16 li links and would prefer not to have a webpage for each. http://www.bjmarine.net/newsite/index.html shows a set of 4 li in a ul on the left hand side under featured boats which currently each link to a different page with an iframe. This is an example of what I want to streamline. I am familiar with Java and C#, but it's been a while and would really like some help. Thanks for your input in advance! Denis |
|
|
|
#2
|
||||
|
||||
|
Re: How to code multiple links to similar a page?
You could do this with JavaScript, but if you have a server side language such as PHP enabled, this would be a more rock-solid alternative
Create a file boats.php (you can of course call it anything you like, this is just for demo purposes). In boats.php, type;
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prevent multiple instances of web page | duncanwill | JavaScript Forum | 2 | May 21st, 2008 08:16 |
| How can I run multiple Double Combobox scripts on the same page? | RachVG | JavaScript Forum | 0 | May 15th, 2008 09:06 |
| getting source code of a page | mikedikta | JavaScript Forum | 2 | Oct 14th, 2007 18:39 |
| How do i Multiple AJAX Calls on the Same Page ? | jd2007 | JavaScript Forum | 2 | Aug 9th, 2007 09:59 |
| Help please with multiple audio on page | jwylot | Starting Out | 7 | Mar 12th, 2007 04:01 |