Jump to content

html links


adamriley

Recommended Posts

hi could someone tell me if it is posible to the following thing

-------------------------------------------------------------------------------------------------------------

Pages 2

 

1.Open (used to open the menue)

2.Menue

 

The user should click on the link in the "Open" page which opens up the menue

The bit that im stuck on is when the user clicks on a link it changes the page 2 (menue)

Which should change page 1 (Open) i tryed to use "_parent" any  idears how to do it

Link to comment
https://forums.phpfreaks.com/topic/187453-html-links/
Share on other sites

You're either talking about an iframe or just having two links on a page? Am I close?

 

Please try to use punctuation and (not to be rude) better English when explaining. Both myself and haku cannot understand your question.

 

From the TOS:

8. Do try your best to use correct English grammar. It makes you easier to understand, and it helps getting your point across. Using things like l33t speak or txt speak may make you look stupid, childish, and/or lazy. While we acknowledge that not everybody is a native speaker of the English language, it is very easy to distinguish those people from those who are merely lazy.
Link to comment
https://forums.phpfreaks.com/topic/187453-html-links/#findComment-992655
Share on other sites

Im sorry that you dont understand me i will try and explain it much as i can ||| All together there is two pages one called "menu" which contains a menu the second page contains a link to to the menu page.

___________________

-------------------__________________-------------------

what happens is the page with the link to the menu opens the menu in a pop up ----------------------------___________________--------------------------------------___________________

the bit i now want is when the user clicks on a link in via the menu page it changes the page that i used to open up the menu to change instead of the menu itself 

Link to comment
https://forums.phpfreaks.com/topic/187453-html-links/#findComment-993834
Share on other sites

If I understand you correctly, it sounds as though you want to use an iframe (http://www.w3schools.com/TAGS/tag_iframe.asp).

 

You would just use the _parent selector in the target attribute for all links that will be displayed inside the iframe.

 

 

Link to comment
https://forums.phpfreaks.com/topic/187453-html-links/#findComment-993837
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.