adamriley Posted January 6, 2010 Share Posted January 6, 2010 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 Quote Link to comment Share on other sites More sharing options...
haku Posted January 7, 2010 Share Posted January 7, 2010 What? Quote Link to comment Share on other sites More sharing options...
soycharliente Posted January 11, 2010 Share Posted January 11, 2010 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. Quote Link to comment Share on other sites More sharing options...
adamriley Posted January 12, 2010 Author Share Posted January 12, 2010 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 Quote Link to comment Share on other sites More sharing options...
soycharliente Posted January 12, 2010 Share Posted January 12, 2010 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.